[Pkg-owncloud-commits] [owncloud-client] 373/498: UI: Add more tooltips #3385

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 59a7ae56d4e602ab1b33e529eedd382b08e5470d
Author: Markus Goetz <markus at woboq.com>
Date:   Mon Jul 20 19:06:40 2015 +0200

    UI: Add more tooltips #3385
---
 src/gui/accountsettings.ui | 3 +++
 src/gui/generalsettings.ui | 3 +++
 src/gui/networksettings.ui | 8 +++++++-
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui
index 13727fb..e8347fc 100644
--- a/src/gui/accountsettings.ui
+++ b/src/gui/accountsettings.ui
@@ -54,6 +54,9 @@
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
+        <property name="toolTip">
+         <string>Remove the account configuration from the client</string>
+        </property>
         <property name="text">
          <string>Delete</string>
         </property>
diff --git a/src/gui/generalsettings.ui b/src/gui/generalsettings.ui
index d0dd7c3..1d76d52 100644
--- a/src/gui/generalsettings.ui
+++ b/src/gui/generalsettings.ui
@@ -36,6 +36,9 @@
       </item>
       <item row="1" column="0">
        <widget class="QCheckBox" name="monoIconsCheckBox">
+        <property name="toolTip">
+         <string>For System Tray</string>
+        </property>
         <property name="text">
          <string>Use Monochrome Icons</string>
         </property>
diff --git a/src/gui/networksettings.ui b/src/gui/networksettings.ui
index 83c3854..9e4e319 100644
--- a/src/gui/networksettings.ui
+++ b/src/gui/networksettings.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>542</width>
-    <height>391</height>
+    <height>396</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -246,6 +246,9 @@
         </item>
         <item row="1" column="0" colspan="2">
          <widget class="QRadioButton" name="autoDownloadLimitRadioButton">
+          <property name="toolTip">
+           <string>Limit to 3/4 of estimated bandwidth</string>
+          </property>
           <property name="text">
            <string>Limit automatically</string>
           </property>
@@ -275,6 +278,9 @@
         </item>
         <item row="1" column="0" colspan="2">
          <widget class="QRadioButton" name="autoUploadLimitRadioButton">
+          <property name="toolTip">
+           <string>Limit to 3/4 of estimated bandwidth</string>
+          </property>
           <property name="text">
            <string>Limit automatically</string>
           </property>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list