mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* src/frontends/qt4/ui/QTocUI.ui: add tooltips.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4bdc726229
commit
44b504c45f
@ -32,6 +32,9 @@
|
|||||||
</property>
|
</property>
|
||||||
<item row="0" column="0" >
|
<item row="0" column="0" >
|
||||||
<widget class="QPushButton" name="moveOutPB" >
|
<widget class="QPushButton" name="moveOutPB" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Decrease nesting depth of selected item</string>
|
||||||
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string><- P&romote</string>
|
<string><- P&romote</string>
|
||||||
</property>
|
</property>
|
||||||
@ -39,6 +42,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="2" >
|
<item row="1" column="2" >
|
||||||
<widget class="QPushButton" name="moveDownPB" >
|
<widget class="QPushButton" name="moveDownPB" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Move selected item down by one</string>
|
||||||
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>D&own</string>
|
<string>D&own</string>
|
||||||
</property>
|
</property>
|
||||||
@ -46,6 +52,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1" >
|
<item row="0" column="1" >
|
||||||
<widget class="QPushButton" name="moveInPB" >
|
<widget class="QPushButton" name="moveInPB" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Increase nesting depth of selected item</string>
|
||||||
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>De&mote -></string>
|
<string>De&mote -></string>
|
||||||
</property>
|
</property>
|
||||||
@ -53,6 +62,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="0" colspan="2" >
|
<item row="1" column="0" colspan="2" >
|
||||||
<widget class="QPushButton" name="updatePB" >
|
<widget class="QPushButton" name="updatePB" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Update navigation tree</string>
|
||||||
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Upd&ate</string>
|
<string>Upd&ate</string>
|
||||||
</property>
|
</property>
|
||||||
@ -60,6 +72,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="2" >
|
<item row="0" column="2" >
|
||||||
<widget class="QPushButton" name="moveUpPB" >
|
<widget class="QPushButton" name="moveUpPB" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Move selected item up by one</string>
|
||||||
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>&Up</string>
|
<string>&Up</string>
|
||||||
</property>
|
</property>
|
||||||
@ -77,6 +92,9 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Switch between TOC, list of figures or list of tables, if available</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0" colspan="2" >
|
<item row="1" column="0" colspan="2" >
|
||||||
@ -93,6 +111,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="2" >
|
<item row="2" column="0" colspan="2" >
|
||||||
<widget class="QSlider" name="depthSL" >
|
<widget class="QSlider" name="depthSL" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Adjust the depth of the navigation tree</string>
|
||||||
|
</property>
|
||||||
<property name="maximum" >
|
<property name="maximum" >
|
||||||
<number>5</number>
|
<number>5</number>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user