]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/ui/QTocUI.ui: add tooltips.
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 21 Apr 2007 13:22:28 +0000 (13:22 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 21 Apr 2007 13:22:28 +0000 (13:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17888 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/QTocUi.ui

index 72e5db7794c24dce74e7820c45d5aefb6ea26516..a281031d80a5bda73d88f0061fd775e0fb13d50f 100644 (file)
@@ -32,6 +32,9 @@
      </property>
      <item row="0" column="0" >
       <widget class="QPushButton" name="moveOutPB" >
+       <property name="toolTip" >
+        <string>Decrease nesting depth of selected item</string>
+       </property>
        <property name="text" >
         <string>&lt;- P&amp;romote</string>
        </property>
@@ -39,6 +42,9 @@
      </item>
      <item row="1" column="2" >
       <widget class="QPushButton" name="moveDownPB" >
+       <property name="toolTip" >
+        <string>Move selected item down by one</string>
+       </property>
        <property name="text" >
         <string>D&amp;own</string>
        </property>
@@ -46,6 +52,9 @@
      </item>
      <item row="0" column="1" >
       <widget class="QPushButton" name="moveInPB" >
+       <property name="toolTip" >
+        <string>Increase nesting depth of selected item</string>
+       </property>
        <property name="text" >
         <string>De&amp;mote -></string>
        </property>
@@ -53,6 +62,9 @@
      </item>
      <item row="1" column="0" colspan="2" >
       <widget class="QPushButton" name="updatePB" >
+       <property name="toolTip" >
+        <string>Update navigation tree</string>
+       </property>
        <property name="text" >
         <string>Upd&amp;ate</string>
        </property>
@@ -60,6 +72,9 @@
      </item>
      <item row="0" column="2" >
       <widget class="QPushButton" name="moveUpPB" >
+       <property name="toolTip" >
+        <string>Move selected item up by one</string>
+       </property>
        <property name="text" >
         <string>&amp;Up</string>
        </property>
@@ -77,6 +92,9 @@
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
+     <property name="toolTip" >
+      <string>Switch between TOC, list of figures or list of tables, if available</string>
+     </property>
     </widget>
    </item>
    <item row="1" column="0" colspan="2" >
    </item>
    <item row="2" column="0" colspan="2" >
     <widget class="QSlider" name="depthSL" >
+     <property name="toolTip" >
+      <string>Adjust the depth of the navigation tree</string>
+     </property>
      <property name="maximum" >
       <number>5</number>
      </property>