From e985f7e545f4739493965aad69bbecb136dc9346 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 16 Jun 2011 19:02:47 +0000 Subject: TQt4 port kdewebdev This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/editor/tableeditor.ui | 118 ++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 59 deletions(-) (limited to 'kommander/editor/tableeditor.ui') diff --git a/kommander/editor/tableeditor.ui b/kommander/editor/tableeditor.ui index 26345a3f..b3331a98 100644 --- a/kommander/editor/tableeditor.ui +++ b/kommander/editor/tableeditor.ui @@ -1,6 +1,6 @@ TableEditorBase - + TableEditorBase @@ -28,7 +28,7 @@ 6 - + 1 @@ -52,7 +52,7 @@ true - + Layout11 @@ -66,7 +66,7 @@ 6 - + buttonHelp @@ -87,14 +87,14 @@ Expanding - + 20 20 - + buttonOk @@ -111,7 +111,7 @@ Close the dialog and apply all the changes. - + buttonApply @@ -125,7 +125,7 @@ Apply all changes. - + buttonCancel @@ -141,11 +141,11 @@ - + TabWidget - + columns_tab @@ -172,14 +172,14 @@ Expanding - + 20 20 - + listColumns @@ -194,14 +194,14 @@ Expanding - + 20 20 - + buttonColumnUp @@ -218,7 +218,7 @@ <b>Move the selected item up.</b><p>The top-most column will be the first column of the list.</p> - + buttonColumnDown @@ -235,7 +235,7 @@ <b>Move the selected item down.</b><p>The top-most column will be the first column of the list.</p> - + buttonDeleteColumn @@ -243,7 +243,7 @@ &Delete Column - + buttonNewColumn @@ -251,7 +251,7 @@ &New Column - + Layout6 @@ -265,7 +265,7 @@ 6 - + labelTable @@ -273,7 +273,7 @@ Table: - + Layout2 @@ -287,7 +287,7 @@ 6 - + labelColumnPixmap @@ -295,11 +295,11 @@ Label4 - + buttonDeleteColPixmap - + 30 22 @@ -318,11 +318,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 @@ -340,7 +340,7 @@ - + TextLabel2 @@ -351,7 +351,7 @@ editColumnText - + Label2 @@ -362,7 +362,7 @@ itemChoosePixmap - + labelFields @@ -373,12 +373,12 @@ comboFields - + editColumnText - + comboFields @@ -386,7 +386,7 @@ true - + labelTableValue @@ -398,7 +398,7 @@ - + rows_tab @@ -425,14 +425,14 @@ Expanding - + 20 20 - + buttonRowUp @@ -449,12 +449,12 @@ <b>Move the selected item up.</b><p>The top-most column will be the first column of the list.</p> - + listRows - + buttonRowDown @@ -481,14 +481,14 @@ Expanding - + 20 20 - + buttonNewRow @@ -496,7 +496,7 @@ &New Row - + buttonDeleteRow @@ -504,7 +504,7 @@ &Delete Row - + Layout7_2 @@ -518,7 +518,7 @@ 6 - + TextLabel2_3 @@ -529,7 +529,7 @@ editRowText - + Label2_2 @@ -540,7 +540,7 @@ itemChoosePixmap - + Layout2_2 @@ -554,7 +554,7 @@ 6 - + labelRowPixmap @@ -562,11 +562,11 @@ Label4 - + buttonDeleteRowPixmap - + 30 22 @@ -585,11 +585,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 @@ -607,7 +607,7 @@ - + editRowText @@ -645,15 +645,15 @@ listColumns - currentChanged(QListBoxItem*) + currentChanged(TQListBoxItem*) TableEditorBase - currentColumnChanged(QListBoxItem*) + currentColumnChanged(TQListBoxItem*) listColumns - selectionChanged(QListBoxItem*) + selectionChanged(TQListBoxItem*) TableEditorBase - currentColumnChanged(QListBoxItem*) + currentColumnChanged(TQListBoxItem*) editColumnText @@ -693,15 +693,15 @@ listRows - selectionChanged(QListBoxItem*) + selectionChanged(TQListBoxItem*) TableEditorBase - currentRowChanged(QListBoxItem*) + currentRowChanged(TQListBoxItem*) listRows - currentChanged(QListBoxItem*) + currentChanged(TQListBoxItem*) TableEditorBase - currentRowChanged(QListBoxItem*) + currentRowChanged(TQListBoxItem*) buttonNewRow @@ -769,9 +769,9 @@ chooseRowPixmapClicked() columnTextChanged( const QString & ) columnUpClicked() - currentColumnChanged( QListBoxItem * ) + currentColumnChanged( TQListBoxItem * ) currentFieldChanged( const QString & ) - currentRowChanged( QListBoxItem * ) + currentRowChanged( TQListBoxItem * ) deleteColPixmapClicked() deleteColumnClicked() deleteRowClicked() -- cgit v1.2.1