📄 listvieweditor.ui
字号:
<property stdset="1"> <name>text</name> <string>&New Item</string> </property> <property> <name>toolTip</name> <string>Add an item</string> </property> <property> <name>whatsThis</name> <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> <widget row="0" column="0" rowspan="8" colspan="1" > <class>QListView</class> <property stdset="1"> <name>name</name> <cstring>itemsPreview</cstring> </property> <property> <name>whatsThis</name> <string>The list of items.</string> </property> </widget> <widget row="1" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>itemNewSub</cstring> </property> <property stdset="1"> <name>text</name> <string>New &Subitem</string> </property> <property> <name>toolTip</name> <string>Add a subitem</string> </property> <property> <name>whatsThis</name> <string><b>Create a new subitem for the selected item.</b><p>New subitems are inserted at the top of the list of subitems, and new levels will be created automatically.</p></string> </property> </widget> <spacer row="3" column="1" > <property> <name>name</name> <cstring>Vertical Spacing1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>313</x> <y>113</y> <width>20</width> <height>28</height> </rect> </property> <property stdset="1"> <name>orientation</name> <enum>Vertical</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> </spacer> <widget row="4" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>itemUp</cstring> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>pixmap</name> <pixmap>image1</pixmap> </property> <property> <name>toolTip</name> <string>Move up</string> </property> <property> <name>whatsThis</name> <string><b>Move the selected item up.</b><p>The item will be moved within the hierarchy level.</p></string> </property> </widget> <widget row="5" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>itemDown</cstring> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>pixmap</name> <pixmap>image2</pixmap> </property> <property> <name>toolTip</name> <string>Move down</string> </property> <property> <name>whatsThis</name> <string><b>Move the selected item down.</b><p>The item will be moved within the hierarchy level.</p></string> </property> </widget> <widget row="6" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>itemLeft</cstring> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>pixmap</name> <pixmap>image3</pixmap> </property> <property> <name>toolTip</name> <string>Move left</string> </property> <property> <name>whatsThis</name> <string><b>Move the selected item one level up.</b><p>This will also change the level of the parent item.</p></string> </property> </widget> <widget row="7" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>itemRight</cstring> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>pixmap</name> <pixmap>image4</pixmap> </property> <property> <name>toolTip</name> <string>Move right</string> </property> <property> <name>whatsThis</name> <string><b>Move the selected item one level down.</b><p>This will also change the level of the parent item.</p></string> </property> </widget> </grid> </widget> <widget> <class>QWidget</class> <attribute> <name>title</name> <string>Co&lumns</string> </attribute> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="0" column="2" rowspan="5" colspan="1" > <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox1</cstring> </property> <property stdset="1"> <name>title</name> <string>Column Properties</string> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="1" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>Label2</cstring> </property> <property stdset="1"> <name>text</name> <string>&Pixmap:</string> </property> <property> <name>buddy</name> <cstring>colChoosePixmap</cstring> </property> </widget> <widget row="1" column="1" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>colPixmap</cstring> </property> <property stdset="1"> <name>text</name> <string>Label4</string> </property> </widget> <widget row="1" column="2" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>colDeletePixmap</cstring> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>30</width> <height>22</height> </size> </property> <property stdset="1"> <name>pixmap</name> <pixmap>image0</pixmap> </property> <property> <name>toolTip</name> <string>Delete Pixmap</string> </property> <property> <name>whatsThis</name> <string>Delete the pixmap of the selected column.</string> </property> </widget> <widget row="1" column="3" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>colChoosePixmap</cstring> </property> <property stdset="1"> <name>text</name> <string>...</string> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>30</width> <height>22</height> </size> </property> <property> <name>toolTip</name> <string>Select a Pixmap</string> </property> <property> <name>whatsThis</name> <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> <widget row="0" column="0" > <class>QLabel</class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -