summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-09 17:43:10 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-15 14:40:40 -0400
commitc8e1b4ab3a51cfe0f39a6f0d78cf0988c380549c (patch)
tree549e563ba7e3dc609d9b92c6ded998c31bdb8a5e /src/editexecutablesdialog.ui
parent5fa7fd7fb9f3a8f67e8842420d7a2ad600722119 (diff)
changed the down/up pngs to be slightly offset vertically from what they were, they did not look aligned when next to each other
added status/tooltip/whatsthis strings to new buttons change enabled status of up/down dynamically simplified move() to just move by one
Diffstat (limited to 'src/editexecutablesdialog.ui')
-rw-r--r--src/editexecutablesdialog.ui24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui
index 9801a75c..fb65dbbe 100644
--- a/src/editexecutablesdialog.ui
+++ b/src/editexecutablesdialog.ui
@@ -84,6 +84,9 @@
<property name="toolTip">
<string>Add an executable</string>
</property>
+ <property name="statusTip">
+ <string>Add an executable</string>
+ </property>
<property name="whatsThis">
<string>Add an executable</string>
</property>
@@ -101,6 +104,9 @@
<property name="toolTip">
<string>Remove the selected executable</string>
</property>
+ <property name="statusTip">
+ <string>Remove the selected executable</string>
+ </property>
<property name="whatsThis">
<string>Remove the selected executable</string>
</property>
@@ -115,6 +121,15 @@
</item>
<item>
<widget class="QToolButton" name="up">
+ <property name="toolTip">
+ <string>Move the executable up in the list</string>
+ </property>
+ <property name="statusTip">
+ <string>Move the executable up in the list</string>
+ </property>
+ <property name="whatsThis">
+ <string>Move the executable up in the list</string>
+ </property>
<property name="text">
<string>Move the executable up in the list</string>
</property>
@@ -126,6 +141,15 @@
</item>
<item>
<widget class="QToolButton" name="down">
+ <property name="toolTip">
+ <string>Move the executable down in the list</string>
+ </property>
+ <property name="statusTip">
+ <string>Move the executable down in the list</string>
+ </property>
+ <property name="whatsThis">
+ <string>Move the executable down in the list</string>
+ </property>
<property name="text">
<string>Move the executable down in the list</string>
</property>