1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>QtHelpDocumentationDialog</class> |
3 <class>QtHelpDocumentationDialog</class> |
3 <widget class="QDialog" name="QtHelpDocumentationDialog" > |
4 <widget class="QDialog" name="QtHelpDocumentationDialog"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>425</width> |
9 <width>425</width> |
9 <height>391</height> |
10 <height>391</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Manage QtHelp Documentation Database</string> |
14 <string>Manage QtHelp Documentation Database</string> |
14 </property> |
15 </property> |
15 <property name="sizeGripEnabled" > |
16 <property name="sizeGripEnabled"> |
16 <bool>true</bool> |
17 <bool>true</bool> |
17 </property> |
18 </property> |
18 <layout class="QVBoxLayout" name="verticalLayout" > |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
19 <item> |
20 <item> |
20 <widget class="QLabel" name="label" > |
21 <widget class="QLabel" name="label"> |
21 <property name="text" > |
22 <property name="text"> |
22 <string>Registered Documents</string> |
23 <string>Registered Documents</string> |
23 </property> |
24 </property> |
24 </widget> |
25 </widget> |
25 </item> |
26 </item> |
26 <item> |
27 <item> |
27 <layout class="QGridLayout" name="gridLayout" > |
28 <layout class="QGridLayout" name="gridLayout"> |
28 <item rowspan="3" row="0" column="0" > |
29 <item row="0" column="0" rowspan="3"> |
29 <widget class="QListWidget" name="documentsList" > |
30 <widget class="QListWidget" name="documentsList"> |
30 <property name="toolTip" > |
31 <property name="selectionMode"> |
31 <string/> |
32 <enum>QAbstractItemView::ExtendedSelection</enum> |
32 </property> |
33 </property> |
33 </widget> |
34 </widget> |
34 </item> |
35 </item> |
35 <item row="0" column="1" > |
36 <item row="0" column="1"> |
36 <widget class="QPushButton" name="addButton" > |
37 <widget class="QPushButton" name="addButton"> |
37 <property name="toolTip" > |
38 <property name="toolTip"> |
38 <string>Press to select QtHelp documents to add to the database</string> |
39 <string>Press to select QtHelp documents to add to the database</string> |
39 </property> |
40 </property> |
40 <property name="text" > |
41 <property name="text"> |
41 <string>Add...</string> |
42 <string>Add...</string> |
42 </property> |
43 </property> |
43 </widget> |
44 </widget> |
44 </item> |
45 </item> |
45 <item row="1" column="1" > |
46 <item row="1" column="1"> |
46 <widget class="QPushButton" name="removeButton" > |
47 <widget class="QPushButton" name="removeButton"> |
47 <property name="toolTip" > |
48 <property name="toolTip"> |
48 <string>Press to remove the selected documents from the database</string> |
49 <string>Press to remove the selected documents from the database</string> |
49 </property> |
50 </property> |
50 <property name="text" > |
51 <property name="text"> |
51 <string>Remove</string> |
52 <string>Remove</string> |
52 </property> |
53 </property> |
53 </widget> |
54 </widget> |
54 </item> |
55 </item> |
55 <item row="2" column="1" > |
56 <item row="2" column="1"> |
56 <spacer name="verticalSpacer" > |
57 <spacer name="verticalSpacer"> |
57 <property name="orientation" > |
58 <property name="orientation"> |
58 <enum>Qt::Vertical</enum> |
59 <enum>Qt::Vertical</enum> |
59 </property> |
60 </property> |
60 <property name="sizeHint" stdset="0" > |
61 <property name="sizeHint" stdset="0"> |
61 <size> |
62 <size> |
62 <width>20</width> |
63 <width>20</width> |
63 <height>98</height> |
64 <height>98</height> |
64 </size> |
65 </size> |
65 </property> |
66 </property> |
66 </spacer> |
67 </spacer> |
67 </item> |
68 </item> |
68 </layout> |
69 </layout> |
69 </item> |
70 </item> |
70 <item> |
71 <item> |
71 <widget class="QDialogButtonBox" name="buttonBox" > |
72 <widget class="QDialogButtonBox" name="buttonBox"> |
72 <property name="orientation" > |
73 <property name="orientation"> |
73 <enum>Qt::Horizontal</enum> |
74 <enum>Qt::Horizontal</enum> |
74 </property> |
75 </property> |
75 <property name="standardButtons" > |
76 <property name="standardButtons"> |
76 <set>QDialogButtonBox::Close</set> |
77 <set>QDialogButtonBox::Close</set> |
77 </property> |
78 </property> |
78 </widget> |
79 </widget> |
79 </item> |
80 </item> |
80 </layout> |
81 </layout> |