Added some "What's This" information

Added some texts to the "What's This" information of some buttons or other
widgets that lacked them. This will help the user to discover the provided
features.

Specifically, help is added for the filter fields and the remote dock.
See discussions in issues #1311 and #1312.
This commit is contained in:
mgrojo
2018-02-02 21:27:28 +01:00
parent e43ed17162
commit 52ae85dd28
4 changed files with 72 additions and 2 deletions

View File

@@ -37,6 +37,9 @@
<height>0</height>
</size>
</property>
<property name="whatsThis">
<string>This is the list of supported modes for the cell editor. Choose a mode for viewing or editing the data of the current cell.</string>
</property>
<item>
<property name="text">
<string>Text</string>
@@ -258,6 +261,9 @@ Errors are indicated with a red squiggle underline.</string>
<property name="toolTip">
<string>Apply data to cell [Ctrl+Return]</string>
</property>
<property name="whatsThis">
<string>This button saves the changes performed in the cell editor to the database cell.</string>
</property>
<property name="text">
<string>Apply</string>
</property>