listvieweditor.ui
来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· UI 代码 · 共 937 行 · 第 1/4 页
UI
937 行
</widget> </hbox> </widget> </grid> </widget> <widget class="QPushButton" row="0" column="1"> <property name="name"> <cstring>itemNew</cstring> </property> <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> <widget class="QListView" row="0" column="0" rowspan="8" colspan="1"> <property name="name"> <cstring>itemsPreview</cstring> </property> <property name="whatsThis" stdset="0"> <string>The list of items.</string> </property> </widget> <widget class="QPushButton" row="1" column="1"> <property name="name"> <cstring>itemNewSub</cstring> </property> <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> <spacer row="3" column="1"> <property name="name"> <cstring>Vertical Spacing1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton" row="4" column="1"> <property name="name"> <cstring>itemUp</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image1</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> <widget class="QPushButton" row="5" column="1"> <property name="name"> <cstring>itemDown</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image2</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> <widget class="QPushButton" row="6" column="1"> <property name="name"> <cstring>itemLeft</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image3</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> <widget class="QPushButton" row="7" column="1"> <property name="name"> <cstring>itemRight</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image4</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> </grid> </widget> <widget class="QWidget"> <property name="name"> <cstring>Widget11</cstring> </property> <attribute name="title"> <string>Co&lumns</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QGroupBox" row="0" column="2" rowspan="5" colspan="1"> <property name="name"> <cstring>GroupBox1</cstring> </property> <property name="title"> <string>Column Properties</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>Label2</cstring> </property> <property name="text"> <string>&Pixmap:</string> </property> <property name="buddy" stdset="0"> <cstring>colChoosePixmap</cstring> </property> </widget> <widget class="QLabel" row="1" column="1"> <property name="name"> <cstring>colPixmap</cstring> </property> <property name="text"> <string>Label4</string> </property> </widget> <widget class="QPushButton" row="1" column="2"> <property name="name"> <cstring>colDeletePixmap</cstring> </property> <property name="maximumSize"> <size> <width>30</width> <height>22</height> </size> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image0</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> <widget class="QPushButton" row="1" column="3"> <property name="name"> <cstring>colChoosePixmap</cstring> </property> <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> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>Label1</cstring> </property> <property name="text"> <string>&Text:</string> </property> <property name="buddy" stdset="0"> <cstring>colText</cstring> </property> </widget>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?