|
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>650</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="QGridLayout" name="gridLayout"> |
|
20 <item row="1" column="0" colspan="2"> |
|
21 <widget class="QDialogButtonBox" name="buttonBox"> |
|
22 <property name="orientation"> |
|
23 <enum>Qt::Horizontal</enum> |
|
24 </property> |
|
25 <property name="standardButtons"> |
|
26 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1"> |
|
31 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
32 <item> |
|
33 <spacer name="verticalSpacer_2"> |
|
34 <property name="orientation"> |
|
35 <enum>Qt::Vertical</enum> |
|
36 </property> |
|
37 <property name="sizeHint" stdset="0"> |
|
38 <size> |
|
39 <width>20</width> |
|
40 <height>40</height> |
|
41 </size> |
|
42 </property> |
|
43 </spacer> |
|
44 </item> |
|
45 <item> |
|
46 <widget class="QPushButton" name="removeButton"> |
|
47 <property name="text"> |
|
48 <string>&Remove</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="QPushButton" name="removeAllButton"> |
|
54 <property name="text"> |
|
55 <string>Remove &All</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 </layout> |
|
60 </item> |
|
61 <item row="0" column="0"> |
|
62 <widget class="QTabWidget" name="tabWidget"> |
|
63 <property name="currentIndex"> |
|
64 <number>-1</number> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 </layout> |
|
69 </widget> |
|
70 <tabstops> |
|
71 <tabstop>tabWidget</tabstop> |
|
72 <tabstop>removeButton</tabstop> |
|
73 <tabstop>removeAllButton</tabstop> |
|
74 </tabstops> |
|
75 <resources/> |
|
76 <connections> |
|
77 <connection> |
|
78 <sender>buttonBox</sender> |
|
79 <signal>accepted()</signal> |
|
80 <receiver>FeaturePermissionsDialog</receiver> |
|
81 <slot>accept()</slot> |
|
82 <hints> |
|
83 <hint type="sourcelabel"> |
|
84 <x>227</x> |
|
85 <y>381</y> |
|
86 </hint> |
|
87 <hint type="destinationlabel"> |
|
88 <x>157</x> |
|
89 <y>274</y> |
|
90 </hint> |
|
91 </hints> |
|
92 </connection> |
|
93 <connection> |
|
94 <sender>buttonBox</sender> |
|
95 <signal>rejected()</signal> |
|
96 <receiver>FeaturePermissionsDialog</receiver> |
|
97 <slot>reject()</slot> |
|
98 <hints> |
|
99 <hint type="sourcelabel"> |
|
100 <x>295</x> |
|
101 <y>387</y> |
|
102 </hint> |
|
103 <hint type="destinationlabel"> |
|
104 <x>286</x> |
|
105 <y>274</y> |
|
106 </hint> |
|
107 </hints> |
|
108 </connection> |
|
109 </connections> |
|
110 </ui> |