WebBrowser/Tools/WebIconDialog.ui

branch
QtWebEngine
changeset 4820
f38e4fb83ecd
child 4821
0ce09efa00da
equal deleted inserted replaced
4819:cb0672f0fc15 4820:f38e4fb83ecd
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="QTreeWidget" 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="sortingEnabled">
34 <bool>true</bool>
35 </property>
36 <property name="headerHidden">
37 <bool>false</bool>
38 </property>
39 <column>
40 <property name="text">
41 <string>URL</string>
42 </property>
43 </column>
44 </widget>
45 </item>
46 <item row="0" column="1">
47 <widget class="QPushButton" name="removeButton">
48 <property name="toolTip">
49 <string>Press to remove the selected entries</string>
50 </property>
51 <property name="text">
52 <string>&amp;Remove</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1">
57 <widget class="QPushButton" name="removeAllButton">
58 <property name="toolTip">
59 <string>Press to remove all entries</string>
60 </property>
61 <property name="text">
62 <string>Remove &amp;All</string>
63 </property>
64 </widget>
65 </item>
66 <item row="2" column="1">
67 <spacer name="verticalSpacer">
68 <property name="orientation">
69 <enum>Qt::Vertical</enum>
70 </property>
71 <property name="sizeHint" stdset="0">
72 <size>
73 <width>20</width>
74 <height>40</height>
75 </size>
76 </property>
77 </spacer>
78 </item>
79 </layout>
80 </item>
81 <item>
82 <widget class="QDialogButtonBox" name="buttonBox">
83 <property name="orientation">
84 <enum>Qt::Horizontal</enum>
85 </property>
86 <property name="standardButtons">
87 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </widget>
93 <resources/>
94 <connections>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>accepted()</signal>
98 <receiver>WebIconDialog</receiver>
99 <slot>accept()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>228</x>
103 <y>581</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>157</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>rejected()</signal>
114 <receiver>WebIconDialog</receiver>
115 <slot>reject()</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>296</x>
119 <y>587</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>286</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 </connections>
128 </ui>

eric ide

mercurial