2015-02-03 00:29:21 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2015-06-26 18:07:47 +03:00
<class>OCC::OwncloudConnectionMethodDialog</class>
<widget class="QDialog" name="OCC::OwncloudConnectionMethodDialog">
2015-02-03 00:29:21 +03:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-02-03 19:55:01 +03:00
<width>367</width>
<height>208</height>
2015-02-03 00:29:21 +03:00
</rect>
</property>
<property name="windowTitle">
<string>Connection failed</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p>Failed to connect to the secure server address specified. How do you wish to proceed?</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2015-02-03 19:55:01 +03:00
<widget class="QPushButton" name="btnBack">
2015-02-03 00:29:21 +03:00
<property name="text">
2015-02-03 19:55:01 +03:00
<string>Select a different URL</string>
2015-02-03 00:29:21 +03:00
</property>
</widget>
</item>
<item>
2015-02-03 19:55:01 +03:00
<widget class="QPushButton" name="btnNoTLS">
2015-02-03 00:29:21 +03:00
<property name="text">
2015-02-04 15:42:49 +03:00
<string>Retry unencrypted over HTTP (insecure)</string>
2015-02-03 00:29:21 +03:00
</property>
</widget>
</item>
<item>
2015-02-03 19:55:01 +03:00
<widget class="QPushButton" name="btnClientSideTLS">
2015-02-03 00:29:21 +03:00
<property name="text">
2015-02-03 19:55:01 +03:00
<string>Configure client-side TLS certificate</string>
2015-02-03 00:29:21 +03:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>