]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/MathsUi.ui
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / ui / MathsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MathsUi</class>
4  <widget class="QWidget" name="MathsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>351</width>
10     <height>261</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QCheckBox" name="amsautoCB">
19      <property name="toolTip">
20       <string>The AMS LaTeX packages are only used if symbols from the AMS math toolbars are inserted into formulas</string>
21      </property>
22      <property name="text">
23       <string>&amp;Use AMS math package automatically</string>
24      </property>
25      <property name="checked">
26       <bool>false</bool>
27      </property>
28     </widget>
29    </item>
30    <item row="1" column="0">
31     <widget class="QCheckBox" name="amsCB">
32      <property name="toolTip">
33       <string>The AMS LaTeX packages are always used</string>
34      </property>
35      <property name="text">
36       <string>Use AMS &amp;math package</string>
37      </property>
38     </widget>
39    </item>
40    <item row="2" column="0">
41     <widget class="QCheckBox" name="esintautoCB">
42      <property name="toolTip">
43       <string>The LaTeX package esint is only used if special integral symbols are inserted into formulas</string>
44      </property>
45      <property name="text">
46       <string>Use esint package &amp;automatically</string>
47      </property>
48      <property name="checked">
49       <bool>false</bool>
50      </property>
51     </widget>
52    </item>
53    <item row="3" column="0">
54     <widget class="QCheckBox" name="esintCB">
55      <property name="toolTip">
56       <string>The LaTeX package esint is always used</string>
57      </property>
58      <property name="text">
59       <string>Use &amp;esint package</string>
60      </property>
61     </widget>
62    </item>
63    <item row="4" column="0">
64     <widget class="QCheckBox" name="mathdotsautoCB">
65      <property name="toolTip">
66       <string>The LaTeX package mathdots is only used if the command \iddots is inserted into formulas</string>
67      </property>
68      <property name="text">
69       <string>Use math&amp;dots package automatically</string>
70      </property>
71     </widget>
72    </item>
73    <item row="5" column="0">
74     <widget class="QCheckBox" name="mathdotsCB">
75      <property name="toolTip">
76       <string>The LaTeX package mathdots is used</string>
77      </property>
78      <property name="text">
79       <string>Use mathdo&amp;ts package</string>
80      </property>
81     </widget>
82    </item>
83    <item row="6" column="0">
84     <widget class="QCheckBox" name="mhchemautoCB">
85      <property name="toolTip">
86       <string>The LaTeX package mhchem is only used if either the command \ce or \cf is inserted into formulas</string>
87      </property>
88      <property name="text">
89       <string>Use mhchem &amp;package automatically</string>
90      </property>
91      <property name="checked">
92       <bool>false</bool>
93      </property>
94     </widget>
95    </item>
96    <item row="7" column="0">
97     <widget class="QCheckBox" name="mhchemCB">
98      <property name="toolTip">
99       <string>The LaTeX package mhchem is always used</string>
100      </property>
101      <property name="text">
102       <string>Use mh&amp;chem package</string>
103      </property>
104     </widget>
105    </item>
106    <item row="8" column="0">
107     <widget class="QCheckBox" name="undertildeautoCB">
108      <property name="toolTip">
109       <string>The LaTeX package undertilde is only used if you use the math frame decoration 'utilde'</string>
110      </property>
111      <property name="text">
112       <string>Use u&amp;ndertilde package automatically</string>
113      </property>
114      <property name="checked">
115       <bool>false</bool>
116      </property>
117     </widget>
118    </item>
119    <item row="9" column="0">
120     <widget class="QCheckBox" name="undertildeCB">
121      <property name="toolTip">
122       <string>The LaTeX package undertilde is always used</string>
123      </property>
124      <property name="text">
125       <string>Use undertilde pac&amp;kage</string>
126      </property>
127     </widget>
128    </item>
129    <item row="10" column="0">
130     <spacer>
131      <property name="orientation">
132       <enum>Qt::Vertical</enum>
133      </property>
134      <property name="sizeType">
135       <enum>QSizePolicy::Expanding</enum>
136      </property>
137      <property name="sizeHint" stdset="0">
138       <size>
139        <width>20</width>
140        <height>20</height>
141       </size>
142      </property>
143     </spacer>
144    </item>
145   </layout>
146  </widget>
147  <includes>
148   <include location="local">qt_i18n.h</include>
149  </includes>
150  <resources/>
151  <connections/>
152 </ui>