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

📄 formsettings.ui

📁 Trolltech公司发布的基于C++图形开发环境
💻 UI
📖 第 1 页 / 共 3 页
字号:
                        <string>Delete forward declaration</string>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Delete the selected forward declaration from the list</string>                    </property>                </widget>                <spacer row="1"  column="0" >                    <property>                        <name>name</name>                        <cstring>Spacer2_2</cstring>                    </property>                    <property stdset="1">                        <name>geometry</name>                        <rect>                            <x>11</x>                            <y>139</y>                            <width>28</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 row="1"  column="1" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>buttonAddForward</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>Ne&amp;w Forward</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property>                        <name>toolTip</name>                        <string>Add forward declaration</string>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Add a new forward declaration.</string>                    </property>                </widget>            </grid>        </widget>        <widget row="2"  column="0"  rowspan="1"  colspan="2" >            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout4</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>4</y>                            <width>341</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>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>    </grid></widget><connections>    <connection>        <sender>buttonCancel</sender>        <signal>clicked()</signal>        <receiver>FormSettingsBase</receiver>        <slot>reject()</slot>    </connection>    <connection>        <sender>buttonOk</sender>        <signal>clicked()</signal>        <receiver>FormSettingsBase</receiver>        <slot>okClicked()</slot>    </connection>    <connection>        <sender>buttonAdd</sender>        <signal>clicked()</signal>        <receiver>FormSettingsBase</receiver>        <slot>addInclude()</slot>    </connection>    <connection>        <sender>buttonRemove</sender>        <signal>clicked()</signal>        <receiver>FormSettingsBase</receiver>        <slot>removeInclude()</slot>    </connection>    <connection>        <sender>listIncludes</sender>        <signal>currentChanged(QListViewItem*)</signal>        <receiver>FormSettingsBase</receiver>        <slot>currentIncludeChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>listIncludes</sender>        <signal>selectionChanged(QListViewItem*)</signal>        <receiver>FormSettingsBase</receiver>        <slot>currentIncludeChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>editInclude</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>FormSettingsBase</receiver>        <slot>includeNameChanged( const QString &amp; )</slot>    </connection>    <connection>        <sender>comboLocation</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>FormSettingsBase</receiver>        <slot>includeAccessChanged( const QString &amp; )</slot>    </connection>    <connection>        <sender>radioPixmapFunction</sender>        <signal>toggled(bool)</signal>        <receiver>editPixmapFunction</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>buttonAddForward</sender>        <signal>clicked()</signal>        <receiver>FormSettingsBase</receiver>        <slot>addForward()</slot>    </connection>    <connection>        <sender>buttonRemoveForward</sender>        <signal>clicked()</signal>        <receiver>FormSettingsBase</receiver>        <slot>removeForward()</slot>    </connection>    <connection>        <sender>editForward</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>FormSettingsBase</receiver>        <slot>forwardNameChanged( const QString &amp; )</slot>    </connection>    <connection>        <sender>listForwards</sender>        <signal>currentChanged(QListViewItem*)</signal>        <receiver>FormSettingsBase</receiver>        <slot>currentForwardChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>listForwards</sender>        <signal>selectionChanged(QListViewItem*)</signal>        <receiver>FormSettingsBase</receiver>        <slot>currentForwardChanged( QListViewItem * )</slot>    </connection>    <slot access="protected">addForward()</slot>    <slot access="protected">addInclude()</slot>    <slot access="protected">currentIncludeChanged( QListViewItem * )</slot>    <slot access="protected">forwardNameChanged( const QString &amp; )</slot>    <slot access="protected">includeAccessChanged( const QString &amp; )</slot>    <slot access="protected">includeNameChanged( const QString &amp; )</slot>    <slot access="protected">currentForwardChanged( QListViewItem * )</slot>    <slot access="protected">okClicked()</slot>    <slot access="protected">removeForward()</slot>    <slot access="protected">removeInclude()</slot></connections><tabstops>    <tabstop>editClassName</tabstop>    <tabstop>editComment</tabstop>    <tabstop>editAuthor</tabstop>    <tabstop>radioPixmapInline</tabstop>    <tabstop>radioPixmapFunction</tabstop>    <tabstop>editPixmapFunction</tabstop>    <tabstop>listIncludes</tabstop>    <tabstop>buttonAdd</tabstop>    <tabstop>buttonRemove</tabstop>    <tabstop>editInclude</tabstop>    <tabstop>comboLocation</tabstop>    <tabstop>listForwards</tabstop>    <tabstop>buttonAddForward</tabstop>    <tabstop>buttonRemoveForward</tabstop>    <tabstop>editForward</tabstop>    <tabstop>buttonHelp</tabstop>    <tabstop>buttonOk</tabstop>    <tabstop>buttonCancel</tabstop></tabstops></UI>

⌨️ 快捷键说明

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