summaryrefslogtreecommitdiffstats
path: root/part/kxesearchdialogbase.ui
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-26 12:35:35 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 14:10:15 +0100
commit38dca4b75c471ddf950e2f9f03801c550d7d26fd (patch)
treef5923ce5d84971f1f394baf7411146f078c02fab /part/kxesearchdialogbase.ui
parente28665ce3b2e9ec6f09b4c021db7443cac3c4128 (diff)
downloadkxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.tar.gz
kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'part/kxesearchdialogbase.ui')
-rw-r--r--part/kxesearchdialogbase.ui34
1 files changed, 17 insertions, 17 deletions
diff --git a/part/kxesearchdialogbase.ui b/part/kxesearchdialogbase.ui
index 23be699..1f017f1 100644
--- a/part/kxesearchdialogbase.ui
+++ b/part/kxesearchdialogbase.ui
@@ -3,7 +3,7 @@
<comment>Dialog for input information from user
about searching in XML document</comment>
<author>Lumir Vanek</author>
-<widget class="QDialog">
+<widget class="TQDialog">
<property name="name">
<cstring>KXESearchDialogBase</cstring>
</property>
@@ -40,7 +40,7 @@ about searching in XML document</comment>
<property name="spacing">
<number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
+ <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout5</cstring>
</property>
@@ -54,7 +54,7 @@ about searching in XML document</comment>
<property name="spacing">
<number>6</number>
</property>
- <widget class="QLabel">
+ <widget class="TQLabel">
<property name="name">
<cstring>m_pTextLabelSearchedString</cstring>
</property>
@@ -94,7 +94,7 @@ Here you can enter the string you want to search for in your XML document.</stri
</spacer>
</hbox>
</widget>
- <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="2">
+ <widget class="TQLineEdit" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_pEditSearchedString</cstring>
</property>
@@ -103,7 +103,7 @@ Here you can enter the string you want to search for in your XML document.</stri
Here you can enter the string you want to search for in your XML document.</string>
</property>
</widget>
- <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="2">
+ <widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout13</cstring>
</property>
@@ -128,7 +128,7 @@ Here you can enter the string you want to search for in your XML document.</stri
</size>
</property>
</spacer>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>m_pPushButtonFind</cstring>
</property>
@@ -136,7 +136,7 @@ Here you can enter the string you want to search for in your XML document.</stri
<string>&amp;Find</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>m_pPushButtonCancel</cstring>
</property>
@@ -163,7 +163,7 @@ Here you can enter the string you want to search for in your XML document.</stri
</size>
</property>
</spacer>
- <widget class="QGroupBox" row="2" column="0" rowspan="2" colspan="1">
+ <widget class="TQGroupBox" row="2" column="0" rowspan="2" colspan="1">
<property name="name">
<cstring>m_pGroupBoxSearchIn</cstring>
</property>
@@ -193,7 +193,7 @@ These are
<property name="spacing">
<number>6</number>
</property>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxElementNames</cstring>
</property>
@@ -201,7 +201,7 @@ These are
<string>Element names</string>
</property>
</widget>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxAttributeNames</cstring>
</property>
@@ -209,7 +209,7 @@ These are
<string>Attribute names</string>
</property>
</widget>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxAttributeValues</cstring>
</property>
@@ -217,7 +217,7 @@ These are
<string>Attribute values</string>
</property>
</widget>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxContents</cstring>
</property>
@@ -227,7 +227,7 @@ These are
</widget>
</vbox>
</widget>
- <widget class="QLayoutWidget" row="2" column="1">
+ <widget class="TQLayoutWidget" row="2" column="1">
<property name="name">
<cstring>layout23</cstring>
</property>
@@ -252,7 +252,7 @@ These are
</size>
</property>
</spacer>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxMatchCase</cstring>
</property>
@@ -291,9 +291,9 @@ Check this for case sensitive search.</string>
<connections>
<connection>
<sender>m_pEditSearchedString</sender>
- <signal>textChanged(const QString&amp;)</signal>
+ <signal>textChanged(const TQString&amp;)</signal>
<receiver>KXESearchDialogBase</receiver>
- <slot>slotTextChanged(const QString&amp;)</slot>
+ <slot>slotTextChanged(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_pPushButtonCancel</sender>
@@ -344,7 +344,7 @@ Check this for case sensitive search.</string>
</tabstops>
<slots>
<slot access="protected">slotFindInChanged()</slot>
- <slot access="protected">slotTextChanged(const QString &amp;)</slot>
+ <slot access="protected">slotTextChanged(const TQString &amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>