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

📄 helpdialog.ui

📁 Trolltech公司发布的基于C++图形开发环境
💻 UI
📖 第 1 页 / 共 2 页
字号:
                        </property>                    </widget>                </grid>            </widget>        </widget>        <widget>            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout18</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>222</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>buttonDisplay</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;Display</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>&lt;b&gt;Display the selected topic.&lt;/b&gt;&lt;p&gt;You will have to choose the right location if more the topic is found on more than one page.&lt;/p&gt;</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;Close</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Close the Dialog.</string>                    </property>                </widget>            </hbox>        </widget>        <widget>            <class>QFrame</class>            <property stdset="1">                <name>name</name>                <cstring>framePrepare</cstring>            </property>            <property stdset="1">                <name>frameShadow</name>                <enum>Raised</enum>            </property>            <property stdset="1">                <name>frameShape</name>                <enum>StyledPanel</enum>            </property>            <hbox>                <property stdset="1">                    <name>margin</name>                    <number>3</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget>                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>labelPrepare</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>Preparing...</string>                    </property>                </widget>                <widget>                    <class>QProgressBar</class>                    <property stdset="1">                        <name>name</name>                        <cstring>progressPrepare</cstring>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><connections>    <connection>        <sender>buttonCancel</sender>        <signal>clicked()</signal>        <receiver>HelpDialogBase</receiver>        <slot>reject()</slot>    </connection>    <connection>        <sender>tabWidget</sender>        <signal>selected(const QString&amp;)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentTabChanged( const QString &amp; )</slot>    </connection>    <connection>        <sender>listIndex</sender>        <signal>doubleClicked(QListBoxItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <connection>        <sender>listIndex</sender>        <signal>selectionChanged(QListBoxItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentIndexChanged( QListBoxItem * )</slot>    </connection>    <connection>        <sender>listIndex</sender>        <signal>returnPressed(QListBoxItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <connection>        <sender>listIndex</sender>        <signal>currentChanged(QListBoxItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentIndexChanged( QListBoxItem * )</slot>    </connection>    <connection>        <sender>buttonDisplay</sender>        <signal>clicked()</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <connection>        <sender>editIndex</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>HelpDialogBase</receiver>        <slot>searchInIndex( const QString &amp; )</slot>    </connection>    <connection>        <sender>buttonAdd</sender>        <signal>clicked()</signal>        <receiver>HelpDialogBase</receiver>        <slot>addBookmark()</slot>    </connection>    <connection>        <sender>buttonRemove</sender>        <signal>clicked()</signal>        <receiver>HelpDialogBase</receiver>        <slot>removeBookmark()</slot>    </connection>    <connection>        <sender>listBookmarks</sender>        <signal>doubleClicked(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <connection>        <sender>listBookmarks</sender>        <signal>returnPressed(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <connection>        <sender>listBookmarks</sender>        <signal>selectionChanged(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentBookmarkChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>listBookmarks</sender>        <signal>currentChanged(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentBookmarkChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>listContents</sender>        <signal>currentChanged(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentContentsChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>listContents</sender>        <signal>selectionChanged(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>currentContentsChanged( QListViewItem * )</slot>    </connection>    <connection>        <sender>listContents</sender>        <signal>doubleClicked(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <connection>        <sender>listContents</sender>        <signal>returnPressed(QListViewItem*)</signal>        <receiver>HelpDialogBase</receiver>        <slot>showTopic()</slot>    </connection>    <slot access="protected">addBookmark()</slot>    <slot access="protected">currentBookmarkChanged( QListViewItem * )</slot>    <slot access="protected">currentIndexChanged( QListBoxItem * )</slot>    <slot access="protected">currentTabChanged( const QString &amp; )</slot>    <slot access="protected">loadIndexFile()</slot>    <slot access="protected">currentContentsChanged( QListViewItem * )</slot>    <slot access="protected">removeBookmark()</slot>    <slot access="protected">searchInIndex( const QString &amp; )</slot>    <slot access="protected">showTopic()</slot></connections></UI>

⌨️ 快捷键说明

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