|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>WebIconDialog</class> |
|
4 <widget class="QDialog" name="WebIconDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>550</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Favicons</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout" name="gridLayout"> |
|
22 <item row="0" column="0" rowspan="3"> |
|
23 <widget class="QListWidget" name="iconsList"> |
|
24 <property name="contextMenuPolicy"> |
|
25 <enum>Qt::CustomContextMenu</enum> |
|
26 </property> |
|
27 <property name="alternatingRowColors"> |
|
28 <bool>true</bool> |
|
29 </property> |
|
30 <property name="selectionMode"> |
|
31 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
32 </property> |
|
33 <property name="iconSize"> |
|
34 <size> |
|
35 <width>22</width> |
|
36 <height>22</height> |
|
37 </size> |
|
38 </property> |
|
39 <property name="sortingEnabled"> |
|
40 <bool>true</bool> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item row="0" column="1"> |
|
45 <widget class="QPushButton" name="removeButton"> |
|
46 <property name="toolTip"> |
|
47 <string>Press to remove the selected entries</string> |
|
48 </property> |
|
49 <property name="text"> |
|
50 <string>&Remove</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="1" column="1"> |
|
55 <widget class="QPushButton" name="removeAllButton"> |
|
56 <property name="toolTip"> |
|
57 <string>Press to remove all entries</string> |
|
58 </property> |
|
59 <property name="text"> |
|
60 <string>Remove &All</string> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="2" column="1"> |
|
65 <spacer name="verticalSpacer"> |
|
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 </layout> |
|
78 </item> |
|
79 <item> |
|
80 <widget class="QDialogButtonBox" name="buttonBox"> |
|
81 <property name="orientation"> |
|
82 <enum>Qt::Horizontal</enum> |
|
83 </property> |
|
84 <property name="standardButtons"> |
|
85 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 </layout> |
|
90 </widget> |
|
91 <resources/> |
|
92 <connections> |
|
93 <connection> |
|
94 <sender>buttonBox</sender> |
|
95 <signal>accepted()</signal> |
|
96 <receiver>WebIconDialog</receiver> |
|
97 <slot>accept()</slot> |
|
98 <hints> |
|
99 <hint type="sourcelabel"> |
|
100 <x>228</x> |
|
101 <y>581</y> |
|
102 </hint> |
|
103 <hint type="destinationlabel"> |
|
104 <x>157</x> |
|
105 <y>274</y> |
|
106 </hint> |
|
107 </hints> |
|
108 </connection> |
|
109 <connection> |
|
110 <sender>buttonBox</sender> |
|
111 <signal>rejected()</signal> |
|
112 <receiver>WebIconDialog</receiver> |
|
113 <slot>reject()</slot> |
|
114 <hints> |
|
115 <hint type="sourcelabel"> |
|
116 <x>296</x> |
|
117 <y>587</y> |
|
118 </hint> |
|
119 <hint type="destinationlabel"> |
|
120 <x>286</x> |
|
121 <y>274</y> |
|
122 </hint> |
|
123 </hints> |
|
124 </connection> |
|
125 </connections> |
|
126 </ui> |