]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/MathsUi.ui
support to indent formulas
[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>432</width>
10     <height>291</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <widget class="QWidget" name="layoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>11</y>
21      <width>411</width>
22      <height>271</height>
23     </rect>
24    </property>
25    <layout class="QVBoxLayout" name="verticalLayout">
26     <item>
27      <widget class="QTableWidget" name="packagesTW">
28       <property name="sizePolicy">
29        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
30         <horstretch>0</horstretch>
31         <verstretch>0</verstretch>
32        </sizepolicy>
33       </property>
34       <property name="columnCount">
35        <number>4</number>
36       </property>
37       <attribute name="horizontalHeaderStretchLastSection">
38        <bool>false</bool>
39       </attribute>
40       <attribute name="verticalHeaderVisible">
41        <bool>false</bool>
42       </attribute>
43       <column/>
44       <column/>
45       <column/>
46       <column/>
47      </widget>
48     </item>
49     <item>
50      <layout class="QHBoxLayout" name="horizontalLayout">
51       <item>
52        <widget class="QLabel" name="allPakcagesLA">
53         <property name="text">
54          <string>All packages:</string>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QPushButton" name="allPackagesAutoPB">
60         <property name="text">
61          <string>Load A&amp;utomatically</string>
62         </property>
63        </widget>
64       </item>
65       <item>
66        <widget class="QPushButton" name="allPackagesAlwaysPB">
67         <property name="text">
68          <string>Load Alwa&amp;ys</string>
69         </property>
70        </widget>
71       </item>
72       <item>
73        <widget class="QPushButton" name="allPackagesNotPB">
74         <property name="text">
75          <string>Do &amp;Not Load</string>
76         </property>
77        </widget>
78       </item>
79      </layout>
80     </item>
81     <item>
82      <widget class="QGroupBox" name="FormulaIndentGB">
83       <property name="title">
84        <string>Indent Formulas</string>
85       </property>
86       <property name="checkable">
87        <bool>true</bool>
88       </property>
89       <property name="checked">
90        <bool>false</bool>
91       </property>
92       <layout class="QGridLayout" name="gridLayout">
93        <item row="0" column="0">
94         <widget class="QLineEdit" name="FormulaIndentLE">
95          <property name="enabled">
96           <bool>false</bool>
97          </property>
98          <property name="text">
99           <string>30</string>
100          </property>
101         </widget>
102        </item>
103        <item row="0" column="2">
104         <spacer name="horizontalSpacer">
105          <property name="orientation">
106           <enum>Qt::Horizontal</enum>
107          </property>
108          <property name="sizeHint" stdset="0">
109           <size>
110            <width>40</width>
111            <height>20</height>
112           </size>
113          </property>
114         </spacer>
115        </item>
116        <item row="0" column="1">
117         <widget class="lyx::frontend::LengthCombo" name="FormulaIndentCO">
118          <property name="enabled">
119           <bool>false</bool>
120          </property>
121          <property name="toolTip">
122           <string/>
123          </property>
124         </widget>
125        </item>
126       </layout>
127      </widget>
128     </item>
129    </layout>
130   </widget>
131  </widget>
132  <customwidgets>
133   <customwidget>
134    <class>lyx::frontend::LengthCombo</class>
135    <extends>QComboBox</extends>
136    <header>LengthCombo.h</header>
137   </customwidget>
138  </customwidgets>
139  <includes>
140   <include location="local">qt_i18n.h</include>
141  </includes>
142  <resources/>
143  <connections>
144   <connection>
145    <sender>FormulaIndentGB</sender>
146    <signal>toggled(bool)</signal>
147    <receiver>FormulaIndentCO</receiver>
148    <slot>setEnabled(bool)</slot>
149    <hints>
150     <hint type="sourcelabel">
151      <x>215</x>
152      <y>254</y>
153     </hint>
154     <hint type="destinationlabel">
155      <x>194</x>
156      <y>260</y>
157     </hint>
158    </hints>
159   </connection>
160   <connection>
161    <sender>FormulaIndentGB</sender>
162    <signal>toggled(bool)</signal>
163    <receiver>FormulaIndentLE</receiver>
164    <slot>setEnabled(bool)</slot>
165    <hints>
166     <hint type="sourcelabel">
167      <x>215</x>
168      <y>254</y>
169     </hint>
170     <hint type="destinationlabel">
171      <x>97</x>
172      <y>260</y>
173     </hint>
174    </hints>
175   </connection>
176  </connections>
177 </ui>