]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/MathMatrixUi.ui
MathMatrixUi.ui: proper naming
[lyx.git] / src / frontends / qt4 / ui / MathMatrixUi.ui
1 <ui version="4.0" >
2  <class>MathMatrixUi</class>
3  <widget class="QDialog" name="MathMatrixUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>340</width>
9     <height>372</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <property name="sizeGripEnabled">
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" name="gridLayout">
19    <item row="0" column="0" colspan="2">
20     <layout class="QHBoxLayout">
21      <property name="spacing">
22       <number>6</number>
23      </property>
24      <property name="margin">
25       <number>0</number>
26      </property>
27      <item>
28       <widget class="QLabel" name="rowsL">
29        <property name="toolTip">
30         <string>Number of rows</string>
31        </property>
32        <property name="text">
33         <string>&amp;Rows:</string>
34        </property>
35        <property name="buddy">
36         <cstring>rowsSB</cstring>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <widget class="QSpinBox" name="rowsSB">
42        <property name="toolTip">
43         <string>Number of rows</string>
44        </property>
45        <property name="buttonSymbols">
46         <enum>QAbstractSpinBox::PlusMinus</enum>
47        </property>
48        <property name="minimum">
49         <number>1</number>
50        </property>
51        <property name="maximum">
52         <number>511</number>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QLabel" name="columnsL">
58        <property name="toolTip">
59         <string>Number of columns</string>
60        </property>
61        <property name="text">
62         <string>&amp;Columns:</string>
63        </property>
64        <property name="buddy">
65         <cstring>columnsSB</cstring>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QSpinBox" name="columnsSB">
71        <property name="toolTip">
72         <string>Number of columns</string>
73        </property>
74        <property name="buttonSymbols">
75         <enum>QAbstractSpinBox::PlusMinus</enum>
76        </property>
77        <property name="minimum">
78         <number>1</number>
79        </property>
80        <property name="maximum">
81         <number>511</number>
82        </property>
83       </widget>
84      </item>
85      <item>
86       <spacer>
87        <property name="orientation">
88         <enum>Qt::Horizontal</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    </item>
103    <item row="1" column="0">
104     <widget class="EmptyTable" name="table" native="true">
105      <property name="sizePolicy">
106       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
107        <horstretch>0</horstretch>
108        <verstretch>0</verstretch>
109       </sizepolicy>
110      </property>
111      <property name="toolTip">
112       <string>Resize this to the correct table dimensions</string>
113      </property>
114     </widget>
115    </item>
116    <item row="1" column="1">
117     <spacer>
118      <property name="orientation">
119       <enum>Qt::Horizontal</enum>
120      </property>
121      <property name="sizeType">
122       <enum>QSizePolicy::MinimumExpanding</enum>
123      </property>
124      <property name="sizeHint" stdset="0">
125       <size>
126        <width>20</width>
127        <height>20</height>
128       </size>
129      </property>
130     </spacer>
131    </item>
132    <item row="2" column="0">
133     <spacer>
134      <property name="orientation">
135       <enum>Qt::Vertical</enum>
136      </property>
137      <property name="sizeType">
138       <enum>QSizePolicy::MinimumExpanding</enum>
139      </property>
140      <property name="sizeHint" stdset="0">
141       <size>
142        <width>20</width>
143        <height>20</height>
144       </size>
145      </property>
146     </spacer>
147    </item>
148    <item row="3" column="0" colspan="2">
149     <widget class="QGroupBox" name="alignmentGB">
150      <property name="title">
151       <string>Alignment</string>
152      </property>
153      <layout class="QGridLayout" name="grid_1">
154       <property name="margin">
155        <number>11</number>
156       </property>
157       <property name="spacing">
158        <number>6</number>
159       </property>
160       <item row="1" column="0">
161        <widget class="QComboBox" name="valignCO">
162         <property name="toolTip">
163          <string>Vertical alignment</string>
164         </property>
165         <item>
166          <property name="text">
167           <string>Top</string>
168          </property>
169         </item>
170         <item>
171          <property name="text">
172           <string>Middle</string>
173          </property>
174         </item>
175         <item>
176          <property name="text">
177           <string>Bottom</string>
178          </property>
179         </item>
180        </widget>
181       </item>
182       <item row="0" column="0">
183        <widget class="QLabel" name="valignLA">
184         <property name="text">
185          <string>&amp;Vertical:</string>
186         </property>
187         <property name="alignment">
188          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
189         </property>
190         <property name="buddy">
191          <cstring>valignCO</cstring>
192         </property>
193        </widget>
194       </item>
195       <item row="1" column="1">
196        <widget class="QLineEdit" name="halignED">
197         <property name="sizePolicy">
198          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
199           <horstretch>0</horstretch>
200           <verstretch>0</verstretch>
201          </sizepolicy>
202         </property>
203         <property name="toolTip">
204          <string>Horizontal alignment per column (l,c,r)</string>
205         </property>
206        </widget>
207       </item>
208       <item row="0" column="1">
209        <widget class="QLabel" name="widthLA_2">
210         <property name="text">
211          <string>&amp;Horizontal:</string>
212         </property>
213         <property name="buddy">
214          <cstring>halignED</cstring>
215         </property>
216        </widget>
217       </item>
218      </layout>
219     </widget>
220    </item>
221    <item row="3" column="2">
222     <widget class="QGroupBox" name="decorationtGB">
223      <property name="title">
224       <string>Decoration</string>
225      </property>
226      <layout class="QGridLayout" name="grid_2">
227       <item row="0" column="0">
228        <widget class="QLabel" name="typeLA">
229         <property name="text">
230          <string>&amp;Type:</string>
231         </property>
232         <property name="alignment">
233          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
234         </property>
235         <property name="buddy">
236          <cstring>valignCO</cstring>
237         </property>
238        </widget>
239       </item>
240       <item row="1" column="0">
241        <widget class="QComboBox" name="decorationCO">
242         <property name="toolTip">
243          <string>decoration type / matrix border</string>
244         </property>
245         <item>
246          <property name="text">
247           <string>None</string>
248          </property>
249         </item>
250         <item>
251          <property name="text">
252           <string>[x]</string>
253          </property>
254         </item>
255         <item>
256          <property name="text">
257           <string>(x)</string>
258          </property>
259         </item>
260         <item>
261          <property name="text">
262           <string>{x}</string>
263          </property>
264         </item>
265         <item>
266          <property name="text">
267           <string>|x|</string>
268          </property>
269         </item>
270         <item>
271          <property name="text">
272           <string>||x||</string>
273          </property>
274         </item>
275        </widget>
276       </item>
277      </layout>
278     </widget>
279    </item>
280    <item row="4" column="0" colspan="2">
281     <layout class="QHBoxLayout">
282      <property name="spacing">
283       <number>6</number>
284      </property>
285      <property name="margin">
286       <number>0</number>
287      </property>
288      <item>
289       <spacer>
290        <property name="orientation">
291         <enum>Qt::Horizontal</enum>
292        </property>
293        <property name="sizeType">
294         <enum>QSizePolicy::Expanding</enum>
295        </property>
296        <property name="sizeHint" stdset="0">
297         <size>
298          <width>20</width>
299          <height>20</height>
300         </size>
301        </property>
302       </spacer>
303      </item>
304      <item>
305       <widget class="QPushButton" name="okPB">
306        <property name="text">
307         <string>&amp;OK</string>
308        </property>
309       </widget>
310      </item>
311      <item>
312       <widget class="QPushButton" name="closePB">
313        <property name="text">
314         <string>Close</string>
315        </property>
316       </widget>
317      </item>
318     </layout>
319    </item>
320   </layout>
321  </widget>
322  <customwidgets>
323   <customwidget>
324    <class>EmptyTable</class>
325    <extends>QWidget</extends>
326    <header>EmptyTable.h</header>
327   </customwidget>
328  </customwidgets>
329  <tabstops>
330   <tabstop>rowsSB</tabstop>
331   <tabstop>columnsSB</tabstop>
332   <tabstop>valignCO</tabstop>
333   <tabstop>halignED</tabstop>
334   <tabstop>okPB</tabstop>
335   <tabstop>closePB</tabstop>
336  </tabstops>
337  <includes>
338   <include location="local">qt_i18n.h</include>
339  </includes>
340  <resources/>
341  <connections/>
342 </ui>