24 </property> |
24 </property> |
25 </widget> |
25 </widget> |
26 </item> |
26 </item> |
27 <item> |
27 <item> |
28 <layout class="QGridLayout" name="gridLayout"> |
28 <layout class="QGridLayout" name="gridLayout"> |
29 <item row="3" column="1"> |
29 <item row="0" column="0" rowspan="6"> |
30 <spacer name="verticalSpacer"> |
|
31 <property name="orientation"> |
|
32 <enum>Qt::Vertical</enum> |
|
33 </property> |
|
34 <property name="sizeHint" stdset="0"> |
|
35 <size> |
|
36 <width>20</width> |
|
37 <height>98</height> |
|
38 </size> |
|
39 </property> |
|
40 </spacer> |
|
41 </item> |
|
42 <item row="0" column="0" rowspan="4"> |
|
43 <widget class="QListWidget" name="documentsList"> |
30 <widget class="QListWidget" name="documentsList"> |
44 <property name="alternatingRowColors"> |
31 <property name="alternatingRowColors"> |
45 <bool>true</bool> |
32 <bool>true</bool> |
46 </property> |
33 </property> |
47 <property name="selectionMode"> |
34 <property name="selectionMode"> |
60 <property name="text"> |
47 <property name="text"> |
61 <string>Add...</string> |
48 <string>Add...</string> |
62 </property> |
49 </property> |
63 </widget> |
50 </widget> |
64 </item> |
51 </item> |
|
52 <item row="1" column="1"> |
|
53 <widget class="QPushButton" name="addPluginButton"> |
|
54 <property name="toolTip"> |
|
55 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string> |
|
56 </property> |
|
57 <property name="text"> |
|
58 <string>Add from Plug-ins...</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
65 <item row="2" column="1"> |
62 <item row="2" column="1"> |
66 <widget class="QPushButton" name="removeButton"> |
63 <widget class="QPushButton" name="removeButton"> |
67 <property name="toolTip"> |
64 <property name="toolTip"> |
68 <string>Press to remove the selected documents from the database</string> |
65 <string>Press to remove the selected documents from the database</string> |
69 </property> |
66 </property> |
70 <property name="text"> |
67 <property name="text"> |
71 <string>Remove</string> |
68 <string>Remove</string> |
72 </property> |
69 </property> |
73 </widget> |
70 </widget> |
74 </item> |
71 </item> |
75 <item row="1" column="1"> |
72 <item row="3" column="1"> |
76 <widget class="QPushButton" name="addPluginButton"> |
73 <widget class="Line" name="line"> |
|
74 <property name="lineWidth"> |
|
75 <number>2</number> |
|
76 </property> |
|
77 <property name="orientation"> |
|
78 <enum>Qt::Horizontal</enum> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="4" column="1"> |
|
83 <widget class="QPushButton" name="managePluginButton"> |
77 <property name="toolTip"> |
84 <property name="toolTip"> |
78 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string> |
85 <string>Select to manage the plug-in provided documentation sets</string> |
79 </property> |
86 </property> |
80 <property name="text"> |
87 <property name="text"> |
81 <string>Add from Plug-ins...</string> |
88 <string>Manage Plug-ins...</string> |
82 </property> |
89 </property> |
83 </widget> |
90 </widget> |
|
91 </item> |
|
92 <item row="5" column="1"> |
|
93 <spacer name="verticalSpacer"> |
|
94 <property name="orientation"> |
|
95 <enum>Qt::Vertical</enum> |
|
96 </property> |
|
97 <property name="sizeHint" stdset="0"> |
|
98 <size> |
|
99 <width>20</width> |
|
100 <height>18</height> |
|
101 </size> |
|
102 </property> |
|
103 </spacer> |
84 </item> |
104 </item> |
85 </layout> |
105 </layout> |
86 </item> |
106 </item> |
87 <item> |
107 <item> |
88 <widget class="QDialogButtonBox" name="buttonBox"> |
108 <widget class="QDialogButtonBox" name="buttonBox"> |