2011-09-30 14:51:56 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OwncloudCredentialsPage</class>
<widget class="QWidget" name="OwncloudCredentialsPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2012-06-15 12:51:51 +04:00
<width>576</width>
<height>302</height>
2011-09-30 14:51:56 +04:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2012-04-12 16:06:59 +04:00
<layout class="QGridLayout" name="gridLayout">
2011-09-30 14:51:56 +04:00
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
2011-11-03 19:06:40 +04:00
<string>ownCloud Credentials</string>
2011-09-30 14:51:56 +04:00
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_17">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
2011-11-03 19:06:40 +04:00
<string>Provide ownCloud Credentials</string>
2011-09-30 14:51:56 +04:00
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2012-04-18 17:21:55 +04:00
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
2012-06-15 12:51:51 +04:00
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">Please enter the username and password for your ownCloud Instance. </span></p>
2012-04-18 17:21:55 +04:00
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt; color:#585858;"><br /></p>
2012-06-15 12:51:51 +04:00
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">If you do not wish to store the credentials on your local machine, check the box. ownCloud will prompt you for your password every time the client starts.</span></p></body></html></string>
2011-09-30 14:51:56 +04:00
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
2012-04-12 16:06:59 +04:00
<layout class="QFormLayout" name="formLayout">
2011-11-03 19:06:40 +04:00
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>ownCloud-User:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="OCUserEdit">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="OCPasswdEdit">
<property name="text">
<string/>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
2012-04-12 16:06:59 +04:00
<item row="2" column="1">
<widget class="QCheckBox" name="cbPwdNoLocalStore">
<property name="text">
<string>Do not store password on local machine.</string>
</property>
</widget>
</item>
2011-11-03 19:06:40 +04:00
</layout>
</item>
<item row="3" column="0">
2011-09-30 14:51:56 +04:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
2011-11-03 19:06:40 +04:00
<width>568</width>
<height>158</height>
2011-09-30 14:51:56 +04:00
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>