From 48d4a26399959121f33d2bc3bfe51c7827b654fc Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 14 Jun 2011 16:45:05 +0000 Subject: TQt4 port kdevelop This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdevdesigner/designer/editfunctions.ui | 114 ++++++++++++++++----------------- 1 file changed, 57 insertions(+), 57 deletions(-) (limited to 'kdevdesigner/designer/editfunctions.ui') 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. ** ********************************************************************* - + EditFunctionsBase @@ -44,7 +44,7 @@ true - <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> + <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> @@ -56,7 +56,7 @@ 6 - + Function @@ -150,7 +150,7 @@ <b>This form's functions.</b><p>Select the function you want to change or delete.</p> - + Layout11 @@ -161,7 +161,7 @@ 6 - + showOnlySlots @@ -169,13 +169,13 @@ StrongFocus - Only d&isplay slots + Only d&isplay Q_SLOTS Change displaying mode for functions - <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> + <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> @@ -189,14 +189,14 @@ Expanding - + 20 20 - + addFunction @@ -210,7 +210,7 @@ <b>Add a new function.</b><p>New functions have a default name and public access.</p> - + deleteFunction @@ -226,7 +226,7 @@ - + boxProperties @@ -251,7 +251,7 @@ 6 - + Layout14 @@ -262,7 +262,7 @@ 0 - + Layout5 @@ -276,14 +276,14 @@ 6 - + Label8 &Function: - + AlignVCenter|AlignRight @@ -309,14 +309,14 @@ <b>Change the name of the selected function.</b><p>The name should include the argument list and must be syntactically correct.</p> - + labelType &Return type: - + AlignVCenter|AlignRight @@ -354,14 +354,14 @@ Fixed - + 20 16 - + Layout13 @@ -372,21 +372,21 @@ 0 - + Label9_2 S&pecifier: - + AlignVCenter|AlignRight functionSpecifier - + non virtual @@ -425,21 +425,21 @@ <b>Change the access policy of the function</b><p>All functions are created virtual and should be reimplemented in subclasses.</p> - + TextLabel1 &Access: - + WordBreak|AlignVCenter|AlignRight functionAccess - + public @@ -473,21 +473,21 @@ <b>Change the access policy of the function</b><p>All functions are created virtual and should be reimplemented in subclasses.</p> - + TextLabel1_2 &Type: - + AlignVCenter|AlignRight functionType - + slot @@ -518,7 +518,7 @@ Expanding - + 20 20 @@ -531,7 +531,7 @@ - + Layout1 @@ -545,7 +545,7 @@ 6 - + helpButton @@ -566,14 +566,14 @@ Expanding - + 20 20 - + okButton @@ -590,7 +590,7 @@ Close the dialog and apply all the changes. - + cancelButton @@ -635,45 +635,45 @@ functionName - textChanged(const QString&) + textChanged(const TQString&) EditFunctionsBase - currentTextChanged(const QString&) + currentTextChanged(const TQString&) functionListView - selectionChanged(QListViewItem*) + selectionChanged(TQListViewItem*) EditFunctionsBase - currentItemChanged(QListViewItem*) + currentItemChanged(TQListViewItem*) functionListView - currentChanged(QListViewItem*) + currentChanged(TQListViewItem*) EditFunctionsBase - currentItemChanged(QListViewItem*) + currentItemChanged(TQListViewItem*) editType - textChanged(const QString&) + textChanged(const TQString&) EditFunctionsBase - currentReturnTypeChanged(const QString&) + currentReturnTypeChanged(const TQString&) functionSpecifier - activated(const QString&) + activated(const TQString&) EditFunctionsBase - currentSpecifierChanged(const QString&) + currentSpecifierChanged(const TQString&) functionAccess - activated(const QString&) + activated(const TQString&) EditFunctionsBase - currentAccessChanged(const QString&) + currentAccessChanged(const TQString&) functionType - activated(const QString&) + activated(const TQString&) EditFunctionsBase - currentTypeChanged(const QString&) + currentTypeChanged(const TQString&) showOnlySlots @@ -696,19 +696,19 @@ addFunction deleteFunction - - currentItemChanged( QListViewItem * ) - currentSpecifierChanged( const QString & ) - currentTextChanged( const QString & ) - currentReturnTypeChanged( const QString & ) + + currentItemChanged( TQListViewItem * ) + currentSpecifierChanged( const TQString & ) + currentTextChanged( const TQString & ) + currentReturnTypeChanged( const TQString & ) destroy() init() - currentAccessChanged( const QString & ) - currentTypeChanged( const QString & ) + currentAccessChanged( const TQString & ) + currentTypeChanged( const TQString & ) okClicked() functionAdd() functionRemove() displaySlots( bool ) - - + + -- cgit v1.2.3