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/tableeditor.ui | 140 +++++++++++++++++------------------ 1 file changed, 70 insertions(+), 70 deletions(-) (limited to 'kdevdesigner/designer/tableeditor.ui') diff --git a/kdevdesigner/designer/tableeditor.ui b/kdevdesigner/designer/tableeditor.ui index a6f10312..96a3df6e 100644 --- a/kdevdesigner/designer/tableeditor.ui +++ b/kdevdesigner/designer/tableeditor.ui @@ -25,7 +25,7 @@ ** not clear to you. ** ********************************************************************* - + TableEditorBase @@ -53,7 +53,7 @@ 6 - + table @@ -67,7 +67,7 @@ true - + Layout11 @@ -81,7 +81,7 @@ 6 - + buttonHelp @@ -102,14 +102,14 @@ Expanding - + 20 20 - + buttonOk @@ -126,7 +126,7 @@ Close the dialog and apply all the changes. - + buttonApply @@ -140,7 +140,7 @@ Apply all changes. - + buttonCancel @@ -156,11 +156,11 @@ - + TabWidget - + columns_tab @@ -187,14 +187,14 @@ Expanding - + 20 20 - + listColumns @@ -209,14 +209,14 @@ Expanding - + 20 20 - + buttonColumnUp @@ -233,7 +233,7 @@ <b>Move the selected item up.</b><p>The top-most column will be the first column of the list.</p> - + buttonColumnDown @@ -250,7 +250,7 @@ <b>Move the selected item down.</b><p>The top-most column will be the first column of the list.</p> - + buttonDeleteColumn @@ -258,7 +258,7 @@ &Delete Column - + buttonNewColumn @@ -266,7 +266,7 @@ &New Column - + Layout6 @@ -280,7 +280,7 @@ 6 - + labelTable @@ -288,7 +288,7 @@ Table: - + Layout2 @@ -302,7 +302,7 @@ 6 - + labelColumnPixmap @@ -310,11 +310,11 @@ Label4 - + buttonDeleteColPixmap - + 30 22 @@ -333,11 +333,11 @@ <b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p> - + buttonChooseColPixmap - + 30 22 @@ -355,7 +355,7 @@ - + TextLabel2 @@ -366,7 +366,7 @@ editColumnText - + Label2 @@ -377,7 +377,7 @@ itemChoosePixmap - + labelFields @@ -393,7 +393,7 @@ editColumnText - + comboFields @@ -401,7 +401,7 @@ true - + labelTableValue @@ -413,7 +413,7 @@ - + rows_tab @@ -440,14 +440,14 @@ Expanding - + 20 20 - + buttonRowUp @@ -464,12 +464,12 @@ <b>Move the selected item up.</b><p>The top-most column will be the first column of the list.</p> - + listRows - + buttonRowDown @@ -496,14 +496,14 @@ Expanding - + 20 20 - + buttonNewRow @@ -511,7 +511,7 @@ &New Row - + buttonDeleteRow @@ -519,7 +519,7 @@ &Delete Row - + Layout7_2 @@ -533,7 +533,7 @@ 6 - + TextLabel2_3 @@ -544,7 +544,7 @@ editRowText - + Label2_2 @@ -555,7 +555,7 @@ itemChoosePixmap - + Layout2_2 @@ -569,7 +569,7 @@ 6 - + labelRowPixmap @@ -577,11 +577,11 @@ Label4 - + buttonDeleteRowPixmap - + 30 22 @@ -600,11 +600,11 @@ <b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p> - + buttonChooseRowPixmap - + 30 22 @@ -649,21 +649,21 @@ listColumns - currentChanged(QListBoxItem*) + currentChanged(TQListBoxItem*) TableEditorBase - currentColumnChanged(QListBoxItem*) + currentColumnChanged(TQListBoxItem*) listColumns - selectionChanged(QListBoxItem*) + selectionChanged(TQListBoxItem*) TableEditorBase - currentColumnChanged(QListBoxItem*) + currentColumnChanged(TQListBoxItem*) editColumnText - textChanged(const QString&) + textChanged(const TQString&) TableEditorBase - columnTextChanged(const QString&) + columnTextChanged(const TQString&) buttonNewColumn @@ -691,21 +691,21 @@ comboFields - activated(const QString&) + activated(const TQString&) TableEditorBase - currentFieldChanged(const QString&) + currentFieldChanged(const TQString&) listRows - selectionChanged(QListBoxItem*) + selectionChanged(TQListBoxItem*) TableEditorBase - currentRowChanged(QListBoxItem*) + currentRowChanged(TQListBoxItem*) listRows - currentChanged(QListBoxItem*) + currentChanged(TQListBoxItem*) TableEditorBase - currentRowChanged(QListBoxItem*) + currentRowChanged(TQListBoxItem*) buttonNewRow @@ -745,9 +745,9 @@ editRowText - textChanged(const QString&) + textChanged(const TQString&) TableEditorBase - rowTextChanged(const QString&) + rowTextChanged(const TQString&) buttonCancel @@ -794,18 +794,18 @@ buttonHelp - qtable.h + tqtable.h - + init() destroy() applyClicked() chooseRowPixmapClicked() - columnTextChanged( const QString & ) + columnTextChanged( const TQString & ) columnUpClicked() - currentColumnChanged( QListBoxItem * ) - currentFieldChanged( const QString & ) - currentRowChanged( QListBoxItem * ) + currentColumnChanged( TQListBoxItem * ) + currentFieldChanged( const TQString & ) + currentRowChanged( TQListBoxItem * ) deleteColPixmapClicked() deleteColumnClicked() deleteRowClicked() @@ -815,14 +815,14 @@ chooseColPixmapClicked() okClicked() rowDownClicked() - rowTextChanged( const QString & ) + rowTextChanged( const TQString & ) rowUpClicked() columnDownClicked() - + myiconloader.h BarIcon2 - + -- cgit v1.2.1