2013-07-04 21:59:40 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Mirall::AccountSettings</class>
|
|
|
|
<widget class="QWidget" name="Mirall::AccountSettings">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-01-21 04:45:02 +04:00
|
|
|
<width>615</width>
|
|
|
|
<height>422</height>
|
2013-07-04 21:59:40 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="syncStatusGroupBox">
|
|
|
|
<property name="title">
|
2013-11-26 03:02:14 +04:00
|
|
|
<string>Account to Synchronize</string>
|
2013-07-04 21:59:40 +04:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="2">
|
2014-01-21 04:45:02 +04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="SslButton" name="sslButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="connectLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Connected with <server> as <user></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-04 21:59:40 +04:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QListView" name="_folderList"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2013-10-30 18:51:21 +04:00
|
|
|
<widget class="QPushButton" name="_buttonAdd">
|
2013-07-04 21:59:40 +04:00
|
|
|
<property name="text">
|
2013-08-14 16:01:04 +04:00
|
|
|
<string>Add Folder...</string>
|
2013-07-04 21:59:40 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-10-30 18:51:21 +04:00
|
|
|
<widget class="QPushButton" name="_buttonEnable">
|
2013-07-04 21:59:40 +04:00
|
|
|
<property name="text">
|
|
|
|
<string>Pause</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-10-30 18:51:21 +04:00
|
|
|
<widget class="QPushButton" name="_buttonRemove">
|
2013-07-04 21:59:40 +04:00
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="storageGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Storage Usage</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="quotaProgressBar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
2013-11-07 15:50:39 +04:00
|
|
|
<property name="textVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-07-04 21:59:40 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="quotaLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Retrieving usage information...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-09-03 15:13:11 +04:00
|
|
|
<widget class="QLabel" name="quotaInfoLabel">
|
2013-07-04 21:59:40 +04:00
|
|
|
<property name="text">
|
|
|
|
<string><b>Note:</b> Some folders, including network mounted or shared folders, might have different limits.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-01-21 04:45:02 +04:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QGroupBox" name="maintenanceGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Account Maintenance</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="ignoredFilesButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit Ignored Files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="modifyAccountButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modify Account</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-04 21:59:40 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-01-21 04:45:02 +04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>SslButton</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>sslbutton.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-07-04 21:59:40 +04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|