mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 19:41:19 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user