2012-04-06 10:53:57 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2014-11-10 00:34:07 +03:00
|
|
|
<class>OCC::SslErrorDialog</class>
|
|
|
|
<widget class="QWidget" name="OCC::SslErrorDialog">
|
2012-04-06 10:53:57 +04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-10-27 19:03:48 +04:00
|
|
|
<width>640</width>
|
|
|
|
<height>560</height>
|
2012-04-06 10:53:57 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-09-03 17:14:14 +03:00
|
|
|
<item row="1" column="0">
|
2012-04-12 13:37:48 +04:00
|
|
|
<widget class="QCheckBox" name="_cbTrustConnect">
|
2012-06-15 12:51:51 +04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2012-04-12 13:37:48 +04:00
|
|
|
<property name="text">
|
2012-10-27 19:03:48 +04:00
|
|
|
<string>Trust this certificate anyway</string>
|
2012-04-12 13:37:48 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-03 17:14:14 +03:00
|
|
|
<item row="2" column="0">
|
2012-04-12 13:37:48 +04:00
|
|
|
<widget class="QDialogButtonBox" name="_dialogButtonBox">
|
|
|
|
<property name="standardButtons">
|
2012-10-27 19:03:48 +04:00
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2012-04-12 13:37:48 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-06 10:53:57 +04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextBrowser" name="_tbErrors">
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|