|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>QtHelpDocumentationSelectionDialog</class> |
|
4 <widget class="QDialog" name="QtHelpDocumentationSelectionDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>450</width> |
|
10 <height>500</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>QtHelp Documentations</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Select the documentation files to be installed:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item> |
|
28 <widget class="QTreeWidget" name="documentationList"> |
|
29 <property name="alternatingRowColors"> |
|
30 <bool>true</bool> |
|
31 </property> |
|
32 <property name="selectionMode"> |
|
33 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
34 </property> |
|
35 <property name="sortingEnabled"> |
|
36 <bool>true</bool> |
|
37 </property> |
|
38 <property name="allColumnsShowFocus"> |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 <attribute name="headerVisible"> |
|
42 <bool>false</bool> |
|
43 </attribute> |
|
44 <column> |
|
45 <property name="text"> |
|
46 <string notr="true">1</string> |
|
47 </property> |
|
48 </column> |
|
49 </widget> |
|
50 </item> |
|
51 <item> |
|
52 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
53 <item> |
|
54 <widget class="QPushButton" name="deleteButton"> |
|
55 <property name="toolTip"> |
|
56 <string>Press to delete the selected documentation sets</string> |
|
57 </property> |
|
58 <property name="text"> |
|
59 <string>Delete</string> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <widget class="QPushButton" name="deleteCategoryButton"> |
|
65 <property name="toolTip"> |
|
66 <string>Press to delete the selected category</string> |
|
67 </property> |
|
68 <property name="text"> |
|
69 <string>Delete Categories</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QPushButton" name="deleteAllButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Press to delete all entries</string> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string>Delete All</string> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <spacer name="horizontalSpacer"> |
|
85 <property name="orientation"> |
|
86 <enum>Qt::Horizontal</enum> |
|
87 </property> |
|
88 <property name="sizeHint" stdset="0"> |
|
89 <size> |
|
90 <width>40</width> |
|
91 <height>20</height> |
|
92 </size> |
|
93 </property> |
|
94 </spacer> |
|
95 </item> |
|
96 </layout> |
|
97 </item> |
|
98 <item> |
|
99 <widget class="QDialogButtonBox" name="buttonBox"> |
|
100 <property name="orientation"> |
|
101 <enum>Qt::Horizontal</enum> |
|
102 </property> |
|
103 <property name="standardButtons"> |
|
104 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 </layout> |
|
109 </widget> |
|
110 <tabstops> |
|
111 <tabstop>documentationList</tabstop> |
|
112 <tabstop>deleteButton</tabstop> |
|
113 <tabstop>deleteCategoryButton</tabstop> |
|
114 <tabstop>deleteAllButton</tabstop> |
|
115 </tabstops> |
|
116 <resources/> |
|
117 <connections> |
|
118 <connection> |
|
119 <sender>buttonBox</sender> |
|
120 <signal>accepted()</signal> |
|
121 <receiver>QtHelpDocumentationSelectionDialog</receiver> |
|
122 <slot>accept()</slot> |
|
123 <hints> |
|
124 <hint type="sourcelabel"> |
|
125 <x>248</x> |
|
126 <y>254</y> |
|
127 </hint> |
|
128 <hint type="destinationlabel"> |
|
129 <x>157</x> |
|
130 <y>274</y> |
|
131 </hint> |
|
132 </hints> |
|
133 </connection> |
|
134 <connection> |
|
135 <sender>buttonBox</sender> |
|
136 <signal>rejected()</signal> |
|
137 <receiver>QtHelpDocumentationSelectionDialog</receiver> |
|
138 <slot>reject()</slot> |
|
139 <hints> |
|
140 <hint type="sourcelabel"> |
|
141 <x>316</x> |
|
142 <y>260</y> |
|
143 </hint> |
|
144 <hint type="destinationlabel"> |
|
145 <x>286</x> |
|
146 <y>274</y> |
|
147 </hint> |
|
148 </hints> |
|
149 </connection> |
|
150 </connections> |
|
151 </ui> |