|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SslCertificatesDialog</class> |
|
4 <widget class="QDialog" name="SslCertificatesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>760</width> |
|
10 <height>440</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>SSL Certificate Manager</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QTabWidget" name="tabWidget"> |
|
22 <property name="currentIndex"> |
|
23 <number>0</number> |
|
24 </property> |
|
25 <widget class="QWidget" name="serversTab"> |
|
26 <attribute name="title"> |
|
27 <string>&Servers</string> |
|
28 </attribute> |
|
29 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
30 <item> |
|
31 <widget class="QLabel" name="label"> |
|
32 <property name="text"> |
|
33 <string>You have saved certificates identifying these servers:</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QTreeWidget" name="serversCertificatesTree"> |
|
39 <column> |
|
40 <property name="text"> |
|
41 <string>Certificate name</string> |
|
42 </property> |
|
43 </column> |
|
44 <column> |
|
45 <property name="text"> |
|
46 <string>Server</string> |
|
47 </property> |
|
48 </column> |
|
49 <column> |
|
50 <property name="text"> |
|
51 <string>Expiry Date</string> |
|
52 </property> |
|
53 </column> |
|
54 </widget> |
|
55 </item> |
|
56 <item> |
|
57 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
58 <item> |
|
59 <widget class="QPushButton" name="serversViewButton"> |
|
60 <property name="enabled"> |
|
61 <bool>false</bool> |
|
62 </property> |
|
63 <property name="toolTip"> |
|
64 <string>Press to view the selected certificate</string> |
|
65 </property> |
|
66 <property name="text"> |
|
67 <string>&View...</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QPushButton" name="serversDeleteButton"> |
|
73 <property name="enabled"> |
|
74 <bool>false</bool> |
|
75 </property> |
|
76 <property name="toolTip"> |
|
77 <string>Press to delete the selected certificate</string> |
|
78 </property> |
|
79 <property name="text"> |
|
80 <string>&Delete...</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <spacer name="horizontalSpacer"> |
|
86 <property name="orientation"> |
|
87 <enum>Qt::Horizontal</enum> |
|
88 </property> |
|
89 <property name="sizeHint" stdset="0"> |
|
90 <size> |
|
91 <width>40</width> |
|
92 <height>20</height> |
|
93 </size> |
|
94 </property> |
|
95 </spacer> |
|
96 </item> |
|
97 </layout> |
|
98 </item> |
|
99 </layout> |
|
100 </widget> |
|
101 <widget class="QWidget" name="caTab"> |
|
102 <attribute name="title"> |
|
103 <string>Certificate &Authorities</string> |
|
104 </attribute> |
|
105 </widget> |
|
106 </widget> |
|
107 </item> |
|
108 <item> |
|
109 <widget class="QDialogButtonBox" name="buttonBox"> |
|
110 <property name="orientation"> |
|
111 <enum>Qt::Horizontal</enum> |
|
112 </property> |
|
113 <property name="standardButtons"> |
|
114 <set>QDialogButtonBox::Close</set> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 </layout> |
|
119 </widget> |
|
120 <tabstops> |
|
121 <tabstop>tabWidget</tabstop> |
|
122 <tabstop>serversCertificatesTree</tabstop> |
|
123 <tabstop>serversViewButton</tabstop> |
|
124 <tabstop>serversDeleteButton</tabstop> |
|
125 <tabstop>buttonBox</tabstop> |
|
126 </tabstops> |
|
127 <resources/> |
|
128 <connections> |
|
129 <connection> |
|
130 <sender>buttonBox</sender> |
|
131 <signal>accepted()</signal> |
|
132 <receiver>SslCertificatesDialog</receiver> |
|
133 <slot>accept()</slot> |
|
134 <hints> |
|
135 <hint type="sourcelabel"> |
|
136 <x>248</x> |
|
137 <y>254</y> |
|
138 </hint> |
|
139 <hint type="destinationlabel"> |
|
140 <x>157</x> |
|
141 <y>274</y> |
|
142 </hint> |
|
143 </hints> |
|
144 </connection> |
|
145 <connection> |
|
146 <sender>buttonBox</sender> |
|
147 <signal>rejected()</signal> |
|
148 <receiver>SslCertificatesDialog</receiver> |
|
149 <slot>reject()</slot> |
|
150 <hints> |
|
151 <hint type="sourcelabel"> |
|
152 <x>316</x> |
|
153 <y>260</y> |
|
154 </hint> |
|
155 <hint type="destinationlabel"> |
|
156 <x>286</x> |
|
157 <y>274</y> |
|
158 </hint> |
|
159 </hints> |
|
160 </connection> |
|
161 </connections> |
|
162 </ui> |