]> git.lyx.org Git - lyx.git/commitdiff
Add tooltips
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 21 Jul 2019 12:37:14 +0000 (14:37 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 21 Jul 2019 12:37:14 +0000 (14:37 +0200)
The function itself seems broken.

src/frontends/qt/ui/PrefLanguageUi.ui

index ed7d7fd84529b7146fae91110e44c8dab387326d..e45570b38a1ec767b86728d66e46459cf1a80732 100644 (file)
         </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>
         </item>
         <item>
          <widget class="QRadioButton" name="logicalCursorRB">
+          <property name="toolTip">
+           <string> Right arrow key is interpreted as &quot;move backwards&quot;, left arrow key as &quot;move forward&quot;</string>
+          </property>
           <property name="text">
            <string>&amp;Logical</string>
           </property>
         </item>
         <item>
          <widget class="QRadioButton" name="visualCursorRB">
+          <property name="toolTip">
+           <string> Right arrow key is interpreted as &quot;move right&quot;, left arrow key as &quot;move left&quot;</string>
+          </property>
           <property name="text">
            <string>&amp;Visual</string>
           </property>