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

📄 iconvieweditor.ui

📁 Trolltech公司发布的基于C++图形开发环境
💻 UI
📖 第 1 页 / 共 2 页
字号:
                                        <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>Delete the pixmap of the selected item.</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>Select a pixmap-file for the current item.</string>                                    </property>                                </widget>                            </hbox>                        </widget>                    </grid>                </widget>            </hbox>        </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>buttonHelp</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>203</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>buttonApply</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>buttonOk</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>                    <property>                        <name>whatsThis</name>                        <string>Close dialog and apply all changes.</string>                    </property>                </widget>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>buttonCancel</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;Cancel</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Close dialog and discard all changes.</string>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><images>    <image>        <name>image0</name>        <data format="XPM.GZ" length="409">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022630543251d2e253d856405bffcbc54105b19c856360003103711c6b53006ab440370316528264b4c198450c5808a94d1ed00aac214832b43124b544ec414d34b4c4c441103f11341120831309758313d0cf3b0840b7258d55a73010092c14eca</data>    </image></images><connections>    <connection>        <sender>itemNew</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>insertNewItem()</slot>    </connection>    <connection>        <sender>itemDelete</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>deleteCurrentItem()</slot>    </connection>    <connection>        <sender>itemText</sender>        <signal>textChanged( const QString &amp; )</signal>        <receiver>IconViewEditorBase</receiver>        <slot>currentTextChanged( const QString &amp; )</slot>    </connection>    <connection>        <sender>buttonOk</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>okClicked()</slot>    </connection>    <connection>        <sender>buttonApply</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>applyClicked()</slot>    </connection>    <connection>        <sender>buttonCancel</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>cancelClicked()</slot>    </connection>    <connection>        <sender>itemChoosePixmap</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>choosePixmap()</slot>    </connection>    <connection>        <sender>preview</sender>        <signal>selectionChanged(QIconViewItem*)</signal>        <receiver>IconViewEditorBase</receiver>        <slot>currentItemChanged( QIconViewItem * )</slot>    </connection>    <connection>        <sender>preview</sender>        <signal>currentChanged(QIconViewItem*)</signal>        <receiver>IconViewEditorBase</receiver>        <slot>currentItemChanged( QIconViewItem * )</slot>    </connection>    <connection>        <sender>itemDeletePixmap</sender>        <signal>clicked()</signal>        <receiver>IconViewEditorBase</receiver>        <slot>deletePixmap()</slot>    </connection>    <slot access="protected">applyClicked()</slot>    <slot access="protected">cancelClicked()</slot>    <slot access="protected">choosePixmap()</slot>    <slot access="protected">currentItemChanged( QIconViewItem * )</slot>    <slot access="protected">currentTextChanged( const QString &amp; )</slot>    <slot access="protected">deleteCurrentItem()</slot>    <slot access="protected">insertNewItem()</slot>    <slot access="protected">deletePixmap()</slot>    <slot access="protected">okClicked()</slot></connections><tabstops>    <tabstop>itemNew</tabstop>    <tabstop>itemDelete</tabstop>    <tabstop>itemText</tabstop>    <tabstop>itemChoosePixmap</tabstop>    <tabstop>buttonHelp</tabstop>    <tabstop>buttonApply</tabstop>    <tabstop>buttonOk</tabstop>    <tabstop>buttonCancel</tabstop></tabstops></UI>

⌨️ 快捷键说明

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