dbhub: Add text to upload button

Add some text ("Upload") to the push database button in the Remote dock
to make its function more obvious.
This commit is contained in:
Martin Kleusberg
2020-06-13 11:58:30 +02:00
parent 5cdda28608
commit 7c6ef2ae51

View File

@@ -58,10 +58,16 @@
<property name="toolTip">
<string>Push currently opened database to server</string>
</property>
<property name="text">
<string>Upload</string>
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/push_database</normaloff>:/icons/push_database</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
</layout>