diff options
Diffstat (limited to 'kexi/main/startup/KexiConnSelectorBase.ui')
-rw-r--r-- | kexi/main/startup/KexiConnSelectorBase.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/kexi/main/startup/KexiConnSelectorBase.ui b/kexi/main/startup/KexiConnSelectorBase.ui index dde800f3..908404c0 100644 --- a/kexi/main/startup/KexiConnSelectorBase.ui +++ b/kexi/main/startup/KexiConnSelectorBase.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KexiConnSelectorBase</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>KexiConnSelectorBase</cstring> </property> @@ -27,7 +27,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QListView" row="1" column="0" rowspan="1" colspan="6"> + <widget class="TQListView" row="1" column="0" rowspan="1" colspan="6"> <column> <property name="text"> <string>Name</string> @@ -72,7 +72,7 @@ <verstretch>1</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>60</height> @@ -91,7 +91,7 @@ <enum>LastColumn</enum> </property> </widget> - <widget class="QPushButton" row="2" column="4"> + <widget class="TQPushButton" row="2" column="4"> <property name="name"> <cstring>btn_edit</cstring> </property> @@ -107,7 +107,7 @@ <string>&Edit...</string> </property> </widget> - <widget class="QPushButton" row="2" column="3"> + <widget class="TQPushButton" row="2" column="3"> <property name="name"> <cstring>btn_add</cstring> </property> @@ -123,7 +123,7 @@ <string>&Add...</string> </property> </widget> - <widget class="QPushButton" row="2" column="5"> + <widget class="TQPushButton" row="2" column="5"> <property name="name"> <cstring>btn_remove</cstring> </property> @@ -149,7 +149,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>16</width> <height>20</height> @@ -166,18 +166,18 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>41</height> </size> </property> </spacer> - <widget class="QGroupBox" row="2" column="0" rowspan="2" colspan="2"> + <widget class="TQGroupBox" row="2" column="0" rowspan="2" colspan="2"> <property name="name"> <cstring>descGroupBox</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>32767</width> <height>80</height> @@ -193,7 +193,7 @@ <property name="margin"> <number>2</number> </property> - <widget class="QTextEdit"> + <widget class="TQTextEdit"> <property name="name"> <cstring>descriptionEdit</cstring> </property> @@ -205,7 +205,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>32767</width> <height>50</height> @@ -229,7 +229,7 @@ </widget> </vbox> </widget> - <widget class="QLabel" row="0" column="1" rowspan="1" colspan="5"> + <widget class="TQLabel" row="0" column="1" rowspan="1" colspan="5"> <property name="name"> <cstring>label</cstring> </property> @@ -246,14 +246,14 @@ <p>You will see existing Kexi projects available for the selected connection. Here you may also add, edit or remove connections from the list. </string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignTop</set> </property> <property name="buddy" stdset="0"> <cstring>list</cstring> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>icon</cstring> </property> @@ -268,7 +268,7 @@ <property name="text"> <string></string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignTop</set> </property> </widget> @@ -281,5 +281,5 @@ <tabstop>btn_remove</tabstop> <tabstop>descriptionEdit</tabstop> </tabstops> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |