mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add tooltips
The function itself seems broken.
This commit is contained in:
parent
457ed08323
commit
73146e757d
@ -222,6 +222,9 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="cursorMovementLA">
|
||||
<property name="toolTip">
|
||||
<string>Specify here how the arrow keys behave within scripts with right-to-left direction</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Right-to-left cursor movement:</string>
|
||||
</property>
|
||||
@ -232,6 +235,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="logicalCursorRB">
|
||||
<property name="toolTip">
|
||||
<string> Right arrow key is interpreted as "move backwards", left arrow key as "move forward"</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Logical</string>
|
||||
</property>
|
||||
@ -242,6 +248,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="visualCursorRB">
|
||||
<property name="toolTip">
|
||||
<string> Right arrow key is interpreted as "move right", left arrow key as "move left"</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Visual</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user