diff options
Diffstat (limited to 'tests/auto/uic3/baseline/listvieweditor.ui.4')
-rw-r--r-- | tests/auto/uic3/baseline/listvieweditor.ui.4 | 858 |
1 files changed, 858 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/listvieweditor.ui.4 b/tests/auto/uic3/baseline/listvieweditor.ui.4 new file mode 100644 index 0000000..50f2c7a --- /dev/null +++ b/tests/auto/uic3/baseline/listvieweditor.ui.4 @@ -0,0 +1,858 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0" stdsetdef="1"> + <author></author> + <comment>********************************************************************* +** 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. +** +*********************************************************************</comment> + <exportmacro></exportmacro> + <class>ListViewEditorBase</class> + <widget class="QDialog" name="ListViewEditorBase"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>567</width> + <height>398</height> + </rect> + </property> + <property name="windowTitle"> + <string>Edit Listview</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string><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></string> + </property> + <layout class="QVBoxLayout"> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item> + <widget class="QTabWidget" name="tabWidget"> + <widget class="QWidget" name="Widget10"> + <attribute name="title"> + <string>&Items</string> + </attribute> + <layout class="QGridLayout"> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="2" column="1"> + <widget class="QPushButton" name="itemDelete"> + <property name="text"> + <string>&Delete Item</string> + </property> + <property name="toolTip" stdset="0"> + <string>Delete item</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Deletes the selected item.</b><p>Any sub-items are also deleted.</p></string> + </property> + </widget> + </item> + <item row="0" column="2" rowspan="8" colspan="1"> + <widget class="Q3GroupBox" name="GroupBox1"> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Item Properties</string> + </property> + <layout class="QGridLayout"> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="2" column="0"> + <widget class="QLabel" name="Label2"> + <property name="text"> + <string>Pi&xmap:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>itemChoosePixmap</cstring> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="Label1"> + <property name="text"> + <string>&Text:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>itemText</cstring> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="itemText"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="toolTip" stdset="0"> + <string>Change text</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Change the text of the item.</b><p>The text will be changed in the current column of the selected item.</p></string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="itemColumn"> + <property name="toolTip" stdset="0"> + <string>Change column</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Select the current column.</b><p>The item's text and pixmap will be changed for the current column</p></string> + </property> + </widget> + </item> + <item row="0" column="0"> + <widget class="QLabel" name="Label4"> + <property name="text"> + <string>Colu&mn:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>itemColumn</cstring> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="1"> + <layout class="QHBoxLayout"> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item> + <widget class="QLabel" name="itemPixmap"> + <property name="text"> + <string>Label4</string> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="itemDeletePixmap"> + <property name="maximumSize"> + <size> + <width>30</width> + <height>22</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_editcut.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Delete Pixmap</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p></string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="itemChoosePixmap"> + <property name="maximumSize"> + <size> + <width>30</width> + <height>22</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Select a Pixmap</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Select a pixmap file for the item.</b><p>The pixmap will be changed in the current column of the selected item.</p></string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item row="0" column="1"> + <widget class="QPushButton" name="itemNew"> + <property name="text"> + <string>&New Item</string> + </property> + <property name="toolTip" stdset="0"> + <string>Add an item</string> + </property> + <property name="whatsThis" stdset="0"> + <string><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></string> + </property> + </widget> + </item> + <item row="0" column="0" rowspan="8" colspan="1"> + <widget class="Q3ListView" name="itemsPreview"> + <property name="whatsThis" stdset="0"> + <string>The list of items.</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="itemNewSub"> + <property name="text"> + <string>New &Subitem</string> + </property> + <property name="toolTip" stdset="0"> + <string>Add a subitem</string> + </property> + <property name="whatsThis" stdset="0"> + <string><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></string> + </property> + </widget> + </item> + <item row="3" column="1"> + <spacer name="Vertical Spacing1"> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </spacer> + </item> + <item row="4" column="1"> + <widget class="QPushButton" name="itemUp"> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_up.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Move up</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Move the selected item up.</b><p>The item will be moved within its level in the hierarchy.</p></string> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QPushButton" name="itemDown"> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_down.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Move down</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Move the selected item down.</b><p>The item will be moved within its level in the hierarchy.</p></string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QPushButton" name="itemLeft"> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_left.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Move left</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Move the selected item one level up.</b><p>This will also change the level of the item's sub-items.</p></string> + </property> + </widget> + </item> + <item row="7" column="1"> + <widget class="QPushButton" name="itemRight"> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_right.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Move right</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Move the selected item one level down.</b><p>This will also change the level of the item's sub-items.</p></string> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="Widget11"> + <attribute name="title"> + <string>Co&lumns</string> + </attribute> + <layout class="QGridLayout"> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="0" column="2" rowspan="5" colspan="1"> + <widget class="Q3GroupBox" name="GroupBox1"> + <property name="title"> + <string>Column Properties</string> + </property> + <layout class="QGridLayout"> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="1" column="0"> + <widget class="QLabel" name="Label2"> + <property name="text"> + <string>&Pixmap:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>colChoosePixmap</cstring> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="colPixmap"> + <property name="text"> + <string>Label4</string> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="2"> + <widget class="QPushButton" name="colDeletePixmap"> + <property name="maximumSize"> + <size> + <width>30</width> + <height>22</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_editcut.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Delete Pixmap</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Delete the pixmap of the selected column.</string> + </property> + </widget> + </item> + <item row="1" column="3"> + <widget class="QPushButton" name="colChoosePixmap"> + <property name="maximumSize"> + <size> + <width>30</width> + <height>22</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Select a Pixmap</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Select a pixmap file for the selected column.</b><p>The pixmap will be displayed in the header of the listview.</p></string> + </property> + </widget> + </item> + <item row="0" column="0"> + <widget class="QLabel" name="Label1"> + <property name="text"> + <string>&Text:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>colText</cstring> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="1" rowspan="1" colspan="3"> + <widget class="QLineEdit" name="colText"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="toolTip" stdset="0"> + <string>Enter column text</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Enter the text for the selected column.</b><p>The text will be displayed in the header of the listview.</p></string> + </property> + </widget> + </item> + <item row="2" column="0" rowspan="1" colspan="2"> + <widget class="QCheckBox" name="colClickable"> + <property name="text"> + <string>Clicka&ble</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If this option is checked, the selected column will react to mouse clicks on the header.</string> + </property> + </widget> + </item> + <item row="3" column="0" rowspan="1" colspan="2"> + <widget class="QCheckBox" name="colResizable"> + <property name="text"> + <string>Re&sizable</string> + </property> + <property name="whatsThis" stdset="0"> + <string>The column's width will be resizable if this option is checked.</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="colDelete"> + <property name="text"> + <string>&Delete Column</string> + </property> + <property name="toolTip" stdset="0"> + <string>Delete column</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Deletes the selected Column.</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QPushButton" name="colDown"> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_down.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Move down</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Move the selected item down.</b><p>The top-most column will be the first column in the list.</p></string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QPushButton" name="colNew"> + <property name="text"> + <string>&New Column</string> + </property> + <property name="toolTip" stdset="0"> + <string>Add a Column</string> + </property> + <property name="whatsThis" stdset="0"> + <string><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></string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QPushButton" name="colUp"> + <property name="text"> + <string/> + </property> + <property name="icon"> + <pixmap>designer_s_up.png</pixmap> + </property> + <property name="toolTip" stdset="0"> + <string>Move up</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Move the selected item up.</b><p>The top-most column will be the first column in the list.</p></string> + </property> + </widget> + </item> + <item row="0" column="0" rowspan="5" colspan="1"> + <widget class="Q3ListBox" name="colPreview"> + <property name="whatsThis" stdset="0"> + <string>The list of columns.</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <spacer name="Vertical Spacing2"> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </spacer> + </item> + </layout> + </widget> + </widget> + </item> + <item> + <layout class="QHBoxLayout"> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item> + <widget class="QPushButton" name="helpButton"> + <property name="text"> + <string>&Help</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer name="Horizontal Spacing2"> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="applyButton"> + <property name="text"> + <string>&Apply</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Apply all changes.</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="okButton"> + <property name="text"> + <string>&OK</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Close the dialog and apply all the changes.</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="cancelButton"> + <property name="text"> + <string>&Cancel</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Close the dialog and discard any changes.</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11"/> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <tabstops> + <tabstop>okButton</tabstop> + <tabstop>cancelButton</tabstop> + <tabstop>tabWidget</tabstop> + <tabstop>itemsPreview</tabstop> + <tabstop>itemNew</tabstop> + <tabstop>itemNewSub</tabstop> + <tabstop>itemDelete</tabstop> + <tabstop>itemUp</tabstop> + <tabstop>itemDown</tabstop> + <tabstop>itemLeft</tabstop> + <tabstop>itemRight</tabstop> + <tabstop>itemColumn</tabstop> + <tabstop>itemText</tabstop> + <tabstop>itemDeletePixmap</tabstop> + <tabstop>itemChoosePixmap</tabstop> + <tabstop>helpButton</tabstop> + <tabstop>applyButton</tabstop> + <tabstop>colPreview</tabstop> + <tabstop>colNew</tabstop> + <tabstop>colDelete</tabstop> + <tabstop>colUp</tabstop> + <tabstop>colDown</tabstop> + <tabstop>colText</tabstop> + <tabstop>colDeletePixmap</tabstop> + <tabstop>colChoosePixmap</tabstop> + <tabstop>colClickable</tabstop> + <tabstop>colResizable</tabstop> + </tabstops> + <connections> + <connection> + <sender>cancelButton</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>itemNew</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemNewClicked()</slot> + </connection> + <connection> + <sender>itemDelete</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemDeleteClicked()</slot> + </connection> + <connection> + <sender>itemUp</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemUpClicked()</slot> + </connection> + <connection> + <sender>itemDown</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemDownClicked()</slot> + </connection> + <connection> + <sender>itemColumn</sender> + <signal>valueChanged(int)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemColChanged(int)</slot> + </connection> + <connection> + <sender>itemText</sender> + <signal>textChanged(QString)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemTextChanged(QString)</slot> + </connection> + <connection> + <sender>itemDeletePixmap</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemPixmapDeleted()</slot> + </connection> + <connection> + <sender>itemChoosePixmap</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemPixmapChoosen()</slot> + </connection> + <connection> + <sender>colNew</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>newColumnClicked()</slot> + </connection> + <connection> + <sender>colDelete</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>deleteColumnClicked()</slot> + </connection> + <connection> + <sender>colUp</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnUpClicked()</slot> + </connection> + <connection> + <sender>colDown</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnDownClicked()</slot> + </connection> + <connection> + <sender>colText</sender> + <signal>textChanged(QString)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnTextChanged(QString)</slot> + </connection> + <connection> + <sender>colDeletePixmap</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnPixmapDeleted()</slot> + </connection> + <connection> + <sender>colChoosePixmap</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnPixmapChosen()</slot> + </connection> + <connection> + <sender>colResizable</sender> + <signal>toggled(bool)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnResizable(bool)</slot> + </connection> + <connection> + <sender>colClickable</sender> + <signal>toggled(bool)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>columnClickable(bool)</slot> + </connection> + <connection> + <sender>tabWidget</sender> + <signal>selected(QString)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>initTabPage(QString)</slot> + </connection> + <connection> + <sender>okButton</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>okClicked()</slot> + </connection> + <connection> + <sender>applyButton</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>applyClicked()</slot> + </connection> + <connection> + <sender>colPreview</sender> + <signal>currentChanged(Q3ListBoxItem*)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>currentColumnChanged(Q3ListBoxItem*)</slot> + </connection> + <connection> + <sender>colPreview</sender> + <signal>selectionChanged(Q3ListBoxItem*)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>currentColumnChanged(Q3ListBoxItem*)</slot> + </connection> + <connection> + <sender>itemsPreview</sender> + <signal>currentChanged(Q3ListViewItem*)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>currentItemChanged(Q3ListViewItem*)</slot> + </connection> + <connection> + <sender>itemsPreview</sender> + <signal>selectionChanged(Q3ListViewItem*)</signal> + <receiver>ListViewEditorBase</receiver> + <slot>currentItemChanged(Q3ListViewItem*)</slot> + </connection> + <connection> + <sender>itemNewSub</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemNewSubClicked()</slot> + </connection> + <connection> + <sender>itemLeft</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemLeftClicked()</slot> + </connection> + <connection> + <sender>itemRight</sender> + <signal>clicked()</signal> + <receiver>ListViewEditorBase</receiver> + <slot>itemRightClicked()</slot> + </connection> + </connections> +</ui> |