]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/MathsUi.ui
Add accelerator
[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>500</width>
10     <height>367</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="1" column="0">
18     <widget class="QLabel" name="allPakcagesLA">
19      <property name="text">
20       <string>All packages:</string>
21      </property>
22     </widget>
23    </item>
24    <item row="1" column="1">
25     <widget class="QPushButton" name="allPackagesAutoPB">
26      <property name="text">
27       <string>Load A&amp;utomatically</string>
28      </property>
29     </widget>
30    </item>
31    <item row="1" column="2">
32     <widget class="QPushButton" name="allPackagesAlwaysPB">
33      <property name="text">
34       <string>Load Alwa&amp;ys</string>
35      </property>
36     </widget>
37    </item>
38    <item row="1" column="3">
39     <widget class="QPushButton" name="allPackagesNotPB">
40      <property name="text">
41       <string>Do &amp;Not Load</string>
42      </property>
43     </widget>
44    </item>
45    <item row="2" column="0">
46     <widget class="QCheckBox" name="MathIndentCB">
47      <property name="toolTip">
48       <string>Indent displayed formulas instead of centering</string>
49      </property>
50      <property name="text">
51       <string>Indent &amp;Formulas</string>
52      </property>
53     </widget>
54    </item>
55    <item row="2" column="1">
56     <widget class="QComboBox" name="MathIndentCO">
57      <property name="enabled">
58       <bool>false</bool>
59      </property>
60      <property name="sizePolicy">
61       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
62        <horstretch>0</horstretch>
63        <verstretch>0</verstretch>
64       </sizepolicy>
65      </property>
66      <property name="toolTip">
67       <string>Size of the indentation</string>
68      </property>
69     </widget>
70    </item>
71    <item row="2" column="2" colspan="2">
72     <spacer name="horizontalSpacer_3">
73      <property name="orientation">
74       <enum>Qt::Horizontal</enum>
75      </property>
76      <property name="sizeHint" stdset="0">
77       <size>
78        <width>234</width>
79        <height>20</height>
80       </size>
81      </property>
82     </spacer>
83    </item>
84    <item row="3" column="1">
85     <widget class="QLineEdit" name="MathIndentLE">
86      <property name="enabled">
87       <bool>false</bool>
88      </property>
89      <property name="toolTip">
90       <string/>
91      </property>
92      <property name="text">
93       <string/>
94      </property>
95     </widget>
96    </item>
97    <item row="3" column="2">
98     <widget class="lyx::frontend::LengthCombo" name="MathIndentLengthCO">
99      <property name="enabled">
100       <bool>false</bool>
101      </property>
102      <property name="sizePolicy">
103       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
104        <horstretch>0</horstretch>
105        <verstretch>0</verstretch>
106       </sizepolicy>
107      </property>
108      <property name="toolTip">
109       <string/>
110      </property>
111     </widget>
112    </item>
113    <item row="3" column="3">
114     <spacer name="horizontalSpacer_2">
115      <property name="orientation">
116       <enum>Qt::Horizontal</enum>
117      </property>
118      <property name="sizeHint" stdset="0">
119       <size>
120        <width>153</width>
121        <height>20</height>
122       </size>
123      </property>
124     </spacer>
125    </item>
126    <item row="4" column="0">
127     <widget class="QLabel" name="MathNumberingPosL">
128      <property name="sizePolicy">
129       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
130        <horstretch>0</horstretch>
131        <verstretch>0</verstretch>
132       </sizepolicy>
133      </property>
134      <property name="minimumSize">
135       <size>
136        <width>115</width>
137        <height>18</height>
138       </size>
139      </property>
140      <property name="text">
141       <string>Formula numbering side:</string>
142      </property>
143     </widget>
144    </item>
145    <item row="4" column="1">
146     <widget class="QComboBox" name="MathNumberingPosCO">
147      <property name="enabled">
148       <bool>true</bool>
149      </property>
150      <property name="sizePolicy">
151       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
152        <horstretch>0</horstretch>
153        <verstretch>0</verstretch>
154       </sizepolicy>
155      </property>
156      <property name="toolTip">
157       <string>Side where formulas are numbered</string>
158      </property>
159     </widget>
160    </item>
161    <item row="4" column="2" colspan="2">
162     <spacer name="horizontalSpacer_1">
163      <property name="orientation">
164       <enum>Qt::Horizontal</enum>
165      </property>
166      <property name="sizeHint" stdset="0">
167       <size>
168        <width>234</width>
169        <height>17</height>
170       </size>
171      </property>
172     </spacer>
173    </item>
174    <item row="0" column="0" colspan="4">
175     <widget class="QTableWidget" name="packagesTW">
176      <property name="sizePolicy">
177       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
178        <horstretch>0</horstretch>
179        <verstretch>0</verstretch>
180       </sizepolicy>
181      </property>
182      <property name="columnCount">
183       <number>4</number>
184      </property>
185      <attribute name="horizontalHeaderStretchLastSection">
186       <bool>false</bool>
187      </attribute>
188      <attribute name="verticalHeaderVisible">
189       <bool>false</bool>
190      </attribute>
191      <column/>
192      <column/>
193      <column/>
194      <column/>
195     </widget>
196    </item>
197   </layout>
198  </widget>
199  <customwidgets>
200   <customwidget>
201    <class>lyx::frontend::LengthCombo</class>
202    <extends>QComboBox</extends>
203    <header>LengthCombo.h</header>
204   </customwidget>
205  </customwidgets>
206  <includes>
207   <include location="local">qt_i18n.h</include>
208  </includes>
209  <resources/>
210  <connections>
211   <connection>
212    <sender>MathIndentCB</sender>
213    <signal>toggled(bool)</signal>
214    <receiver>MathIndentCO</receiver>
215    <slot>setEnabled(bool)</slot>
216    <hints>
217     <hint type="sourcelabel">
218      <x>66</x>
219      <y>291</y>
220     </hint>
221     <hint type="destinationlabel">
222      <x>164</x>
223      <y>290</y>
224     </hint>
225    </hints>
226   </connection>
227  </connections>
228 </ui>