WebBrowser/QtHelp/QtHelpDocumentationDialog.ui

branch
QtWebEngine
changeset 4875
4ee26909ac0d
parent 3217
87b8a0745edd
child 5224
7454861e4106
equal deleted inserted replaced
4870:72901685681d 4875:4ee26909ac0d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>QtHelpDocumentationDialog</class>
4 <widget class="QDialog" name="QtHelpDocumentationDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>425</width>
10 <height>391</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Manage QtHelp Documentation Database</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>Registered Documents</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <layout class="QGridLayout" name="gridLayout">
29 <item row="0" column="0" rowspan="3">
30 <widget class="QListWidget" name="documentsList">
31 <property name="alternatingRowColors">
32 <bool>true</bool>
33 </property>
34 <property name="selectionMode">
35 <enum>QAbstractItemView::ExtendedSelection</enum>
36 </property>
37 <property name="sortingEnabled">
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 <item row="0" column="1">
43 <widget class="QPushButton" name="addButton">
44 <property name="toolTip">
45 <string>Press to select QtHelp documents to add to the database</string>
46 </property>
47 <property name="text">
48 <string>Add...</string>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="1">
53 <widget class="QPushButton" name="removeButton">
54 <property name="toolTip">
55 <string>Press to remove the selected documents from the database</string>
56 </property>
57 <property name="text">
58 <string>Remove</string>
59 </property>
60 </widget>
61 </item>
62 <item row="2" column="1">
63 <spacer name="verticalSpacer">
64 <property name="orientation">
65 <enum>Qt::Vertical</enum>
66 </property>
67 <property name="sizeHint" stdset="0">
68 <size>
69 <width>20</width>
70 <height>98</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 </layout>
76 </item>
77 <item>
78 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons">
83 <set>QDialogButtonBox::Close</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <tabstops>
90 <tabstop>documentsList</tabstop>
91 <tabstop>addButton</tabstop>
92 <tabstop>removeButton</tabstop>
93 <tabstop>buttonBox</tabstop>
94 </tabstops>
95 <resources/>
96 <connections>
97 <connection>
98 <sender>buttonBox</sender>
99 <signal>accepted()</signal>
100 <receiver>QtHelpDocumentationDialog</receiver>
101 <slot>accept()</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>248</x>
105 <y>254</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>157</x>
109 <y>274</y>
110 </hint>
111 </hints>
112 </connection>
113 <connection>
114 <sender>buttonBox</sender>
115 <signal>rejected()</signal>
116 <receiver>QtHelpDocumentationDialog</receiver>
117 <slot>reject()</slot>
118 <hints>
119 <hint type="sourcelabel">
120 <x>316</x>
121 <y>260</y>
122 </hint>
123 <hint type="destinationlabel">
124 <x>286</x>
125 <y>274</y>
126 </hint>
127 </hints>
128 </connection>
129 </connections>
130 </ui>

eric ide

mercurial