⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listvieweditor.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 3 页
字号:
                            <string>&lt;b&gt;Move the selected item up.&lt;/b&gt;&lt;p&gt;The item will be moved within its level in the hierarchy.&lt;/p&gt;</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>s_down.png</pixmap>                        </property>                        <property name="toolTip" stdset="0">                            <string>Move down</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Move the selected item down.&lt;/b&gt;&lt;p&gt;The item will be moved within its level in the hierarchy.&lt;/p&gt;</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>s_left.png</pixmap>                        </property>                        <property name="toolTip" stdset="0">                            <string>Move left</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Move the selected item one level up.&lt;/b&gt;&lt;p&gt;This will also change the level of the item's sub-items.&lt;/p&gt;</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>s_right.png</pixmap>                        </property>                        <property name="toolTip" stdset="0">                            <string>Move right</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Move the selected item one level down.&lt;/b&gt;&lt;p&gt;This will also change the level of the item's sub-items.&lt;/p&gt;</string>                        </property>                    </widget>                </grid>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>Widget11</cstring>                </property>                <attribute name="title">                    <string>Co&amp;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>&amp;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>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>                            <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>&lt;b&gt;Select a pixmap file for the selected column.&lt;/b&gt;&lt;p&gt;The pixmap will be displayed in the header of the listview.&lt;/p&gt;</string>                                </property>                            </widget>                            <widget class="QLabel" row="0" column="0">                                <property name="name">                                    <cstring>Label1</cstring>                                </property>                                <property name="text">                                    <string>&amp;Text:</string>                                </property>                                <property name="buddy" stdset="0">                                    <cstring>colText</cstring>                                </property>                            </widget>                            <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="3">                                <property name="name">                                    <cstring>colText</cstring>                                </property>                                <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>&lt;b&gt;Enter the text for the selected column.&lt;/b&gt;&lt;p&gt;The text will be displayed in the header of the listview.&lt;/p&gt;</string>                                </property>                            </widget>                            <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">                                <property name="name">                                    <cstring>colClickable</cstring>                                </property>                                <property name="text">                                    <string>Clicka&amp;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>                            <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">                                <property name="name">                                    <cstring>colResizable</cstring>                                </property>                                <property name="text">                                    <string>Re&amp;sizable</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>The column's width will be resizable if this option is checked.</string>                                </property>                            </widget>                        </grid>                    </widget>                    <widget class="QPushButton" row="1" column="1">                        <property name="name">                            <cstring>colDelete</cstring>                        </property>                        <property name="text">                            <string>&amp;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>                    <widget class="QPushButton" row="4" column="1">                        <property name="name">                            <cstring>colDown</cstring>                        </property>                        <property name="text">                            <string></string>                        </property>                        <property name="pixmap">                            <pixmap>s_down.png</pixmap>                        </property>                        <property name="toolTip" stdset="0">                            <string>Move down</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Move the selected item down.&lt;/b&gt;&lt;p&gt;The top-most column will be the first column in the list.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget class="QPushButton" row="0" column="1">                        <property name="name">                            <cstring>colNew</cstring>                        </property>                        <property name="text">                            <string>&amp;New Column</string>                        </property>                        <property name="toolTip" stdset="0">                            <string>Add a Column</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Create a new column.&lt;/b&gt;&lt;p&gt;New columns are appended at the end of (right of) the list and may be moved using the up- and down-buttons.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget class="QPushButton" row="3" column="1">                        <property name="name">                            <cstring>colUp</cstring>                        </property>                        <property name="text">                            <string></string>                        </property>                        <property name="pixmap">                            <pixmap>s_up.png</pixmap>                        </property>                        <property name="toolTip" stdset="0">                            <string>Move up</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Move the selected item up.&lt;/b&gt;&lt;p&gt;The top-most column will be the first column in the list.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget class="QListBox" row="0" column="0" rowspan="5" colspan="1">                        <property name="name">                            <cstring>colPreview</cstring>                        </property>                        <property name="whatsThis" stdset="0">                            <string>The list of columns.</string>                        </property>                    </widget>                    <spacer row="2" column="1">                        <property name="name">                            <cstring>Vertical Spacing2</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>                </grid>            </widget>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout1</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QPushButton">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -