eric6/WebBrowser/Network/SslErrorExceptionsDialog.ui

changeset 6942
2602857055c5
parent 4820
f38e4fb83ecd
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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 <widget class="QDialogButtonBox" name="buttonBox">
88 <property name="orientation">
89 <enum>Qt::Horizontal</enum>
90 </property>
91 <property name="standardButtons">
92 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </widget>
98 <resources/>
99 <connections>
100 <connection>
101 <sender>buttonBox</sender>
102 <signal>accepted()</signal>
103 <receiver>SslErrorExceptionsDialog</receiver>
104 <slot>accept()</slot>
105 <hints>
106 <hint type="sourcelabel">
107 <x>388</x>
108 <y>385</y>
109 </hint>
110 <hint type="destinationlabel">
111 <x>399</x>
112 <y>319</y>
113 </hint>
114 </hints>
115 </connection>
116 <connection>
117 <sender>buttonBox</sender>
118 <signal>rejected()</signal>
119 <receiver>SslErrorExceptionsDialog</receiver>
120 <slot>reject()</slot>
121 <hints>
122 <hint type="sourcelabel">
123 <x>349</x>
124 <y>391</y>
125 </hint>
126 <hint type="destinationlabel">
127 <x>356</x>
128 <y>286</y>
129 </hint>
130 </hints>
131 </connection>
132 </connections>
133 </ui>

eric ide

mercurial