eric6/Helpviewer/OfflineStorage/WebDatabasesDialog.ui

changeset 6942
2602857055c5
parent 2223
054c285dab38
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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="E5ClearableLineEdit" name="searchEdit">
42 <property name="minimumSize">
43 <size>
44 <width>300</width>
45 <height>0</height>
46 </size>
47 </property>
48 <property name="toolTip">
49 <string>Enter search term for databases</string>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </item>
55 </layout>
56 </item>
57 <item row="1" column="0" colspan="3">
58 <widget class="E5TreeView" name="databasesTree">
59 <property name="alternatingRowColors">
60 <bool>true</bool>
61 </property>
62 <property name="selectionMode">
63 <enum>QAbstractItemView::ExtendedSelection</enum>
64 </property>
65 </widget>
66 </item>
67 <item row="2" column="0">
68 <widget class="QPushButton" name="removeButton">
69 <property name="toolTip">
70 <string>Press to remove the selected entries</string>
71 </property>
72 <property name="text">
73 <string>&amp;Remove</string>
74 </property>
75 <property name="autoDefault">
76 <bool>false</bool>
77 </property>
78 </widget>
79 </item>
80 <item row="2" column="1">
81 <widget class="QPushButton" name="removeAllButton">
82 <property name="toolTip">
83 <string>Press to remove all entries</string>
84 </property>
85 <property name="text">
86 <string>Remove &amp;All</string>
87 </property>
88 <property name="autoDefault">
89 <bool>false</bool>
90 </property>
91 </widget>
92 </item>
93 <item row="2" column="2">
94 <spacer name="horizontalSpacer_2">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 <property name="sizeHint" stdset="0">
99 <size>
100 <width>309</width>
101 <height>20</height>
102 </size>
103 </property>
104 </spacer>
105 </item>
106 <item row="3" column="0" colspan="3">
107 <widget class="QDialogButtonBox" name="buttonBox">
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 <property name="standardButtons">
112 <set>QDialogButtonBox::Close</set>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </widget>
118 <customwidgets>
119 <customwidget>
120 <class>E5ClearableLineEdit</class>
121 <extends>QLineEdit</extends>
122 <header>E5Gui/E5LineEdit.h</header>
123 </customwidget>
124 <customwidget>
125 <class>E5TreeView</class>
126 <extends>QTreeView</extends>
127 <header>E5Gui/E5TreeView.h</header>
128 </customwidget>
129 </customwidgets>
130 <tabstops>
131 <tabstop>searchEdit</tabstop>
132 <tabstop>databasesTree</tabstop>
133 <tabstop>removeButton</tabstop>
134 <tabstop>removeAllButton</tabstop>
135 <tabstop>buttonBox</tabstop>
136 </tabstops>
137 <resources/>
138 <connections>
139 <connection>
140 <sender>buttonBox</sender>
141 <signal>accepted()</signal>
142 <receiver>WebDatabasesDialog</receiver>
143 <slot>accept()</slot>
144 <hints>
145 <hint type="sourcelabel">
146 <x>248</x>
147 <y>254</y>
148 </hint>
149 <hint type="destinationlabel">
150 <x>157</x>
151 <y>274</y>
152 </hint>
153 </hints>
154 </connection>
155 <connection>
156 <sender>buttonBox</sender>
157 <signal>rejected()</signal>
158 <receiver>WebDatabasesDialog</receiver>
159 <slot>reject()</slot>
160 <hints>
161 <hint type="sourcelabel">
162 <x>316</x>
163 <y>260</y>
164 </hint>
165 <hint type="destinationlabel">
166 <x>286</x>
167 <y>274</y>
168 </hint>
169 </hints>
170 </connection>
171 </connections>
172 </ui>

eric ide

mercurial