summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/customwidgeteditor.ui
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/customwidgeteditor.ui')
-rw-r--r--kdevdesigner/designer/customwidgeteditor.ui166
1 files changed, 83 insertions, 83 deletions
diff --git a/kdevdesigner/designer/customwidgeteditor.ui b/kdevdesigner/designer/customwidgeteditor.ui
index 4d0e301a..7ba5dd29 100644
--- a/kdevdesigner/designer/customwidgeteditor.ui
+++ b/kdevdesigner/designer/customwidgeteditor.ui
@@ -25,7 +25,7 @@
** not clear to you.
**
*********************************************************************</comment>
-<widget class="QDialog">
+<widget class="TQDialog">
<property name="name">
<cstring>CustomWidgetEditorBase</cstring>
</property>
@@ -56,7 +56,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QListBox" row="0" column="0" rowspan="5" colspan="1">
+ <widget class="TQListBox" row="0" column="0" rowspan="5" colspan="1">
<property name="name">
<cstring>boxWidgets</cstring>
</property>
@@ -64,7 +64,7 @@
<string>The list of all custom widgets known to Qt Designer.</string>
</property>
</widget>
- <widget class="QPushButton" row="0" column="1">
+ <widget class="TQPushButton" row="0" column="1">
<property name="name">
<cstring>buttonNewWidget</cstring>
</property>
@@ -78,7 +78,7 @@
<string>&lt;b&gt;Create an empty custom widget and add it to the list.&lt;/b&gt;&lt;p&gt;New custom widgets have a default name and header file, which must both be changed to appropriate values.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QPushButton" row="1" column="1">
+ <widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>buttonDeleteWidget</cstring>
</property>
@@ -92,7 +92,7 @@
<string>&lt;b&gt;Delete the selected custom widget.&lt;/b&gt;&lt;p&gt;You can only delete widgets that are not used in any open form.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
+ <widget class="TQLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>Layout1</cstring>
</property>
@@ -106,7 +106,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>helpButton</cstring>
</property>
@@ -127,14 +127,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
@@ -160,14 +160,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
- <widget class="QPushButton" row="3" column="1">
+ <widget class="TQPushButton" row="3" column="1">
<property name="name">
<cstring>buttonLoad</cstring>
</property>
@@ -182,7 +182,7 @@
&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the createcw tool which is in $QTDIR/tools/designer/tools/createcw. Using createcw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the createcw directory&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QPushButton" row="4" column="1">
+ <widget class="TQPushButton" row="4" column="1">
<property name="name">
<cstring>buttonSave</cstring>
</property>
@@ -196,14 +196,14 @@
<string>&lt;b&gt;Save Descriptions&lt;/b&gt;&lt;p&gt;Saves all the descriptions of the shown custom widgets to a file which can then be used to import the custom widgets elsewhere.</string>
</property>
</widget>
- <widget class="QTabWidget" row="0" column="2" rowspan="5" colspan="1">
+ <widget class="TQTabWidget" row="0" column="2" rowspan="5" colspan="1">
<property name="name">
<cstring>TabWidget1</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>Change the properties of the selected custom widget.</string>
</property>
- <widget class="QWidget">
+ <widget class="TQWidget">
<property name="name">
<cstring>Widget2</cstring>
</property>
@@ -220,7 +220,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QLayoutWidget" row="2" column="1" rowspan="1" colspan="2">
+ <widget class="TQLayoutWidget" row="2" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout4</cstring>
</property>
@@ -234,7 +234,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QLabel">
+ <widget class="TQLabel">
<property name="name">
<cstring>previewPixmap</cstring>
</property>
@@ -242,11 +242,11 @@
<string></string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonChoosePixmap</cstring>
</property>
- <property name="maximumSize">
+ <property name="tqmaximumSize">
<size>
<width>30</width>
<height>22</height>
@@ -264,7 +264,7 @@
</widget>
</hbox>
</widget>
- <widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="2">
+ <widget class="TQLayoutWidget" row="1" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout5</cstring>
</property>
@@ -289,11 +289,11 @@
<string>&lt;b&gt;Change the header file's name for the selected custom widget.&lt;/b&gt;&lt;p&gt;The header file will be included by forms using the widget.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonChooseHeader</cstring>
</property>
- <property name="maximumSize">
+ <property name="tqmaximumSize">
<size>
<width>30</width>
<height>22</height>
@@ -309,7 +309,7 @@
<string>Look for the header file using a file dialog.</string>
</property>
</widget>
- <widget class="QComboBox">
+ <widget class="TQComboBox">
<item>
<property name="text">
<string>Global</string>
@@ -343,7 +343,7 @@
<string>&lt;b&gt;Enter the classname for the selected custom widget.&lt;/b&gt;&lt;p&gt;A class of that name must be defined in the header file.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QLabel" row="1" column="0">
+ <widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>Label11</cstring>
</property>
@@ -354,7 +354,7 @@
<cstring>editHeader</cstring>
</property>
</widget>
- <widget class="QLabel" row="0" column="0">
+ <widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>Label10</cstring>
</property>
@@ -365,7 +365,7 @@
<cstring>editClass</cstring>
</property>
</widget>
- <widget class="QLabel" row="2" column="0">
+ <widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>Label2</cstring>
</property>
@@ -373,7 +373,7 @@
<string>Pixmap:</string>
</property>
</widget>
- <widget class="QLabel" row="3" column="0">
+ <widget class="TQLabel" row="3" column="0">
<property name="name">
<cstring>Label7</cstring>
</property>
@@ -384,7 +384,7 @@
<cstring>spinWidth</cstring>
</property>
</widget>
- <widget class="QLabel" row="4" column="0">
+ <widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>TextLabel1_2</cstring>
</property>
@@ -395,7 +395,7 @@
<cstring>sizeHor</cstring>
</property>
</widget>
- <widget class="QComboBox" row="4" column="2">
+ <widget class="TQComboBox" row="4" column="2">
<item>
<property name="text">
<string>Fixed</string>
@@ -433,10 +433,10 @@
<string>Vertical Sizepolicy</string>
</property>
<property name="whatsThis" stdset="0">
- <string>Choose the Vertical size policy</string>
+ <string>Choose theQt::Vertical size policy</string>
</property>
</widget>
- <widget class="QSpinBox" row="3" column="1">
+ <widget class="TQSpinBox" row="3" column="1">
<property name="name">
<cstring>spinWidth</cstring>
</property>
@@ -456,7 +456,7 @@
<string>&lt;b&gt;Set the size hint for the selected widget.&lt;/b&gt;&lt;p&gt;The size hint provides the recommended size for the widget. Enter a sizehint of -1/-1 if no size is recommended.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QSpinBox" row="3" column="2">
+ <widget class="TQSpinBox" row="3" column="2">
<property name="name">
<cstring>spinHeight</cstring>
</property>
@@ -476,7 +476,7 @@
<string>&lt;b&gt;Set the size hint for the selected widget.&lt;/b&gt;&lt;p&gt;The size hint provides the recommended size for the widget. Enter a sizehint of -1/-1 if no size is recommended.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QComboBox" row="4" column="1">
+ <widget class="TQComboBox" row="4" column="1">
<item>
<property name="text">
<string>Fixed</string>
@@ -527,14 +527,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
- <widget class="QCheckBox" row="5" column="1">
+ <widget class="TQCheckBox" row="5" column="1">
<property name="name">
<cstring>checkContainer</cstring>
</property>
@@ -546,12 +546,12 @@
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;Container Widget&lt;/b&gt;&lt;/p&gt;
-&lt;p&gt;If this custom widget is able to contain other widgets (children), check this checkbox.&lt;/p&gt;</string>
+&lt;p&gt;If this custom widget is able to contain other widgets (tqchildren), check this checkbox.&lt;/p&gt;</string>
</property>
</widget>
</grid>
</widget>
- <widget class="QWidget">
+ <widget class="TQWidget">
<property name="name">
<cstring>Widget3</cstring>
</property>
@@ -568,15 +568,15 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QListBox">
+ <widget class="TQListBox">
<property name="name">
<cstring>listSignals</cstring>
</property>
<property name="whatsThis" stdset="0">
- <string>The list of all the signals that the selected widget can emit.</string>
+ <string>The list of all the Q_SIGNALS that the selected widget can emit.</string>
</property>
</widget>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout40</cstring>
</property>
@@ -600,14 +600,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonAddSignal</cstring>
</property>
@@ -624,7 +624,7 @@
<string>&lt;b&gt;Add a new signal for the current custom widget.&lt;/b&gt;&lt;p&gt;An argument list should be provided in the signal's name, and the name must be unique.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonRemoveSignal</cstring>
</property>
@@ -643,7 +643,7 @@
</widget>
</hbox>
</widget>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout38</cstring>
</property>
@@ -657,7 +657,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QLabel">
+ <widget class="TQLabel">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
@@ -683,7 +683,7 @@
</widget>
</vbox>
</widget>
- <widget class="QWidget">
+ <widget class="TQWidget">
<property name="name">
<cstring>Widget4</cstring>
</property>
@@ -700,7 +700,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QListView" row="0" column="0" rowspan="1" colspan="4">
+ <widget class="TQListView" row="0" column="0" rowspan="1" colspan="4">
<column>
<property name="text">
<string>Slot</string>
@@ -733,10 +733,10 @@
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
- <string>The list of all the custom widget's slots.</string>
+ <string>The list of all the custom widget's Q_SLOTS.</string>
</property>
</widget>
- <widget class="QLabel" row="2" column="0">
+ <widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>TextLabel2</cstring>
</property>
@@ -758,7 +758,7 @@
<string>&lt;b&gt;Change the name of the selected slot.&lt;/b&gt;&lt;p&gt;An argument list should be provided in the signal's name, and the name must be unique.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QLabel" row="2" column="2">
+ <widget class="TQLabel" row="2" column="2">
<property name="name">
<cstring>TextLabel3</cstring>
</property>
@@ -769,7 +769,7 @@
<cstring>comboAccess</cstring>
</property>
</widget>
- <widget class="QComboBox" row="2" column="3">
+ <widget class="TQComboBox" row="2" column="3">
<item>
<property name="text">
<string>public</string>
@@ -787,10 +787,10 @@
<string>Change slot access</string>
</property>
<property name="whatsThis" stdset="0">
- <string>&lt;b&gt;Change the slot's access policy.&lt;/b&gt;&lt;p&gt;You can only connect to the widget's public slots.&lt;/p&gt;</string>
+ <string>&lt;b&gt;Change the slot's access policy.&lt;/b&gt;&lt;p&gt;You can only connect to the widget's public Q_SLOTS.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
+ <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>Layout7</cstring>
</property>
@@ -814,14 +814,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonAddSlot</cstring>
</property>
@@ -838,7 +838,7 @@
<string>&lt;b&gt;Add a new slot to the current custom widget.&lt;/b&gt;&lt;p&gt;An argument list should be provided in the signal's name, and the name must be unique.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonRemoveSlot</cstring>
</property>
@@ -859,7 +859,7 @@
</widget>
</grid>
</widget>
- <widget class="QWidget">
+ <widget class="TQWidget">
<property name="name">
<cstring>Widget5</cstring>
</property>
@@ -876,7 +876,7 @@
<property name="spacing">
<number>6</number>
</property>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
+ <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>Layout7_2</cstring>
</property>
@@ -900,14 +900,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonAddProperty</cstring>
</property>
@@ -924,7 +924,7 @@
<string>&lt;b&gt;Add a new property to the current custom widget.&lt;/b&gt;&lt;p&gt;The properties must be implemented in the class using Qt's property system.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>buttonRemoveProperty</cstring>
</property>
@@ -943,7 +943,7 @@
</widget>
</hbox>
</widget>
- <widget class="QComboBox" row="2" column="3">
+ <widget class="TQComboBox" row="2" column="3">
<item>
<property name="text">
<string>String</string>
@@ -1029,7 +1029,7 @@
<string>&lt;b&gt;Select the type of the property.&lt;/b&gt;&lt;p&gt;The property must be implemented in the class using Qt's property system.&lt;/p&gt;&lt;p&gt;You can use integer types to support enumeration properties in the property editor.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QListView" row="0" column="0" rowspan="1" colspan="4">
+ <widget class="TQListView" row="0" column="0" rowspan="1" colspan="4">
<column>
<property name="text">
<string>Property</string>
@@ -1076,7 +1076,7 @@
<string>&lt;b&gt;Enter a name for the property.&lt;/b&gt;&lt;p&gt;The properties must be implemented in the class using Qt's property system.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="QLabel" row="2" column="0">
+ <widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>TextLabel2_2</cstring>
</property>
@@ -1087,7 +1087,7 @@
<cstring>editProperty</cstring>
</property>
</widget>
- <widget class="QLabel" row="2" column="2">
+ <widget class="TQLabel" row="2" column="2">
<property name="name">
<cstring>TextLabel3_2</cstring>
</property>
@@ -1106,15 +1106,15 @@
<connections>
<connection>
<sender>boxWidgets</sender>
- <signal>selectionChanged(QListBoxItem*)</signal>
+ <signal>selectionChanged(TQListBoxItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentWidgetChanged(QListBoxItem*)</slot>
+ <slot>currentWidgetChanged(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>boxWidgets</sender>
- <signal>currentChanged(QListBoxItem*)</signal>
+ <signal>currentChanged(TQListBoxItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentWidgetChanged(QListBoxItem*)</slot>
+ <slot>currentWidgetChanged(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>buttonNewWidget</sender>
@@ -1178,15 +1178,15 @@
</connection>
<connection>
<sender>listSignals</sender>
- <signal>currentChanged(QListBoxItem*)</signal>
+ <signal>currentChanged(TQListBoxItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentSignalChanged(QListBoxItem*)</slot>
+ <slot>currentSignalChanged(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>listSignals</sender>
- <signal>selectionChanged(QListBoxItem*)</signal>
+ <signal>selectionChanged(TQListBoxItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentSignalChanged(QListBoxItem*)</slot>
+ <slot>currentSignalChanged(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>buttonRemoveSignal</sender>
@@ -1202,15 +1202,15 @@
</connection>
<connection>
<sender>listSlots</sender>
- <signal>currentChanged(QListViewItem*)</signal>
+ <signal>currentChanged(TQListViewItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentSlotChanged(QListViewItem*)</slot>
+ <slot>currentSlotChanged(TQListViewItem*)</slot>
</connection>
<connection>
<sender>listSlots</sender>
- <signal>selectionChanged(QListViewItem*)</signal>
+ <signal>selectionChanged(TQListViewItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentSlotChanged(QListViewItem*)</slot>
+ <slot>currentSlotChanged(TQListViewItem*)</slot>
</connection>
<connection>
<sender>buttonRemoveSlot</sender>
@@ -1232,15 +1232,15 @@
</connection>
<connection>
<sender>listProperties</sender>
- <signal>currentChanged(QListViewItem*)</signal>
+ <signal>currentChanged(TQListViewItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentPropertyChanged(QListViewItem*)</slot>
+ <slot>currentPropertyChanged(TQListViewItem*)</slot>
</connection>
<connection>
<sender>listProperties</sender>
- <signal>selectionChanged(QListViewItem*)</signal>
+ <signal>selectionChanged(TQListViewItem*)</signal>
<receiver>CustomWidgetEditorBase</receiver>
- <slot>currentPropertyChanged(QListViewItem*)</slot>
+ <slot>currentPropertyChanged(TQListViewItem*)</slot>
</connection>
<connection>
<sender>buttonRemoveProperty</sender>
@@ -1316,10 +1316,10 @@
<slot access="protected" language="C++" returnType="void">chooseHeader()</slot>
<slot access="protected" language="C++" returnType="void">classNameChanged( const QString &amp; )</slot>
<slot access="protected" language="C++" returnType="void">closeClicked()</slot>
- <slot access="protected" language="C++" returnType="void">currentPropertyChanged( QListViewItem * )</slot>
- <slot access="protected" language="C++" returnType="void">currentSignalChanged( QListBoxItem * )</slot>
- <slot access="protected" language="C++" returnType="void">currentSlotChanged( QListViewItem * )</slot>
- <slot access="protected" language="C++" returnType="void">currentWidgetChanged( QListBoxItem * )</slot>
+ <slot access="protected" language="C++" returnType="void">currentPropertyChanged( TQListViewItem * )</slot>
+ <slot access="protected" language="C++" returnType="void">currentSignalChanged( TQListBoxItem * )</slot>
+ <slot access="protected" language="C++" returnType="void">currentSlotChanged( TQListViewItem * )</slot>
+ <slot access="protected" language="C++" returnType="void">currentWidgetChanged( TQListBoxItem * )</slot>
<slot access="protected" language="C++" returnType="void">deleteWidgetClicked()</slot>
<slot access="protected" language="C++" returnType="void">headerFileChanged( const QString &amp; )</slot>
<slot access="protected" language="C++" returnType="void">heightChanged( int )</slot>