Helpviewer/CookieJar/CookiesExceptionsDialog.ui

changeset 0
de9c2efb9d02
child 55
b5c84934de9c
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CookiesExceptionsDialog</class>
4 <widget class="QDialog" name="CookiesExceptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Cookie Exceptions</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="newExceptionGroupBox">
22 <property name="title">
23 <string>New Exception</string>
24 </property>
25 <layout class="QGridLayout">
26 <item row="0" column="0">
27 <layout class="QHBoxLayout" name="_2">
28 <item>
29 <widget class="QLabel" name="label">
30 <property name="text">
31 <string>&amp;Domain:</string>
32 </property>
33 <property name="buddy">
34 <cstring>domainEdit</cstring>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QLineEdit" name="domainEdit">
40 <property name="toolTip">
41 <string>Enter the domain name</string>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </item>
47 <item row="1" column="0">
48 <layout class="QHBoxLayout" name="_3">
49 <item>
50 <spacer>
51 <property name="orientation">
52 <enum>Qt::Horizontal</enum>
53 </property>
54 <property name="sizeHint" stdset="0">
55 <size>
56 <width>81</width>
57 <height>25</height>
58 </size>
59 </property>
60 </spacer>
61 </item>
62 <item>
63 <widget class="QPushButton" name="blockButton">
64 <property name="enabled">
65 <bool>false</bool>
66 </property>
67 <property name="toolTip">
68 <string>Press to always reject cookies for the domain</string>
69 </property>
70 <property name="text">
71 <string>&amp;Block</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QPushButton" name="allowForSessionButton">
77 <property name="enabled">
78 <bool>false</bool>
79 </property>
80 <property name="toolTip">
81 <string>Press to accept cookies for the domain for the current session</string>
82 </property>
83 <property name="text">
84 <string>Allow For &amp;Session</string>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <widget class="QPushButton" name="allowButton">
90 <property name="enabled">
91 <bool>false</bool>
92 </property>
93 <property name="toolTip">
94 <string>Press to always accept cookies for the domain</string>
95 </property>
96 <property name="text">
97 <string>Allo&amp;w</string>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </item>
103 </layout>
104 </widget>
105 </item>
106 <item>
107 <widget class="QGroupBox" name="exceptionsGroup">
108 <property name="title">
109 <string>Exceptions</string>
110 </property>
111 <layout class="QGridLayout" name="gridLayout">
112 <item row="0" column="0" colspan="3">
113 <layout class="QHBoxLayout" name="horizontalLayout_2">
114 <item>
115 <spacer name="horizontalSpacer">
116 <property name="orientation">
117 <enum>Qt::Horizontal</enum>
118 </property>
119 <property name="sizeHint" stdset="0">
120 <size>
121 <width>40</width>
122 <height>20</height>
123 </size>
124 </property>
125 </spacer>
126 </item>
127 <item>
128 <layout class="QHBoxLayout" name="horizontalLayout">
129 <property name="spacing">
130 <number>0</number>
131 </property>
132 <item>
133 <widget class="QLineEdit" name="searchEdit">
134 <property name="toolTip">
135 <string>Enter search term for exceptions</string>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <widget class="QToolButton" name="clearButton">
141 <property name="toolTip">
142 <string>Press to clear the search edit</string>
143 </property>
144 <property name="text">
145 <string/>
146 </property>
147 </widget>
148 </item>
149 </layout>
150 </item>
151 </layout>
152 </item>
153 <item row="1" column="0" colspan="3">
154 <widget class="E4TableView" name="exceptionsTable">
155 <property name="alternatingRowColors">
156 <bool>true</bool>
157 </property>
158 <property name="selectionBehavior">
159 <enum>QAbstractItemView::SelectRows</enum>
160 </property>
161 <property name="textElideMode">
162 <enum>Qt::ElideMiddle</enum>
163 </property>
164 <property name="showGrid">
165 <bool>false</bool>
166 </property>
167 <property name="sortingEnabled">
168 <bool>true</bool>
169 </property>
170 <attribute name="verticalHeaderVisible">
171 <bool>false</bool>
172 </attribute>
173 </widget>
174 </item>
175 <item row="2" column="0">
176 <widget class="QPushButton" name="removeButton">
177 <property name="toolTip">
178 <string>Press to remove the selected entries</string>
179 </property>
180 <property name="text">
181 <string>&amp;Remove</string>
182 </property>
183 </widget>
184 </item>
185 <item row="2" column="1">
186 <widget class="QPushButton" name="removeAllButton">
187 <property name="toolTip">
188 <string>Press to remove all entries</string>
189 </property>
190 <property name="text">
191 <string>Remove &amp;All</string>
192 </property>
193 </widget>
194 </item>
195 <item row="2" column="2">
196 <spacer name="horizontalSpacer_2">
197 <property name="orientation">
198 <enum>Qt::Horizontal</enum>
199 </property>
200 <property name="sizeHint" stdset="0">
201 <size>
202 <width>286</width>
203 <height>20</height>
204 </size>
205 </property>
206 </spacer>
207 </item>
208 </layout>
209 </widget>
210 </item>
211 <item>
212 <widget class="QDialogButtonBox" name="buttonBox">
213 <property name="orientation">
214 <enum>Qt::Horizontal</enum>
215 </property>
216 <property name="standardButtons">
217 <set>QDialogButtonBox::Close</set>
218 </property>
219 </widget>
220 </item>
221 </layout>
222 </widget>
223 <customwidgets>
224 <customwidget>
225 <class>E4TableView</class>
226 <extends>QTableView</extends>
227 <header>E4Gui/E4TableView.h</header>
228 </customwidget>
229 </customwidgets>
230 <tabstops>
231 <tabstop>domainEdit</tabstop>
232 <tabstop>blockButton</tabstop>
233 <tabstop>allowForSessionButton</tabstop>
234 <tabstop>allowButton</tabstop>
235 <tabstop>searchEdit</tabstop>
236 <tabstop>clearButton</tabstop>
237 <tabstop>exceptionsTable</tabstop>
238 <tabstop>removeButton</tabstop>
239 <tabstop>removeAllButton</tabstop>
240 <tabstop>buttonBox</tabstop>
241 </tabstops>
242 <resources/>
243 <connections>
244 <connection>
245 <sender>buttonBox</sender>
246 <signal>accepted()</signal>
247 <receiver>CookiesExceptionsDialog</receiver>
248 <slot>accept()</slot>
249 <hints>
250 <hint type="sourcelabel">
251 <x>227</x>
252 <y>429</y>
253 </hint>
254 <hint type="destinationlabel">
255 <x>157</x>
256 <y>274</y>
257 </hint>
258 </hints>
259 </connection>
260 <connection>
261 <sender>buttonBox</sender>
262 <signal>rejected()</signal>
263 <receiver>CookiesExceptionsDialog</receiver>
264 <slot>reject()</slot>
265 <hints>
266 <hint type="sourcelabel">
267 <x>295</x>
268 <y>435</y>
269 </hint>
270 <hint type="destinationlabel">
271 <x>286</x>
272 <y>274</y>
273 </hint>
274 </hints>
275 </connection>
276 <connection>
277 <sender>clearButton</sender>
278 <signal>clicked()</signal>
279 <receiver>searchEdit</receiver>
280 <slot>clear()</slot>
281 <hints>
282 <hint type="sourcelabel">
283 <x>467</x>
284 <y>159</y>
285 </hint>
286 <hint type="destinationlabel">
287 <x>432</x>
288 <y>158</y>
289 </hint>
290 </hints>
291 </connection>
292 </connections>
293 </ui>

eric ide

mercurial