diff options
Diffstat (limited to 'src/k9mainw.ui')
-rw-r--r-- | src/k9mainw.ui | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/src/k9mainw.ui b/src/k9mainw.ui index 5598e0b..15a4648 100644 --- a/src/k9mainw.ui +++ b/src/k9mainw.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>MainDlg</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>MainDlg</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -20,7 +20,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>200</height> @@ -36,7 +36,7 @@ <property name="margin"> <number>2</number> </property> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>lblInput_2</cstring> </property> @@ -52,7 +52,7 @@ <string>Output device </string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>lblInput</cstring> </property> @@ -68,7 +68,7 @@ <string>input device</string> </property> </widget> - <widget class="QWidget" row="2" column="0" rowspan="1" colspan="5"> + <widget class="TQWidget" row="2" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>tab</cstring> </property> @@ -97,7 +97,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>15</height> @@ -127,7 +127,7 @@ </color> </property> </widget> - <widget class="QListView" row="0" column="0"> + <widget class="TQListView" row="0" column="0"> <column> <property name="text"> <string>Title</string> @@ -172,7 +172,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>200</height> @@ -184,7 +184,7 @@ </widget> </grid> </widget> - <widget class="QLabel" row="1" column="4"> + <widget class="TQLabel" row="1" column="4"> <property name="name"> <cstring>textLabel2_2</cstring> </property> @@ -221,7 +221,7 @@ <bool>true</bool> </property> </widget> - <widget class="QLabel" row="1" column="2"> + <widget class="TQLabel" row="1" column="2"> <property name="name"> <cstring>textLabel1_3</cstring> </property> @@ -237,7 +237,7 @@ <string>@</string> </property> </widget> - <widget class="QComboBox" row="0" column="1"> + <widget class="TQComboBox" row="0" column="1"> <property name="name"> <cstring>cbInputDev</cstring> </property> @@ -256,9 +256,9 @@ <bool>true</bool> </property> </widget> - <widget class="QLayoutWidget" row="0" column="2" rowspan="1" colspan="3"> + <widget class="TQLayoutWidget" row="0" column="2" rowspan="1" colspan="3"> <property name="name"> - <cstring>layout2</cstring> + <cstring>tqlayout2</cstring> </property> <hbox> <property name="name"> @@ -276,13 +276,13 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>22</width> <height>22</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>22</width> <height>22</height> @@ -307,13 +307,13 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>22</width> <height>22</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>22</width> <height>22</height> @@ -336,7 +336,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>50</width> <height>21</height> @@ -345,7 +345,7 @@ </spacer> </hbox> </widget> - <widget class="QComboBox" row="1" column="1"> + <widget class="TQComboBox" row="1" column="1"> <property name="name"> <cstring>cbOutputDev</cstring> </property> @@ -369,9 +369,9 @@ <connections> <connection> <sender>listView1</sender> - <signal>currentChanged(QListViewItem*)</signal> + <signal>currentChanged(TQListViewItem*)</signal> <receiver>MainDlg</receiver> - <slot>listView1CurrentChanged(QListViewItem*)</slot> + <slot>listView1CurrentChanged(TQListViewItem*)</slot> </connection> <connection> <sender>cbOutputDev</sender> @@ -393,9 +393,9 @@ </connection> <connection> <sender>listView1</sender> - <signal>itemRenamed(QListViewItem*,int)</signal> + <signal>itemRenamed(TQListViewItem*,int)</signal> <receiver>MainDlg</receiver> - <slot>itemRenamed(QListViewItem*,int)</slot> + <slot>itemRenamed(TQListViewItem*,int)</slot> </connection> </connections> <tabstops> @@ -406,17 +406,17 @@ <tabstop>cbBurnSpeed</tabstop> <tabstop>listView1</tabstop> </tabstops> -<slots> +<Q_SLOTS> <slot>bSaveClick()</slot> <slot>bDevicesClick()</slot> - <slot>listView1CurrentChanged( QListViewItem * )</slot> + <slot>listView1CurrentChanged( TQListViewItem * )</slot> <slot>cbOutputDevActivated(int)</slot> <slot>bInputOpenClick()</slot> <slot>bInputOpenDirClick()</slot> <slot>ckMp4AspectRatioClick()</slot> - <slot>itemRenamed(QListViewItem*,int)</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> + <slot>itemRenamed(TQListViewItem*,int)</slot> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kselect.h</includehint> <includehint>kcombobox.h</includehint> |