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/listvieweditor.ui | 120 ++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 60 deletions(-) (limited to 'kommander/editor/listvieweditor.ui') diff --git a/kommander/editor/listvieweditor.ui b/kommander/editor/listvieweditor.ui index 32c5f135..2ec9e9ba 100644 --- a/kommander/editor/listvieweditor.ui +++ b/kommander/editor/listvieweditor.ui @@ -19,7 +19,7 @@ ** not clear to you. ** ********************************************************************* - + ListViewEditorBase @@ -50,11 +50,11 @@ 6 - + tabWidget - + Widget10 @@ -71,7 +71,7 @@ 6 - + itemDelete @@ -85,7 +85,7 @@ <b>Deletes the selected item.</b><p>Any sub-items are also deleted.</p> - + GroupBox1 @@ -108,7 +108,7 @@ 6 - + Label2 @@ -119,7 +119,7 @@ itemChoosePixmap - + Label1 @@ -130,11 +130,11 @@ itemText - + itemText - + 0 0 @@ -147,7 +147,7 @@ <b>Change the text of the item.</b><p>The text will be changed in the current column of the selected item.</p> - + itemColumn @@ -158,7 +158,7 @@ <b>Select the current column.</b><p>The item's text and pixmap will be changed for the current column</p> - + Label4 @@ -169,7 +169,7 @@ itemColumn - + Layout2 @@ -183,7 +183,7 @@ 6 - + itemPixmap @@ -191,11 +191,11 @@ Label4 - + itemDeletePixmap - + 30 22 @@ -214,11 +214,11 @@ <b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p> - + itemChoosePixmap - + 30 22 @@ -238,7 +238,7 @@ - + itemNew @@ -252,7 +252,7 @@ <b>Adds a new item to the list.</b><p>The item will be inserted at the top of the list and can be moved using the up- and down-buttons.</p> - + itemsPreview @@ -260,7 +260,7 @@ The list of items. - + itemNewSub @@ -284,14 +284,14 @@ Expanding - + 20 20 - + itemUp @@ -308,7 +308,7 @@ <b>Move the selected item up.</b><p>The item will be moved within its level in the hierarchy.</p> - + itemDown @@ -325,7 +325,7 @@ <b>Move the selected item down.</b><p>The item will be moved within its level in the hierarchy.</p> - + itemLeft @@ -342,7 +342,7 @@ <b>Move the selected item one level up.</b><p>This will also change the level of the item's sub-items.</p> - + itemRight @@ -361,7 +361,7 @@ - + Widget11 @@ -378,7 +378,7 @@ 6 - + GroupBox1 @@ -395,7 +395,7 @@ 6 - + Label2 @@ -406,7 +406,7 @@ colChoosePixmap - + colPixmap @@ -414,11 +414,11 @@ Label4 - + colDeletePixmap - + 30 22 @@ -437,11 +437,11 @@ Delete the pixmap of the selected column. - + colChoosePixmap - + 30 22 @@ -457,7 +457,7 @@ <b>Select a pixmap file for the selected column.</b><p>The pixmap will be displayed in the header of the listview.</p> - + Label1 @@ -468,11 +468,11 @@ colText - + colText - + 0 0 @@ -485,7 +485,7 @@ <b>Enter the text for the selected column.</b><p>The text will be displayed in the header of the listview.</p> - + colClickable @@ -496,7 +496,7 @@ If this option is checked, the selected column will react to mouse clicks on the header. - + colResizeable @@ -509,7 +509,7 @@ - + colDelete @@ -523,7 +523,7 @@ Deletes the selected Column. - + colDown @@ -540,7 +540,7 @@ <b>Move the selected item down.</b><p>The top-most column will be the first column in the list.</p> - + colNew @@ -554,7 +554,7 @@ <b>Create a new column.</b><p>New columns are appended at the end of (right of) the list and may be moved using the up- and down-buttons.</p> - + colUp @@ -571,7 +571,7 @@ <b>Move the selected item up.</b><p>The top-most column will be the first column in the list.</p> - + colPreview @@ -589,7 +589,7 @@ Expanding - + 20 20 @@ -599,7 +599,7 @@ - + Layout1 @@ -613,7 +613,7 @@ 6 - + helpButton @@ -634,14 +634,14 @@ Expanding - + 20 20 - + okButton @@ -658,7 +658,7 @@ Close the dialog and apply all the changes. - + applyButton @@ -672,7 +672,7 @@ Apply all changes. - + cancelButton @@ -836,27 +836,27 @@ colPreview - currentChanged(QListBoxItem*) + currentChanged(TQListBoxItem*) ListViewEditorBase - currentColumnChanged(QListBoxItem*) + currentColumnChanged(TQListBoxItem*) colPreview - selectionChanged(QListBoxItem*) + selectionChanged(TQListBoxItem*) ListViewEditorBase - currentColumnChanged(QListBoxItem*) + currentColumnChanged(TQListBoxItem*) itemsPreview - currentChanged(QListViewItem*) + currentChanged(TQListViewItem*) ListViewEditorBase - currentItemChanged(QListViewItem*) + currentItemChanged(TQListViewItem*) itemsPreview - selectionChanged(QListViewItem*) + selectionChanged(TQListViewItem*) ListViewEditorBase - currentItemChanged(QListViewItem*) + currentItemChanged(TQListViewItem*) itemNewSub @@ -886,8 +886,8 @@ columnResizable(bool) columnTextChanged(const QString &) columnUpClicked() - currentColumnChanged(QListBoxItem*) - currentItemChanged(QListViewItem*) + currentColumnChanged(TQListBoxItem*) + currentItemChanged(TQListViewItem*) deleteColumnClicked() initTabPage(const QString &) itemColChanged(int) -- cgit v1.2.1