*********************************************************************
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
** Software Foundation and appearing in the files LICENSE.GPL2
** and LICENSE.GPL3 included in the packaging of this file.
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Nokia Corporation and/or its subsidiary(-ies) (or its successors, if any)
** and the KDE Free Qt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
** or contact the sales department at sales@trolltech.com.
**
** Licensees holding valid Qt Commercial licenses may use this file in
** accordance with the Qt Commercial License Agreement provided with
** the Software.
**
** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
** herein.
**
*********************************************************************
ListViewEditorBase
0
0
567
398
Edit Listview
true
<b>Edit Listview</b><p>Use the controls on the <b>Items</b>-tab to add, edit or delete items in the listview. Change the column configuration of the listview using the controls on the <b>Columns</b>-tab.</p>Click the <b>New Item</b>-button to create a new item, then enter text and add a pixmap.</p><p>Select an item from the list and click the <b>Delete Item</b>-button to remove the item from the list.</p>
11
6
-
&Items
11
6
-
&Delete Item
Delete item
<b>Deletes the selected item.</b><p>Any sub-items are also deleted.</p>
-
0
5
0
0
Item Properties
11
6
-
Pi&xmap:
itemChoosePixmap
false
-
&Text:
itemText
false
-
0
0
Change text
<b>Change the text of the item.</b><p>The text will be changed in the current column of the selected item.</p>
-
Change column
<b>Select the current column.</b><p>The item's text and pixmap will be changed for the current column</p>
-
Colu&mn:
itemColumn
false
-
0
6
-
Label4
false
-
30
22
designer_s_editcut.png
Delete Pixmap
<b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p>
-
30
22
...
Select a Pixmap
<b>Select a pixmap file for the item.</b><p>The pixmap will be changed in the current column of the selected item.</p>
-
&New Item
Add an item
<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>
-
The list of items.
-
New &Subitem
Add a subitem
<b>Create a new sub-item for the selected item.</b><p>New sub-items are inserted at the top of the list of sub-items, and new levels are created automatically.</p>
-
20
20
QSizePolicy::Expanding
Qt::Vertical
-
designer_s_up.png
Move up
<b>Move the selected item up.</b><p>The item will be moved within its level in the hierarchy.</p>
-
designer_s_down.png
Move down
<b>Move the selected item down.</b><p>The item will be moved within its level in the hierarchy.</p>
-
designer_s_left.png
Move left
<b>Move the selected item one level up.</b><p>This will also change the level of the item's sub-items.</p>
-
designer_s_right.png
Move right
<b>Move the selected item one level down.</b><p>This will also change the level of the item's sub-items.</p>
Co&lumns
11
6
-
Column Properties
11
6
-
&Pixmap:
colChoosePixmap
false
-
Label4
false
-
30
22
designer_s_editcut.png
Delete Pixmap
Delete the pixmap of the selected column.
-
30
22
...
Select a Pixmap
<b>Select a pixmap file for the selected column.</b><p>The pixmap will be displayed in the header of the listview.</p>
-
&Text:
colText
false
-
0
0
Enter column text
<b>Enter the text for the selected column.</b><p>The text will be displayed in the header of the listview.</p>
-
Clicka&ble
If this option is checked, the selected column will react to mouse clicks on the header.
-
Re&sizable
The column's width will be resizable if this option is checked.
-
&Delete Column
Delete column
Deletes the selected Column.
-
designer_s_down.png
Move down
<b>Move the selected item down.</b><p>The top-most column will be the first column in the list.</p>
-
&New Column
Add a Column
<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>
-
designer_s_up.png
Move up
<b>Move the selected item up.</b><p>The top-most column will be the first column in the list.</p>
-
The list of columns.
-
20
20
QSizePolicy::Expanding
Qt::Vertical
-
0
6
-
&Help
true
-
20
20
QSizePolicy::Expanding
Qt::Horizontal
-
&Apply
true
Apply all changes.
-
&OK
true
true
Close the dialog and apply all the changes.
-
&Cancel
true
Close the dialog and discard any changes.
qPixmapFromMimeSource
okButton
cancelButton
tabWidget
itemsPreview
itemNew
itemNewSub
itemDelete
itemUp
itemDown
itemLeft
itemRight
itemColumn
itemText
itemDeletePixmap
itemChoosePixmap
helpButton
applyButton
colPreview
colNew
colDelete
colUp
colDown
colText
colDeletePixmap
colChoosePixmap
colClickable
colResizable
cancelButton
clicked()
ListViewEditorBase
reject()
itemNew
clicked()
ListViewEditorBase
itemNewClicked()
itemDelete
clicked()
ListViewEditorBase
itemDeleteClicked()
itemUp
clicked()
ListViewEditorBase
itemUpClicked()
itemDown
clicked()
ListViewEditorBase
itemDownClicked()
itemColumn
valueChanged(int)
ListViewEditorBase
itemColChanged(int)
itemText
textChanged(QString)
ListViewEditorBase
itemTextChanged(QString)
itemDeletePixmap
clicked()
ListViewEditorBase
itemPixmapDeleted()
itemChoosePixmap
clicked()
ListViewEditorBase
itemPixmapChoosen()
colNew
clicked()
ListViewEditorBase
newColumnClicked()
colDelete
clicked()
ListViewEditorBase
deleteColumnClicked()
colUp
clicked()
ListViewEditorBase
columnUpClicked()
colDown
clicked()
ListViewEditorBase
columnDownClicked()
colText
textChanged(QString)
ListViewEditorBase
columnTextChanged(QString)
colDeletePixmap
clicked()
ListViewEditorBase
columnPixmapDeleted()
colChoosePixmap
clicked()
ListViewEditorBase
columnPixmapChosen()
colResizable
toggled(bool)
ListViewEditorBase
columnResizable(bool)
colClickable
toggled(bool)
ListViewEditorBase
columnClickable(bool)
tabWidget
selected(QString)
ListViewEditorBase
initTabPage(QString)
okButton
clicked()
ListViewEditorBase
okClicked()
applyButton
clicked()
ListViewEditorBase
applyClicked()
colPreview
currentChanged(Q3ListBoxItem*)
ListViewEditorBase
currentColumnChanged(Q3ListBoxItem*)
colPreview
selectionChanged(Q3ListBoxItem*)
ListViewEditorBase
currentColumnChanged(Q3ListBoxItem*)
itemsPreview
currentChanged(Q3ListViewItem*)
ListViewEditorBase
currentItemChanged(Q3ListViewItem*)
itemsPreview
selectionChanged(Q3ListViewItem*)
ListViewEditorBase
currentItemChanged(Q3ListViewItem*)
itemNewSub
clicked()
ListViewEditorBase
itemNewSubClicked()
itemLeft
clicked()
ListViewEditorBase
itemLeftClicked()
itemRight
clicked()
ListViewEditorBase
itemRightClicked()