Gui: add a tooltip about how to modify shortcuts into DlgKeyboard

This commit is contained in:
Alexander Golubev
2023-03-10 05:25:20 +03:00
committed by wwmayer
parent 992dec2c6b
commit 57f2f06fe2

View File

@@ -103,6 +103,9 @@
</item>
<item row="1" column="2" colspan="2">
<widget class="Gui::AccelLineEdit" name="accelLineEditShortcut">
<property name="toolTip">
<string>To change a current shortcut enter the new shortcut in the field below and press 'Assign'.</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>