xref: /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/certificateerrordialog.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CertificateErrorDialog</class>
4 <widget class="QDialog" name="CertificateErrorDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>370</width>
10    <height>141</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="leftMargin">
18    <number>20</number>
19   </property>
20   <property name="rightMargin">
21    <number>20</number>
22   </property>
23   <item>
24    <widget class="QLabel" name="m_iconLabel">
25     <property name="text">
26      <string>Icon</string>
27     </property>
28     <property name="alignment">
29      <set>Qt::AlignCenter</set>
30     </property>
31    </widget>
32   </item>
33   <item>
34    <widget class="QLabel" name="m_errorLabel">
35     <property name="sizePolicy">
36      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
37       <horstretch>0</horstretch>
38       <verstretch>0</verstretch>
39      </sizepolicy>
40     </property>
41     <property name="text">
42      <string>Error</string>
43     </property>
44     <property name="alignment">
45      <set>Qt::AlignCenter</set>
46     </property>
47     <property name="wordWrap">
48      <bool>true</bool>
49     </property>
50    </widget>
51   </item>
52   <item>
53    <widget class="QLabel" name="m_infoLabel">
54     <property name="sizePolicy">
55      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
56       <horstretch>0</horstretch>
57       <verstretch>0</verstretch>
58      </sizepolicy>
59     </property>
60     <property name="text">
61      <string>If you wish so, you may continue with an unverified certificate. Accepting an unverified certificate mean you may not be connected with the host you tried to connect to.
62
63Do you wish to override the security check and continue ?   </string>
64     </property>
65     <property name="alignment">
66      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
67     </property>
68     <property name="wordWrap">
69      <bool>true</bool>
70     </property>
71    </widget>
72   </item>
73   <item>
74    <spacer name="verticalSpacer">
75     <property name="orientation">
76      <enum>Qt::Vertical</enum>
77     </property>
78     <property name="sizeHint" stdset="0">
79      <size>
80       <width>20</width>
81       <height>16</height>
82      </size>
83     </property>
84    </spacer>
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::No|QDialogButtonBox::Yes</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>CertificateErrorDialog</receiver>
104   <slot>accept()</slot>
105   <hints>
106    <hint type="sourcelabel">
107     <x>248</x>
108     <y>254</y>
109    </hint>
110    <hint type="destinationlabel">
111     <x>157</x>
112     <y>274</y>
113    </hint>
114   </hints>
115  </connection>
116  <connection>
117   <sender>buttonBox</sender>
118   <signal>rejected()</signal>
119   <receiver>CertificateErrorDialog</receiver>
120   <slot>reject()</slot>
121   <hints>
122    <hint type="sourcelabel">
123     <x>316</x>
124     <y>260</y>
125    </hint>
126    <hint type="destinationlabel">
127     <x>286</x>
128     <y>274</y>
129    </hint>
130   </hints>
131  </connection>
132 </connections>
133</ui>
134