📄 helpdialog.ui
字号:
<!DOCTYPE UI><UI><class>HelpDialogBase</class><comment>*********************************************************************** Copyright (C) 2000 Trolltech AS. All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>HelpDialogBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>504</width> <height>415</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Help</string> </property> <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string><b>Help</b><p>Choose the topic you need help for from the contents list, or search the index for keywords.</p></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> <property> <name>whatsThis</name> <string>Displays help topics organized by category, index or bookmarks</string> </property> <widget> <class>QWidget</class> <attribute> <name>title</name> <string>Con&tents</string> </attribute> <vbox> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QListView</class> <column> <property> <name>text</name> <string>Column 1</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <property stdset="1"> <name>name</name> <cstring>listContents</cstring> </property> <property stdset="1"> <name>rootIsDecorated</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string><b>Help topics organized by category.</b><p>Double-click an item to see which topics are in that category. To view a topic, select it, and then click <b>Display</b>.</p></string> </property> </widget> </vbox> </widget> <widget> <class>QWidget</class> <attribute> <name>title</name> <string>&Index</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="0" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editIndex</cstring> </property> <property> <name>toolTip</name> <string>Enter keyword</string> </property> <property> <name>whatsThis</name> <string><b>Enter a keyword.</b><p>The list will select an item that matches the entered string best.</p></string> </property> </widget> <widget row="0" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> <string>&Look For:</string> </property> <property> <name>buddy</name> <cstring>editIndex</cstring> </property> </widget> <widget row="1" column="0" rowspan="1" colspan="2" > <class>QListBox</class> <property stdset="1"> <name>name</name> <cstring>listIndex</cstring> </property> <property> <name>whatsThis</name> <string><b>List of available help topics.</b><p>Double-click on an item to open up the help page for this topic. You will have to choose the right page if more than one are found.</p></string> </property> </widget> </grid> </widget> <widget> <class>QWidget</class> <attribute> <name>title</name> <string>&Bookmarks</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="1" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonRemove</cstring> </property> <property stdset="1"> <name>text</name> <string>D&elete Bookmark</string> </property> <property> <name>toolTip</name> <string>Delete bookmark</string> </property> <property> <name>whatsThis</name> <string>Delete the selected bookmark from the list.</string> </property> </widget> <spacer row="2" column="1" > <property> <name>name</name> <cstring>Spacer1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>175</x> <y>79</y> <width>20</width> <height>36</height> </rect> </property> <property stdset="1"> <name>orientation</name> <enum>Vertical</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> </spacer> <widget row="0" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonAdd</cstring> </property> <property stdset="1"> <name>text</name> <string>&New Bookmark</string> </property> <property> <name>toolTip</name> <string>Add new bookmark</string> </property> <property> <name>whatsThis</name> <string>Add the current displayed page as new bookmark to the list.</string> </property> </widget> <widget row="0" column="0" rowspan="3" colspan="1" > <class>QListView</class> <column> <property> <name>text</name> <string>Column 1</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <property stdset="1"> <name>name</name> <cstring>listBookmarks</cstring> </property> <property> <name>whatsThis</name> <string>Displays the list of bookmarks.</string>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -