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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-11-16 19:02:05 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-11-16 19:02:05 +0300
commit87aa1de67aabf25db9a163347e79b702e52f9632 (patch)
treedd04229d2c71894b1b363cb504b9bf3512eb7faf /src/gui/generalsettings.ui
parent74ed0b4f096685ce4238dfebf9836fa5305b915d (diff)
parentccb871c30b24d624641539caac6a417e9682c339 (diff)
Merge branch 'newactivity'
Diffstat (limited to 'src/gui/generalsettings.ui')
-rw-r--r--src/gui/generalsettings.ui67
1 files changed, 52 insertions, 15 deletions
diff --git a/src/gui/generalsettings.ui b/src/gui/generalsettings.ui
index 26a6daa58..88cfbd8e7 100644
--- a/src/gui/generalsettings.ui
+++ b/src/gui/generalsettings.ui
@@ -23,14 +23,14 @@
<item row="0" column="0">
<widget class="QCheckBox" name="autostartCheckBox">
<property name="text">
- <string>Launch on System Startup</string>
+ <string>&amp;Launch on System Startup</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="desktopNotificationsCheckBox">
<property name="text">
- <string>Show Desktop Notifications</string>
+ <string>Show &amp;Desktop Notifications</string>
</property>
</widget>
</item>
@@ -40,7 +40,7 @@
<string>For System Tray</string>
</property>
<property name="text">
- <string>Use Monochrome Icons</string>
+ <string>Use &amp;Monochrome Icons</string>
</property>
</widget>
</item>
@@ -58,7 +58,7 @@
<item>
<widget class="QPushButton" name="ignoredFilesButton">
<property name="text">
- <string>Edit Ignored Files</string>
+ <string>Edit &amp;Ignored Files</string>
</property>
</widget>
</item>
@@ -77,12 +77,36 @@
</item>
</layout>
</item>
- <item row="1" column="0">
+ <item row="0" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QPushButton" name="addAccountButton">
+ <property name="text">
+ <string>&amp;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>
+ <item row="1" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="newFolderLimitCheckBox">
<property name="text">
- <string>Ask confirmation before downloading folders larger than</string>
+ <string>Ask &amp;confirmation before downloading folders larger than</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -122,19 +146,32 @@
</layout>
</item>
<item row="2" column="0">
+ <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>S&amp;how crash reporter</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
- <widget class="QCheckBox" name="crashreporterCheckBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <spacer name="horizontalSpacer_5">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
- <property name="text">
- <string>Show crash reporter</string>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
</property>
- </widget>
+ </spacer>
</item>
</layout>
</item>