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="0" column="0" rowspan="3"> |
29 <item row="3" column="1"> |
|
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"> |
30 <widget class="QListWidget" name="documentsList"> |
43 <widget class="QListWidget" name="documentsList"> |
31 <property name="alternatingRowColors"> |
44 <property name="alternatingRowColors"> |
32 <bool>true</bool> |
45 <bool>true</bool> |
33 </property> |
46 </property> |
34 <property name="selectionMode"> |
47 <property name="selectionMode"> |
47 <property name="text"> |
60 <property name="text"> |
48 <string>Add...</string> |
61 <string>Add...</string> |
49 </property> |
62 </property> |
50 </widget> |
63 </widget> |
51 </item> |
64 </item> |
52 <item row="1" column="1"> |
65 <item row="2" column="1"> |
53 <widget class="QPushButton" name="removeButton"> |
66 <widget class="QPushButton" name="removeButton"> |
54 <property name="toolTip"> |
67 <property name="toolTip"> |
55 <string>Press to remove the selected documents from the database</string> |
68 <string>Press to remove the selected documents from the database</string> |
56 </property> |
69 </property> |
57 <property name="text"> |
70 <property name="text"> |
58 <string>Remove</string> |
71 <string>Remove</string> |
59 </property> |
72 </property> |
60 </widget> |
73 </widget> |
61 </item> |
74 </item> |
62 <item row="2" column="1"> |
75 <item row="1" column="1"> |
63 <spacer name="verticalSpacer"> |
76 <widget class="QPushButton" name="addPluginButton"> |
64 <property name="orientation"> |
77 <property name="toolTip"> |
65 <enum>Qt::Vertical</enum> |
78 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string> |
66 </property> |
79 </property> |
67 <property name="sizeHint" stdset="0"> |
80 <property name="text"> |
68 <size> |
81 <string>Add from Plug-ins...</string> |
69 <width>20</width> |
|
70 <height>98</height> |
|
71 </size> |
|
72 </property> |
82 </property> |
73 </spacer> |
83 </widget> |
74 </item> |
84 </item> |
75 </layout> |
85 </layout> |
76 </item> |
86 </item> |
77 <item> |
87 <item> |
78 <widget class="QDialogButtonBox" name="buttonBox"> |
88 <widget class="QDialogButtonBox" name="buttonBox"> |
87 </layout> |
97 </layout> |
88 </widget> |
98 </widget> |
89 <tabstops> |
99 <tabstops> |
90 <tabstop>documentsList</tabstop> |
100 <tabstop>documentsList</tabstop> |
91 <tabstop>addButton</tabstop> |
101 <tabstop>addButton</tabstop> |
|
102 <tabstop>addPluginButton</tabstop> |
92 <tabstop>removeButton</tabstop> |
103 <tabstop>removeButton</tabstop> |
93 <tabstop>buttonBox</tabstop> |
|
94 </tabstops> |
104 </tabstops> |
95 <resources/> |
105 <resources/> |
96 <connections> |
106 <connections> |
97 <connection> |
107 <connection> |
98 <sender>buttonBox</sender> |
108 <sender>buttonBox</sender> |