diff options
Diffstat (limited to 'kdevdesigner/designer/editfunctions.ui')
-rw-r--r-- | kdevdesigner/designer/editfunctions.ui | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/kdevdesigner/designer/editfunctions.ui b/kdevdesigner/designer/editfunctions.ui index 2cecdcb1..91a7fadf 100644 --- a/kdevdesigner/designer/editfunctions.ui +++ b/kdevdesigner/designer/editfunctions.ui @@ -25,7 +25,7 @@ ** not clear to you. ** *********************************************************************</comment> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>EditFunctionsBase</cstring> </property> @@ -44,7 +44,7 @@ <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string><b>Edit Functions</b><p>Add, edit or delete the current form's slots or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p></string> + <string><b>Edit Functions</b><p>Add, edit or delete the current form's Q_SLOTS or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p></string> </property> <vbox> <property name="name"> @@ -56,7 +56,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QListView"> + <widget class="TQListView"> <column> <property name="text"> <string>Function</string> @@ -150,7 +150,7 @@ <string><b>This form's functions.</b><p>Select the function you want to change or delete.</p></string> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout11</cstring> </property> @@ -161,7 +161,7 @@ <property name="margin"> <number>6</number> </property> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>showOnlySlots</cstring> </property> @@ -169,13 +169,13 @@ <enum>StrongFocus</enum> </property> <property name="text"> - <string>Only d&isplay slots</string> + <string>Only d&isplay Q_SLOTS</string> </property> <property name="toolTip" stdset="0"> <string>Change displaying mode for functions</string> </property> <property name="whatsThis" stdset="0"> - <string><b>Check this button if only the slots should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and slots are displayed.</p> + <string><b>Check this button if only the Q_SLOTS should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and Q_SLOTS are displayed.</p> </string> </property> </widget> @@ -189,14 +189,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>addFunction</cstring> </property> @@ -210,7 +210,7 @@ <string><b>Add a new function.</b><p>New functions have a default name and public access.</p></string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>deleteFunction</cstring> </property> @@ -226,7 +226,7 @@ </widget> </hbox> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>boxProperties</cstring> </property> @@ -251,7 +251,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14</cstring> </property> @@ -262,7 +262,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> @@ -276,14 +276,14 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>Label8</cstring> </property> <property name="text"> <string>&Function:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> @@ -309,14 +309,14 @@ <string><b>Change the name of the selected function.</b><p>The name should include the argument list and must be syntactically correct.</p></string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>labelType</cstring> </property> <property name="text"> <string>&Return type:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> @@ -354,14 +354,14 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13</cstring> </property> @@ -372,21 +372,21 @@ <property name="margin"> <number>0</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>Label9_2</cstring> </property> <property name="text"> <string>S&pecifier:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> <cstring>functionSpecifier</cstring> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <item> <property name="text"> <string>non virtual</string> @@ -425,21 +425,21 @@ <string><b>Change the access policy of the function</b><p>All functions are created virtual and should be reimplemented in subclasses.</p></string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>&Access:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> <cstring>functionAccess</cstring> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <item> <property name="text"> <string>public</string> @@ -473,21 +473,21 @@ <string><b>Change the access policy of the function</b><p>All functions are created virtual and should be reimplemented in subclasses.</p></string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> <property name="text"> <string>&Type:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> <cstring>functionType</cstring> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <item> <property name="text"> <string>slot</string> @@ -518,7 +518,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -531,7 +531,7 @@ </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -545,7 +545,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>helpButton</cstring> </property> @@ -566,14 +566,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>okButton</cstring> </property> @@ -590,7 +590,7 @@ <string>Close the dialog and apply all the changes.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>cancelButton</cstring> </property> @@ -635,45 +635,45 @@ </connection> <connection> <sender>functionName</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentTextChanged(const QString&)</slot> + <slot>currentTextChanged(const TQString&)</slot> </connection> <connection> <sender>functionListView</sender> - <signal>selectionChanged(QListViewItem*)</signal> + <signal>selectionChanged(TQListViewItem*)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentItemChanged(QListViewItem*)</slot> + <slot>currentItemChanged(TQListViewItem*)</slot> </connection> <connection> <sender>functionListView</sender> - <signal>currentChanged(QListViewItem*)</signal> + <signal>currentChanged(TQListViewItem*)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentItemChanged(QListViewItem*)</slot> + <slot>currentItemChanged(TQListViewItem*)</slot> </connection> <connection> <sender>editType</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentReturnTypeChanged(const QString&)</slot> + <slot>currentReturnTypeChanged(const TQString&)</slot> </connection> <connection> <sender>functionSpecifier</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentSpecifierChanged(const QString&)</slot> + <slot>currentSpecifierChanged(const TQString&)</slot> </connection> <connection> <sender>functionAccess</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentAccessChanged(const QString&)</slot> + <slot>currentAccessChanged(const TQString&)</slot> </connection> <connection> <sender>functionType</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>EditFunctionsBase</receiver> - <slot>currentTypeChanged(const QString&)</slot> + <slot>currentTypeChanged(const TQString&)</slot> </connection> <connection> <sender>showOnlySlots</sender> @@ -696,19 +696,19 @@ <tabstop>addFunction</tabstop> <tabstop>deleteFunction</tabstop> </tabstops> -<slots> - <slot access="protected">currentItemChanged( QListViewItem * )</slot> - <slot access="protected">currentSpecifierChanged( const QString & )</slot> - <slot access="protected">currentTextChanged( const QString & )</slot> - <slot access="protected">currentReturnTypeChanged( const QString & )</slot> +<Q_SLOTS> + <slot access="protected">currentItemChanged( TQListViewItem * )</slot> + <slot access="protected">currentSpecifierChanged( const TQString & )</slot> + <slot access="protected">currentTextChanged( const TQString & )</slot> + <slot access="protected">currentReturnTypeChanged( const TQString & )</slot> <slot access="protected">destroy()</slot> <slot access="protected">init()</slot> - <slot access="protected">currentAccessChanged( const QString & )</slot> - <slot access="protected">currentTypeChanged( const QString & )</slot> + <slot access="protected">currentAccessChanged( const TQString & )</slot> + <slot access="protected">currentTypeChanged( const TQString & )</slot> <slot access="protected">okClicked()</slot> <slot access="protected">functionAdd()</slot> <slot access="protected">functionRemove()</slot> <slot access="protected">displaySlots( bool )</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |