diff options
author | Slávek Banko <[email protected]> | 2016-03-26 12:35:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 14:10:15 +0100 |
commit | 38dca4b75c471ddf950e2f9f03801c550d7d26fd (patch) | |
tree | f5923ce5d84971f1f394baf7411146f078c02fab /part/kxechardatadialogbase.ui | |
parent | e28665ce3b2e9ec6f09b4c021db7443cac3c4128 (diff) | |
download | kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.tar.gz kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'part/kxechardatadialogbase.ui')
-rw-r--r-- | part/kxechardatadialogbase.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/part/kxechardatadialogbase.ui b/part/kxechardatadialogbase.ui index 7f8b874..3d85300 100644 --- a/part/kxechardatadialogbase.ui +++ b/part/kxechardatadialogbase.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KXECharDataDialogBase</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>KXECharDataDialogBase</cstring> </property> @@ -28,7 +28,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout4</cstring> </property> @@ -42,7 +42,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>m_pLblInsert</cstring> </property> @@ -58,7 +58,7 @@ Choose, where to place this XML character data in the XML elements list of childnodes.</string> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <item> <property name="text"> <string>at bottom</string> @@ -97,7 +97,7 @@ Choose, where to place this XML character data in the XML elements list of child </spacer> </hbox> </widget> - <widget class="QTextEdit" row="1" column="0"> + <widget class="TQTextEdit" row="1" column="0"> <property name="name"> <cstring>m_pEditData</cstring> </property> @@ -111,7 +111,7 @@ Choose, where to place this XML character data in the XML elements list of child <string>You can edit the XML character data in this editor.</string> </property> </widget> - <widget class="QLayoutWidget" row="3" column="0"> + <widget class="TQLayoutWidget" row="3" column="0"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -142,7 +142,7 @@ Choose, where to place this XML character data in the XML elements list of child </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pBtnOK</cstring> </property> @@ -159,7 +159,7 @@ Choose, where to place this XML character data in the XML elements list of child <bool>true</bool> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pBtnCancel</cstring> </property> @@ -172,7 +172,7 @@ Choose, where to place this XML character data in the XML elements list of child </widget> </hbox> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>m_pTextLabelMessage</cstring> </property> |