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-06-12 12:28:56 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-06-12 13:19:24 +0300
commit81c10da8dc4054d04e60c45376516bd949f2499d (patch)
treea31a46e69cea95b01eccbe2673779a801f80fbd8 /src/gui/accountsettings.ui
parent53f2468430907b96542b3ab5f43dd5a1c203bcd9 (diff)
Accountsettings: Show a notification when there are new unconfirmed folders
Diffstat (limited to 'src/gui/accountsettings.ui')
-rw-r--r--src/gui/accountsettings.ui66
1 files changed, 40 insertions, 26 deletions
diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui
index f390eb213..13727fbf0 100644
--- a/src/gui/accountsettings.ui
+++ b/src/gui/accountsettings.ui
@@ -37,13 +37,13 @@
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
- </property>
- <property name="openExternalLinks">
- <bool>true</bool>
</property>
<property name="text">
<string>Connected with &lt;server&gt; as &lt;user&gt;</string>
</property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>
@@ -136,22 +136,39 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <layout class="QGridLayout" name="gridLayout_2">
- <property name="sizeConstraint">
- <enum>QLayout::SetNoConstraint</enum>
- </property>
- <item row="1" column="1">
- <widget class="QPushButton" name="selectiveSyncCancel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0" rowspan="2">
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QLabel" name="selectiveSyncLabel">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Unchecked folders will be &lt;b&gt;removed&lt;/b&gt; from your local file system and will not be synchronized to this computer anymore</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="selectiveSyncNotification">
+ <property name="styleSheet">
+ <string notr="true">color: red</string>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="selectiveSyncApply">
@@ -166,19 +183,16 @@
</property>
</widget>
</item>
- <item row="0" column="0" rowspan="2">
- <widget class="QLabel" name="label">
+ <item row="1" column="1">
+ <widget class="QPushButton" name="selectiveSyncCancel">
<property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
+ <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
- <string>Unchecked folders will be &lt;b&gt;removed&lt;/b&gt; from your local file system and will not be synchronized to this computer anymore</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
+ <string>Cancel</string>
</property>
</widget>
</item>