WebBrowser/Network/SslErrorExceptionsDialog.ui

branch
QtWebEngine
changeset 4817
0a4e2fb0e93c
child 4820
f38e4fb83ecd
equal deleted inserted replaced
4816:4f5ca06fa93a 4817:0a4e2fb0e93c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SslErrorExceptionsDialog</class>
4 <widget class="QDialog" name="SslErrorExceptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>751</width>
10 <height>513</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>SSL Error Exceptions</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="errorsTree">
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="allColumnsShowFocus">
37 <bool>true</bool>
38 </property>
39 <column>
40 <property name="text">
41 <string>Code</string>
42 </property>
43 </column>
44 <column>
45 <property name="text">
46 <string>Error Description</string>
47 </property>
48 </column>
49 </widget>
50 </item>
51 <item row="0" column="1">
52 <widget class="QPushButton" name="removeButton">
53 <property name="toolTip">
54 <string>Press to remove the selected entries</string>
55 </property>
56 <property name="text">
57 <string>&amp;Remove</string>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="1">
62 <widget class="QPushButton" name="removeAllButton">
63 <property name="toolTip">
64 <string>Press to remove all entries</string>
65 </property>
66 <property name="text">
67 <string>Remove &amp;All</string>
68 </property>
69 </widget>
70 </item>
71 <item row="2" column="1">
72 <spacer name="verticalSpacer">
73 <property name="orientation">
74 <enum>Qt::Vertical</enum>
75 </property>
76 <property name="sizeHint" stdset="0">
77 <size>
78 <width>20</width>
79 <height>128</height>
80 </size>
81 </property>
82 </spacer>
83 </item>
84 </layout>
85 </item>
86 <item>
87 <layout class="QHBoxLayout">
88 <property name="spacing">
89 <number>6</number>
90 </property>
91 <property name="leftMargin">
92 <number>0</number>
93 </property>
94 <property name="topMargin">
95 <number>0</number>
96 </property>
97 <property name="rightMargin">
98 <number>0</number>
99 </property>
100 <property name="bottomMargin">
101 <number>0</number>
102 </property>
103 <item>
104 <spacer>
105 <property name="orientation">
106 <enum>Qt::Horizontal</enum>
107 </property>
108 <property name="sizeHint" stdset="0">
109 <size>
110 <width>131</width>
111 <height>31</height>
112 </size>
113 </property>
114 </spacer>
115 </item>
116 <item>
117 <widget class="QPushButton" name="okButton">
118 <property name="text">
119 <string>&amp;OK</string>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <widget class="QPushButton" name="cancelButton">
125 <property name="text">
126 <string>&amp;Cancel</string>
127 </property>
128 </widget>
129 </item>
130 </layout>
131 </item>
132 </layout>
133 </widget>
134 <resources/>
135 <connections>
136 <connection>
137 <sender>okButton</sender>
138 <signal>clicked()</signal>
139 <receiver>SslErrorExceptionsDialog</receiver>
140 <slot>accept()</slot>
141 <hints>
142 <hint type="sourcelabel">
143 <x>278</x>
144 <y>253</y>
145 </hint>
146 <hint type="destinationlabel">
147 <x>96</x>
148 <y>254</y>
149 </hint>
150 </hints>
151 </connection>
152 <connection>
153 <sender>cancelButton</sender>
154 <signal>clicked()</signal>
155 <receiver>SslErrorExceptionsDialog</receiver>
156 <slot>reject()</slot>
157 <hints>
158 <hint type="sourcelabel">
159 <x>369</x>
160 <y>253</y>
161 </hint>
162 <hint type="destinationlabel">
163 <x>179</x>
164 <y>282</y>
165 </hint>
166 </hints>
167 </connection>
168 </connections>
169 </ui>

eric ide

mercurial