|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>WebDatabasesDialog</class> |
|
4 <widget class="QDialog" name="WebDatabasesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>357</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Web SQL Databases</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0" colspan="3"> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
22 <item> |
|
23 <spacer name="horizontalSpacer"> |
|
24 <property name="orientation"> |
|
25 <enum>Qt::Horizontal</enum> |
|
26 </property> |
|
27 <property name="sizeHint" stdset="0"> |
|
28 <size> |
|
29 <width>40</width> |
|
30 <height>20</height> |
|
31 </size> |
|
32 </property> |
|
33 </spacer> |
|
34 </item> |
|
35 <item> |
|
36 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
37 <property name="spacing"> |
|
38 <number>0</number> |
|
39 </property> |
|
40 <item> |
|
41 <widget class="QLineEdit" name="searchEdit"> |
|
42 <property name="toolTip"> |
|
43 <string>Enter search term for databases</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QToolButton" name="clearButton"> |
|
49 <property name="toolTip"> |
|
50 <string>Press to clear the search edit</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string/> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </item> |
|
59 </layout> |
|
60 </item> |
|
61 <item row="1" column="0" colspan="3"> |
|
62 <widget class="E5TreeView" name="databasesTree"> |
|
63 <property name="alternatingRowColors"> |
|
64 <bool>true</bool> |
|
65 </property> |
|
66 <property name="selectionMode"> |
|
67 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="2" column="0"> |
|
72 <widget class="QPushButton" name="removeButton"> |
|
73 <property name="toolTip"> |
|
74 <string>Press to remove the selected entries</string> |
|
75 </property> |
|
76 <property name="text"> |
|
77 <string>&Remove</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="2" column="1"> |
|
82 <widget class="QPushButton" name="removeAllButton"> |
|
83 <property name="toolTip"> |
|
84 <string>Press to remove all entries</string> |
|
85 </property> |
|
86 <property name="text"> |
|
87 <string>Remove &All</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item row="2" column="2"> |
|
92 <spacer name="horizontalSpacer_2"> |
|
93 <property name="orientation"> |
|
94 <enum>Qt::Horizontal</enum> |
|
95 </property> |
|
96 <property name="sizeHint" stdset="0"> |
|
97 <size> |
|
98 <width>309</width> |
|
99 <height>20</height> |
|
100 </size> |
|
101 </property> |
|
102 </spacer> |
|
103 </item> |
|
104 <item row="3" column="0" colspan="3"> |
|
105 <widget class="QDialogButtonBox" name="buttonBox"> |
|
106 <property name="orientation"> |
|
107 <enum>Qt::Horizontal</enum> |
|
108 </property> |
|
109 <property name="standardButtons"> |
|
110 <set>QDialogButtonBox::Close</set> |
|
111 </property> |
|
112 </widget> |
|
113 </item> |
|
114 </layout> |
|
115 </widget> |
|
116 <customwidgets> |
|
117 <customwidget> |
|
118 <class>E5TreeView</class> |
|
119 <extends>QTreeView</extends> |
|
120 <header>E5Gui/E5TreeView.h</header> |
|
121 </customwidget> |
|
122 </customwidgets> |
|
123 <tabstops> |
|
124 <tabstop>searchEdit</tabstop> |
|
125 <tabstop>clearButton</tabstop> |
|
126 <tabstop>databasesTree</tabstop> |
|
127 <tabstop>removeButton</tabstop> |
|
128 <tabstop>removeAllButton</tabstop> |
|
129 <tabstop>buttonBox</tabstop> |
|
130 </tabstops> |
|
131 <resources/> |
|
132 <connections> |
|
133 <connection> |
|
134 <sender>buttonBox</sender> |
|
135 <signal>accepted()</signal> |
|
136 <receiver>WebDatabasesDialog</receiver> |
|
137 <slot>accept()</slot> |
|
138 <hints> |
|
139 <hint type="sourcelabel"> |
|
140 <x>248</x> |
|
141 <y>254</y> |
|
142 </hint> |
|
143 <hint type="destinationlabel"> |
|
144 <x>157</x> |
|
145 <y>274</y> |
|
146 </hint> |
|
147 </hints> |
|
148 </connection> |
|
149 <connection> |
|
150 <sender>buttonBox</sender> |
|
151 <signal>rejected()</signal> |
|
152 <receiver>WebDatabasesDialog</receiver> |
|
153 <slot>reject()</slot> |
|
154 <hints> |
|
155 <hint type="sourcelabel"> |
|
156 <x>316</x> |
|
157 <y>260</y> |
|
158 </hint> |
|
159 <hint type="destinationlabel"> |
|
160 <x>286</x> |
|
161 <y>274</y> |
|
162 </hint> |
|
163 </hints> |
|
164 </connection> |
|
165 </connections> |
|
166 </ui> |