mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
MathsUi.ui: add tooltips, the same can also be done for branch if you like, Jürgen?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31992 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff7d0d5c6e
commit
60cc4f8e7f
@ -1,4 +1,4 @@
|
|||||||
<ui version="4.0" >
|
<ui version="4.0">
|
||||||
<class>MathsUi</class>
|
<class>MathsUi</class>
|
||||||
<widget class="QWidget" name="MathsUi">
|
<widget class="QWidget" name="MathsUi">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
@ -15,6 +15,9 @@
|
|||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="amsautoCB">
|
<widget class="QCheckBox" name="amsautoCB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The AMS LaTeX packages are only used when symbols from the AMS math toolbars are inserted into formulas</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Use AMS math package automatically</string>
|
<string>&Use AMS math package automatically</string>
|
||||||
</property>
|
</property>
|
||||||
@ -25,6 +28,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="amsCB">
|
<widget class="QCheckBox" name="amsCB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The AMS LateX packages are always used</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use AMS &math package</string>
|
<string>Use AMS &math package</string>
|
||||||
</property>
|
</property>
|
||||||
@ -32,6 +38,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="esintautoCB">
|
<widget class="QCheckBox" name="esintautoCB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The LaTeX package esint is only used when special integral commands are inserted to formulas</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use esint package &automatically</string>
|
<string>Use esint package &automatically</string>
|
||||||
</property>
|
</property>
|
||||||
@ -42,6 +51,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QCheckBox" name="esintCB">
|
<widget class="QCheckBox" name="esintCB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The LaTeX package esint is always used</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use &esint package</string>
|
<string>Use &esint package</string>
|
||||||
</property>
|
</property>
|
||||||
@ -49,6 +61,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
<widget class="QCheckBox" name="mhchemautoCB">
|
<widget class="QCheckBox" name="mhchemautoCB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The LaTeX package mhchem is only used when either the command \ce or \cf is inserted to formulas</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use mhchem &package automatically</string>
|
<string>Use mhchem &package automatically</string>
|
||||||
</property>
|
</property>
|
||||||
@ -59,6 +74,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
<item row="5" column="0">
|
||||||
<widget class="QCheckBox" name="mhchemCB">
|
<widget class="QCheckBox" name="mhchemCB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The LaTeX package mhchem is always used</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use mh&chem package</string>
|
<string>Use mh&chem package</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user