|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FeaturePermissionsDialog</class> |
|
4 <widget class="QDialog" name="FeaturePermissionsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>HTML5 Feature Permissions</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QTabWidget" name="tabWidget"> |
|
22 <property name="currentIndex"> |
|
23 <number>0</number> |
|
24 </property> |
|
25 <widget class="QWidget" name="tab"> |
|
26 <attribute name="title"> |
|
27 <string>Notifications</string> |
|
28 </attribute> |
|
29 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
30 <item> |
|
31 <widget class="QTreeWidget" name="notifList"> |
|
32 <property name="alternatingRowColors"> |
|
33 <bool>true</bool> |
|
34 </property> |
|
35 <property name="selectionMode"> |
|
36 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
37 </property> |
|
38 <property name="rootIsDecorated"> |
|
39 <bool>false</bool> |
|
40 </property> |
|
41 <property name="itemsExpandable"> |
|
42 <bool>false</bool> |
|
43 </property> |
|
44 <property name="sortingEnabled"> |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 <property name="allColumnsShowFocus"> |
|
48 <bool>true</bool> |
|
49 </property> |
|
50 <column> |
|
51 <property name="text"> |
|
52 <string>Host</string> |
|
53 </property> |
|
54 </column> |
|
55 <column> |
|
56 <property name="text"> |
|
57 <string>Permission</string> |
|
58 </property> |
|
59 </column> |
|
60 </widget> |
|
61 </item> |
|
62 <item> |
|
63 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
64 <item> |
|
65 <spacer name="verticalSpacer_2"> |
|
66 <property name="orientation"> |
|
67 <enum>Qt::Vertical</enum> |
|
68 </property> |
|
69 <property name="sizeHint" stdset="0"> |
|
70 <size> |
|
71 <width>20</width> |
|
72 <height>40</height> |
|
73 </size> |
|
74 </property> |
|
75 </spacer> |
|
76 </item> |
|
77 <item> |
|
78 <widget class="QPushButton" name="notifRemoveButton"> |
|
79 <property name="text"> |
|
80 <string>Remove</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QPushButton" name="notifRemoveAllButton"> |
|
86 <property name="text"> |
|
87 <string>Remove All</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 </layout> |
|
92 </item> |
|
93 </layout> |
|
94 </widget> |
|
95 <widget class="QWidget" name="tab_2"> |
|
96 <attribute name="title"> |
|
97 <string>Geolocation</string> |
|
98 </attribute> |
|
99 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
100 <item> |
|
101 <widget class="QTreeWidget" name="geoList"> |
|
102 <property name="alternatingRowColors"> |
|
103 <bool>true</bool> |
|
104 </property> |
|
105 <property name="selectionMode"> |
|
106 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
107 </property> |
|
108 <property name="rootIsDecorated"> |
|
109 <bool>false</bool> |
|
110 </property> |
|
111 <property name="itemsExpandable"> |
|
112 <bool>false</bool> |
|
113 </property> |
|
114 <property name="sortingEnabled"> |
|
115 <bool>true</bool> |
|
116 </property> |
|
117 <property name="allColumnsShowFocus"> |
|
118 <bool>true</bool> |
|
119 </property> |
|
120 <column> |
|
121 <property name="text"> |
|
122 <string>Host</string> |
|
123 </property> |
|
124 </column> |
|
125 <column> |
|
126 <property name="text"> |
|
127 <string>Permission</string> |
|
128 </property> |
|
129 </column> |
|
130 </widget> |
|
131 </item> |
|
132 <item> |
|
133 <layout class="QVBoxLayout" name="verticalLayout"> |
|
134 <item> |
|
135 <spacer name="verticalSpacer"> |
|
136 <property name="orientation"> |
|
137 <enum>Qt::Vertical</enum> |
|
138 </property> |
|
139 <property name="sizeHint" stdset="0"> |
|
140 <size> |
|
141 <width>20</width> |
|
142 <height>40</height> |
|
143 </size> |
|
144 </property> |
|
145 </spacer> |
|
146 </item> |
|
147 <item> |
|
148 <widget class="QPushButton" name="geoRemoveButton"> |
|
149 <property name="text"> |
|
150 <string>Remove</string> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QPushButton" name="geoRemoveAllButton"> |
|
156 <property name="text"> |
|
157 <string>Remove All</string> |
|
158 </property> |
|
159 </widget> |
|
160 </item> |
|
161 </layout> |
|
162 </item> |
|
163 </layout> |
|
164 </widget> |
|
165 </widget> |
|
166 </item> |
|
167 <item> |
|
168 <widget class="QDialogButtonBox" name="buttonBox"> |
|
169 <property name="orientation"> |
|
170 <enum>Qt::Horizontal</enum> |
|
171 </property> |
|
172 <property name="standardButtons"> |
|
173 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
174 </property> |
|
175 </widget> |
|
176 </item> |
|
177 </layout> |
|
178 </widget> |
|
179 <tabstops> |
|
180 <tabstop>tabWidget</tabstop> |
|
181 <tabstop>notifList</tabstop> |
|
182 <tabstop>notifRemoveButton</tabstop> |
|
183 <tabstop>notifRemoveAllButton</tabstop> |
|
184 <tabstop>geoList</tabstop> |
|
185 <tabstop>geoRemoveButton</tabstop> |
|
186 <tabstop>geoRemoveAllButton</tabstop> |
|
187 </tabstops> |
|
188 <resources/> |
|
189 <connections> |
|
190 <connection> |
|
191 <sender>buttonBox</sender> |
|
192 <signal>accepted()</signal> |
|
193 <receiver>FeaturePermissionsDialog</receiver> |
|
194 <slot>accept()</slot> |
|
195 <hints> |
|
196 <hint type="sourcelabel"> |
|
197 <x>227</x> |
|
198 <y>381</y> |
|
199 </hint> |
|
200 <hint type="destinationlabel"> |
|
201 <x>157</x> |
|
202 <y>274</y> |
|
203 </hint> |
|
204 </hints> |
|
205 </connection> |
|
206 <connection> |
|
207 <sender>buttonBox</sender> |
|
208 <signal>rejected()</signal> |
|
209 <receiver>FeaturePermissionsDialog</receiver> |
|
210 <slot>reject()</slot> |
|
211 <hints> |
|
212 <hint type="sourcelabel"> |
|
213 <x>295</x> |
|
214 <y>387</y> |
|
215 </hint> |
|
216 <hint type="destinationlabel"> |
|
217 <x>286</x> |
|
218 <y>274</y> |
|
219 </hint> |
|
220 </hints> |
|
221 </connection> |
|
222 </connections> |
|
223 </ui> |