********************************************************************* ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the autotests of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and Digia. For licensing terms and ** conditions see http://qt.digia.com/licensing. For further information ** use the contact form at http://qt.digia.com/contact-us. ** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Digia gives you certain additional ** rights. These rights are described in the Digia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU General Public License version 3.0 requirements will be ** met: http://www.gnu.org/copyleft/gpl.html. ** ** ** $QT_END_LICENSE$ ** ********************************************************************* 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()