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

📄 listvieweditor.ui

📁 Qt/Embedded是一个多平台的C++图形用户界面应用程序框架
💻 UI
📖 第 1 页 / 共 4 页
字号:
                                <property stdset="1">                                    <name>name</name>                                    <cstring>Label1</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>&amp;Text:</string>                                </property>                                <property>                                    <name>buddy</name>                                    <cstring>colText</cstring>                                </property>                            </widget>                            <widget row="0"  column="1"  rowspan="1"  colspan="3" >                                <class>QLineEdit</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>colText</cstring>                                </property>                                <property stdset="1">                                    <name>minimumSize</name>                                    <size>                                        <width>0</width>                                        <height>0</height>                                    </size>                                </property>                                <property>                                    <name>toolTip</name>                                    <string>Enter column text</string>                                </property>                                <property>                                    <name>whatsThis</name>                                    <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 row="2"  column="0"  rowspan="1"  colspan="2" >                                <class>QCheckBox</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>colClickable</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>Clicka&amp;ble</string>                                </property>                                <property>                                    <name>whatsThis</name>                                    <string>If this option is checked, the selected column will react on mouseclicks on the header.</string>                                </property>                            </widget>                            <widget row="3"  column="0"  rowspan="1"  colspan="2" >                                <class>QCheckBox</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>colResizeable</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>Re&amp;sizable</string>                                </property>                                <property>                                    <name>whatsThis</name>                                    <string>The column's width will be resizeable if this option is checked.</string>                                </property>                            </widget>                        </grid>                    </widget>                    <widget row="1"  column="1" >                        <class>QPushButton</class>                        <property stdset="1">                            <name>name</name>                            <cstring>colDelete</cstring>                        </property>                        <property stdset="1">                            <name>text</name>                            <string>&amp;Delete Column</string>                        </property>                        <property>                            <name>toolTip</name>                            <string>Delete column</string>                        </property>                        <property>                            <name>whatsThis</name>                            <string>Deletes the selected Column.</string>                        </property>                    </widget>                    <widget row="4"  column="1" >                        <class>QPushButton</class>                        <property stdset="1">                            <name>name</name>                            <cstring>colDown</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>&lt;b&gt;Move the selected item down.&lt;/b&gt;&lt;p&gt;The topmost column will be the first column of the list.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget row="0"  column="1" >                        <class>QPushButton</class>                        <property stdset="1">                            <name>name</name>                            <cstring>colNew</cstring>                        </property>                        <property stdset="1">                            <name>text</name>                            <string>&amp;New Column</string>                        </property>                        <property>                            <name>toolTip</name>                            <string>Add a Column</string>                        </property>                        <property>                            <name>whatsThis</name>                            <string>&lt;b&gt;Create a new column.&lt;/b&gt;&lt;p&gt;New columns are appended to the list and may be moved using the up- and down-buttons.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget row="3"  column="1" >                        <class>QPushButton</class>                        <property stdset="1">                            <name>name</name>                            <cstring>colUp</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>&lt;b&gt;Move the selected item up.&lt;/b&gt;&lt;p&gt;The topmost column will be the first column of the list.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget row="0"  column="0"  rowspan="5"  colspan="1" >                        <class>QListBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>colPreview</cstring>                        </property>                        <property>                            <name>whatsThis</name>                            <string>The list of columns.</string>                        </property>                    </widget>                    <spacer row="2"  column="1" >                        <property>                            <name>name</name>                            <cstring>Vertical Spacing2</cstring>                        </property>                        <property stdset="1">                            <name>geometry</name>                            <rect>                                <x>311</x>                                <y>79</y>                                <width>20</width>                                <height>118</height>                            </rect>                        </property>                        <property stdset="1">                            <name>orientation</name>                            <enum>Vertical</enum>                        </property>                        <property stdset="1">                            <name>sizeType</name>                            <enum>Expanding</enum>                        </property>                    </spacer>                </grid>            </widget>        </widget>        <widget>            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout1</cstring>            </property>            <hbox>                <property stdset="1">                    <name>margin</name>                    <number>0</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>helpButton</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;Help</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                </widget>                <spacer>                    <property>                        <name>name</name>                        <cstring>Horizontal Spacing2</cstring>                    </property>                    <property stdset="1">                        <name>geometry</name>                        <rect>                            <x>87</x>                            <y>5</y>                            <width>235</width>                            <height>20</height>                        </rect>                    </property>                    <property stdset="1">                        <name>orientation</name>                        <enum>Horizontal</enum>                    </property>                    <property stdset="1">                        <name>sizeType</name>                        <enum>Expanding</enum>                    </property>                </spacer>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>applyButton</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;Apply</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Apply all changes.</string>                    </property>                </widget>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>okButton</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;OK</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property stdset="1">                        <name>default</name>                        <bool>true</bool>                    </property>

⌨️ 快捷键说明

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