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:
authorJocelyn Turcotte <jturcotte@woboq.com>2015-08-29 14:32:36 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2015-09-01 19:40:20 +0300
commitbcfc16c0f6145ea14b73f463b555f46054712115 (patch)
tree2d02f2a28cc33330b8b8c3f1ff26ae1387bfaeae /src/gui/accountsettings.ui
parent3ba5e27d02cfdd4850c83d99f670138bc2607f72 (diff)
Add a sign in button in the settings window
It's not obvious for users that they should sign in through the tray icon, especially if they were automatically signed out.
Diffstat (limited to 'src/gui/accountsettings.ui')
-rw-r--r--src/gui/accountsettings.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui
index 43bac5740..94e3e65bd 100644
--- a/src/gui/accountsettings.ui
+++ b/src/gui/accountsettings.ui
@@ -62,6 +62,22 @@
</widget>
</item>
<item>
+ <widget class="QPushButton" name="signInButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Enter your credentials to connect to the server</string>
+ </property>
+ <property name="text">
+ <string>Sign in</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QPushButton" name="deleteButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">