summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-22 21:05:45 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-22 21:05:45 +0100
commit50fa69951d2fe2755cc64f43b27e2f21cd0d35f9 (patch)
treef73db5c4a703e16278c8f926c7af7211fe84fd44 /mainwindow.ui
parentac377eafa4ef9e1378dcfb7f8d31fc457be1d336 (diff)
Tooltips and things
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui24
1 files changed, 24 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 9abab7ad..b3c13bf3 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -41,6 +41,9 @@
<property name="acceptDrops">
<bool>false</bool>
</property>
+ <property name="toolTip">
+ <string>Add</string>
+ </property>
<property name="text">
<string>Add</string>
</property>
@@ -65,6 +68,9 @@
</item>
<item>
<widget class="QToolButton" name="editButton">
+ <property name="toolTip">
+ <string>Edit</string>
+ </property>
<property name="text">
<string>Edit</string>
</property>
@@ -80,6 +86,9 @@
</item>
<item>
<widget class="QToolButton" name="deleteButton">
+ <property name="toolTip">
+ <string>Delete</string>
+ </property>
<property name="text">
<string>Delete</string>
</property>
@@ -111,6 +120,9 @@
</item>
<item>
<widget class="QToolButton" name="pushButton">
+ <property name="toolTip">
+ <string>git push</string>
+ </property>
<property name="text">
<string>Push</string>
</property>
@@ -126,6 +138,9 @@
</item>
<item>
<widget class="QToolButton" name="updateButton">
+ <property name="toolTip">
+ <string>git pull</string>
+ </property>
<property name="text">
<string>Update</string>
</property>
@@ -157,6 +172,9 @@
</item>
<item>
<widget class="QToolButton" name="usersButton">
+ <property name="toolTip">
+ <string>Manage who can read password in folder</string>
+ </property>
<property name="text">
<string>Users</string>
</property>
@@ -172,6 +190,9 @@
</item>
<item>
<widget class="QToolButton" name="configButton">
+ <property name="toolTip">
+ <string>Configuration</string>
+ </property>
<property name="text">
<string>Config</string>
</property>
@@ -281,6 +302,9 @@
<height>26</height>
</size>
</property>
+ <property name="toolTip">
+ <string>Clear search</string>
+ </property>
<property name="text">
<string>X</string>
</property>