1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OCC::SslErrorDialog</class>
4 <widget class="QWidget" name="OCC::SslErrorDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>640</width>
10    <height>560</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string notr="true">Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="1" column="0">
18    <widget class="QCheckBox" name="_cbTrustConnect">
19     <property name="font">
20      <font>
21       <pointsize>11</pointsize>
22      </font>
23     </property>
24     <property name="text">
25      <string>Trust this certificate anyway</string>
26     </property>
27    </widget>
28   </item>
29   <item row="2" column="0">
30    <widget class="QDialogButtonBox" name="_dialogButtonBox">
31     <property name="standardButtons">
32      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
33     </property>
34    </widget>
35   </item>
36   <item row="0" column="0">
37    <widget class="QTextBrowser" name="_tbErrors">
38     <property name="openExternalLinks">
39      <bool>true</bool>
40     </property>
41    </widget>
42   </item>
43  </layout>
44 </widget>
45 <resources/>
46 <connections/>
47</ui>
48