Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-03-27 13:46:03 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-03-27 18:50:35 +0300
commit426d2338d9106b3d3d28211890838af0f143c80b (patch)
treef84ea8e234f71311e0733c4acca6f6c7ca5986b7 /src/gui/generalsettings.ui
parentdfd9d8725c9388c79b8f97465672f83e10aae7dc (diff)
Settings: New UI that intergate the selective sync within the account settings
Diffstat (limited to 'src/gui/generalsettings.ui')
-rw-r--r--src/gui/generalsettings.ui67
1 files changed, 65 insertions, 2 deletions
diff --git a/src/gui/generalsettings.ui b/src/gui/generalsettings.ui
index ed2a47f7a..443e8de95 100644
--- a/src/gui/generalsettings.ui
+++ b/src/gui/generalsettings.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>468</width>
- <height>249</height>
+ <width>599</width>
+ <height>429</height>
</rect>
</property>
<property name="windowTitle">
@@ -41,13 +41,76 @@
</property>
</widget>
</item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox">
+ <property name="title">
+ <string>Advanced</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout">
<item row="1" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QPushButton" name="ignoredFilesButton">
+ <property name="text">
+ <string>Edit Ignored Files</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_4">
+ <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="2" column="1">
<widget class="QCheckBox" name="crashreporterCheckBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>Show crash reporter</string>
</property>
</widget>
</item>
+ <item row="1" column="2">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QPushButton" name="addAccountButton">
+ <property name="text">
+ <string>Add an Account</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <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>
</layout>
</widget>
</item>