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

📄 listvieweditor.ui

📁 Qt/Embedded是一个多平台的C++图形用户界面应用程序框架
💻 UI
📖 第 1 页 / 共 4 页
字号:
<!DOCTYPE UI><UI><class>ListViewEditorBase</class><widget>    <class>QDialog</class>    <property stdset="1">        <name>name</name>        <cstring>ListViewEditorBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>603</width>            <height>351</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Edit Listview</string>    </property>    <property stdset="1">        <name>sizeGripEnabled</name>        <bool>true</bool>    </property>    <property>        <name>whatsThis</name>        <string>&lt;b&gt;Edit Listview&lt;/b&gt;&lt;p&gt;Use the controls on the &lt;b&gt;Items&lt;/b&gt;-tab to add, change and remove items in the listview. Change the column configuration of the view using the controls on the &lt;b&gt;Columns&lt;/b&gt;-tab.&lt;/p&gt;Press the &lt;b&gt;New Item&lt;/b&gt;-button to create a new item and enter a text or provide a pixmap.&lt;/p&gt;&lt;p&gt;Select an item from the list and press the &lt;b&gt;Delete Item&lt;/b&gt;-button to remove the item from the list.&lt;/p&gt;</string>    </property>    <vbox>        <property stdset="1">            <name>margin</name>            <number>11</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget>            <class>QTabWidget</class>            <property stdset="1">                <name>name</name>                <cstring>tabWidget</cstring>            </property>            <widget>                <class>QWidget</class>                <attribute>                    <name>title</name>                    <string>&amp;Items</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="2"  column="1" >                        <class>QPushButton</class>                        <property stdset="1">                            <name>name</name>                            <cstring>itemDelete</cstring>                        </property>                        <property stdset="1">                            <name>text</name>                            <string>&amp;Delete Item</string>                        </property>                        <property>                            <name>toolTip</name>                            <string>Delete item</string>                        </property>                        <property>                            <name>whatsThis</name>                            <string>&lt;b&gt;Deletes the selected item.&lt;/b&gt;&lt;p&gt;Existing subitems are deleted, too.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget row="0"  column="2"  rowspan="8"  colspan="1" >                        <class>QGroupBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>GroupBox1</cstring>                        </property>                        <property stdset="1">                            <name>title</name>                            <string>Item &amp;Properties</string>                        </property>                        <property stdset="1">                            <name>sizePolicy</name>                            <sizepolicy>                                <hsizetype>0</hsizetype>                                <vsizetype>5</vsizetype>                            </sizepolicy>                        </property>                        <grid>                            <property stdset="1">                                <name>margin</name>                                <number>11</number>                            </property>                            <property stdset="1">                                <name>spacing</name>                                <number>6</number>                            </property>                            <widget row="2"  column="0" >                                <class>QLabel</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>Label2</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>Pi&amp;xmap:</string>                                </property>                                <property>                                    <name>buddy</name>                                    <cstring>itemChoosePixmap</cstring>                                </property>                            </widget>                            <widget row="1"  column="0" >                                <class>QLabel</class>                                <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>itemText</cstring>                                </property>                            </widget>                            <widget row="1"  column="1" >                                <class>QLineEdit</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>itemText</cstring>                                </property>                                <property stdset="1">                                    <name>minimumSize</name>                                    <size>                                        <width>0</width>                                        <height>0</height>                                    </size>                                </property>                                <property>                                    <name>toolTip</name>                                    <string>Change text</string>                                </property>                                <property>                                    <name>whatsThis</name>                                    <string>&lt;b&gt;Change the text of the item.&lt;/b&gt;&lt;p&gt;The text will be changed in the current column of the selected item.&lt;/p&gt;</string>                                </property>                            </widget>                            <widget row="0"  column="1" >                                <class>QSpinBox</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>itemColumn</cstring>                                </property>                                <property>                                    <name>toolTip</name>                                    <string>Change column</string>                                </property>                                <property>                                    <name>whatsThis</name>                                    <string>&lt;b&gt;Select the current column.&lt;/b&gt;&lt;p&gt;Itemtext and pixmap will be changed for the current column&lt;/p&gt;</string>                                </property>                            </widget>                            <widget row="0"  column="0" >                                <class>QLabel</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>Label4</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>Colu&amp;mn:</string>                                </property>                                <property>                                    <name>buddy</name>                                    <cstring>itemColumn</cstring>                                </property>                            </widget>                            <widget row="2"  column="1" >                                <class>QLayoutWidget</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>Layout2</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>QLabel</class>                                        <property stdset="1">                                            <name>name</name>                                            <cstring>itemPixmap</cstring>                                        </property>                                        <property stdset="1">                                            <name>text</name>                                            <string>Label4</string>                                        </property>                                    </widget>                                    <widget>                                        <class>QPushButton</class>                                        <property stdset="1">                                            <name>name</name>                                            <cstring>itemDeletePixmap</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>&lt;b&gt;Delete the pixmap of the selected item.&lt;/b&gt;&lt;p&gt;The pixmap in the current column of the selected item will be deleted.&lt;/p&gt;</string>                                        </property>                                    </widget>                                    <widget>                                        <class>QPushButton</class>                                        <property stdset="1">                                            <name>name</name>                                            <cstring>itemChoosePixmap</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>&lt;b&gt;Select a pixmap-file for the item.&lt;/b&gt;&lt;p&gt;The pixmap will be changed in the current column of the selected item.&lt;/p&gt;</string>                                        </property>                                    </widget>                                </hbox>                            </widget>                        </grid>                    </widget>                    <widget row="0"  column="1" >                        <class>QPushButton</class>                        <property stdset="1">                            <name>name</name>                            <cstring>itemNew</cstring>                        </property>

⌨️ 快捷键说明

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