diff options
Diffstat (limited to 'ksayit/KTTSD_Lib/KTTSDlibSetup.ui')
-rw-r--r-- | ksayit/KTTSD_Lib/KTTSDlibSetup.ui | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/ksayit/KTTSD_Lib/KTTSDlibSetup.ui b/ksayit/KTTSD_Lib/KTTSDlibSetup.ui new file mode 100644 index 0000000..8c624e4 --- /dev/null +++ b/ksayit/KTTSD_Lib/KTTSDlibSetup.ui @@ -0,0 +1,121 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>KTTSDlibSetup</class> +<widget class="QWidget"> + <property name="name"> + <cstring>KTTSDlibSetup</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>528</width> + <height>364</height> + </rect> + </property> + <property name="caption"> + <string>KTTSD-Setup</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><p align="center">If you would like to change the configuration of KTTSD please use the KDE Control Center or click the button below.</p></string> + </property> + </widget> + <widget class="Line"> + <property name="name"> + <cstring>line1</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>kcm_Button</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="text"> + <string>Launch Control Center</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>kcm_Button</sender> + <signal>clicked()</signal> + <receiver>KTTSDlibSetup</receiver> + <slot>slotLaunchControlcenter()</slot> + </connection> +</connections> +<slots> + <slot access="protected">slotLaunchControlcenter()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |