]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/MathsUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / MathsUi.ui
1 <ui version="4.0">
2  <class>MathsUi</class>
3  <widget class="QWidget" name="MathsUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>351</width>
9     <height>233</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout">
16    <item row="0" column="0">
17     <widget class="QCheckBox" name="amsautoCB">
18      <property name="toolTip">
19       <string>The AMS LaTeX packages are only used if symbols from the AMS math toolbars are inserted into formulas</string>
20      </property>
21      <property name="text">
22       <string>&amp;Use AMS math package automatically</string>
23      </property>
24      <property name="checked">
25       <bool>false</bool>
26      </property>
27     </widget>
28    </item>
29    <item row="1" column="0">
30     <widget class="QCheckBox" name="amsCB">
31      <property name="toolTip">
32       <string>The AMS LaTeX packages are always used</string>
33      </property>
34      <property name="text">
35       <string>Use AMS &amp;math package</string>
36      </property>
37     </widget>
38    </item>
39    <item row="2" column="0">
40     <widget class="QCheckBox" name="esintautoCB">
41      <property name="toolTip">
42       <string>The LaTeX package esint is only used if special integral symbols are inserted into formulas</string>
43      </property>
44      <property name="text">
45       <string>Use esint package &amp;automatically</string>
46      </property>
47      <property name="checked">
48       <bool>false</bool>
49      </property>
50     </widget>
51    </item>
52    <item row="3" column="0">
53     <widget class="QCheckBox" name="esintCB">
54      <property name="toolTip">
55       <string>The LaTeX package esint is always used</string>
56      </property>
57      <property name="text">
58       <string>Use &amp;esint package</string>
59      </property>
60     </widget>
61    </item>
62    <item row="4" column="0">
63     <widget class="QCheckBox" name="mhchemautoCB">
64      <property name="toolTip">
65       <string>The LaTeX package mhchem is only used if either the command \ce or \cf is inserted into formulas</string>
66      </property>
67      <property name="text">
68       <string>Use mhchem &amp;package automatically</string>
69      </property>
70      <property name="checked">
71       <bool>false</bool>
72      </property>
73     </widget>
74    </item>
75    <item row="5" column="0">
76     <widget class="QCheckBox" name="mhchemCB">
77      <property name="toolTip">
78       <string>The LaTeX package mhchem is always used</string>
79      </property>
80      <property name="text">
81       <string>Use mh&amp;chem package</string>
82      </property>
83     </widget>
84    </item>
85    <item row="6" column="0">
86     <spacer>
87      <property name="orientation">
88       <enum>Qt::Vertical</enum>
89      </property>
90      <property name="sizeType">
91       <enum>QSizePolicy::Expanding</enum>
92      </property>
93      <property name="sizeHint" stdset="0">
94       <size>
95        <width>20</width>
96        <height>20</height>
97       </size>
98      </property>
99     </spacer>
100    </item>
101   </layout>
102  </widget>
103  <tabstops>
104   <tabstop>amsautoCB</tabstop>
105   <tabstop>esintautoCB</tabstop>
106  </tabstops>
107  <includes>
108   <include location="local">qt_i18n.h</include>
109  </includes>
110  <resources/>
111  <connections/>
112 </ui>