📄 listwidgeteditor.ui
字号:
<ui version="4.0" > <comment>************************************************************************* Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.**** This file is part of the Qt Designer of the Qt Toolkit.**** This file may be used under the terms of the GNU General Public** License version 2.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 GNU** General Public Licensing requirements will be met:** http://www.trolltech.com/products/qt/opensource.html**** If you are unsure which license is appropriate for your use, please** review the following information:** http://www.trolltech.com/products/qt/licensing.html or contact the** sales department at sales@trolltech.com.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.***********************************************************************</comment> <class>qdesigner_internal::ListWidgetEditor</class> <widget class="QDialog" name="qdesigner_internal::ListWidgetEditor" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>272</width> <height>306</height> </rect> </property> <property name="windowTitle" > <string>Dialog</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QGroupBox" name="groupBox" > <property name="title" > <string>Items List</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="2" column="1" > <widget class="QToolButton" name="moveItemDownButton" > <property name="toolTip" > <string>Move Item Down</string> </property> <property name="text" > <string>D</string> </property> </widget> </item> <item row="2" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="pixmapLabel" > <property name="sizePolicy" > <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>&Pixmap</string> </property> <property name="buddy" > <cstring>previewPixmapItemButton</cstring> </property> </widget> </item> <item> <widget class="QToolButton" name="previewPixmapItemButton" > <property name="toolTip" > <string>Set Item Pixmap</string> </property> <property name="text" > <string>...</string> </property> </widget> </item> <item> <widget class="QToolButton" name="deletePixmapItemButton" > <property name="toolTip" > <string>Reset Item Pixmap</string> </property> <property name="text" > <string/> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel" > <property name="sizePolicy" > <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>&Text</string> </property> <property name="buddy" > <cstring>itemTextLineEdit</cstring> </property> </widget> </item> <item> <widget class="QLineEdit" name="itemTextLineEdit" > <property name="sizePolicy" > <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip" > <string>Set Item Text</string> </property> </widget> </item> </layout> </item> <item row="1" column="1" > <widget class="QToolButton" name="moveItemUpButton" > <property name="toolTip" > <string>Move Item Up</string> </property> <property name="text" > <string>U</string> </property> </widget> </item> <item row="1" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QToolButton" name="newItemButton" > <property name="toolTip" > <string>New Item</string> </property> <property name="text" > <string>&New Item</string> </property> </widget> </item> <item> <widget class="QToolButton" name="deleteItemButton" > <property name="toolTip" > <string>Delete Item</string> </property> <property name="text" > <string>&Delete Item</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>16</width> <height>10</height> </size> </property> </spacer> </item> </layout> </item> <item row="0" column="0" colspan="2" > <widget class="QListWidget" name="listWidget" > <property name="toolTip" > <string>Items List</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>listWidget</tabstop> <tabstop>newItemButton</tabstop> <tabstop>deleteItemButton</tabstop> <tabstop>moveItemUpButton</tabstop> <tabstop>moveItemDownButton</tabstop> <tabstop>previewPixmapItemButton</tabstop> <tabstop>deletePixmapItemButton</tabstop> <tabstop>itemTextLineEdit</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>qdesigner_internal::ListWidgetEditor</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>140</x> <y>291</y> </hint> <hint type="destinationlabel" > <x>73</x> <y>301</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>qdesigner_internal::ListWidgetEditor</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>230</x> <y>289</y> </hint> <hint type="destinationlabel" > <x>253</x> <y>304</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -