]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QDelimiterUi.ui
Add vertical spacer.
[lyx.git] / src / frontends / qt4 / ui / QDelimiterUi.ui
1 <ui version="4.0" >
2  <class>QDelimiterUi</class>
3  <widget class="QDialog" name="QDelimiterUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>200</width>
9     <height>447</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>13</hsizetype>
15     <vsizetype>5</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>200</width>
23     <height>447</height>
24    </size>
25   </property>
26   <property name="maximumSize" >
27    <size>
28     <width>16777215</width>
29     <height>16777215</height>
30    </size>
31   </property>
32   <property name="windowTitle" >
33    <string/>
34   </property>
35   <property name="sizeGripEnabled" >
36    <bool>true</bool>
37   </property>
38   <widget class="QWidget" name="" >
39    <property name="geometry" >
40     <rect>
41      <x>9</x>
42      <y>9</y>
43      <width>176</width>
44      <height>431</height>
45     </rect>
46    </property>
47    <layout class="QVBoxLayout" >
48     <property name="margin" >
49      <number>0</number>
50     </property>
51     <property name="spacing" >
52      <number>6</number>
53     </property>
54     <item>
55      <layout class="QHBoxLayout" >
56       <property name="margin" >
57        <number>0</number>
58       </property>
59       <property name="spacing" >
60        <number>6</number>
61       </property>
62       <item>
63        <widget class="QListWidget" name="leftLW" >
64         <property name="sizePolicy" >
65          <sizepolicy>
66           <hsizetype>3</hsizetype>
67           <vsizetype>3</vsizetype>
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72         <property name="minimumSize" >
73          <size>
74           <width>60</width>
75           <height>0</height>
76          </size>
77         </property>
78         <property name="maximumSize" >
79          <size>
80           <width>16777215</width>
81           <height>16777215</height>
82          </size>
83         </property>
84         <property name="font" >
85          <font>
86           <family>Arial</family>
87           <pointsize>10</pointsize>
88          </font>
89         </property>
90         <property name="iconSize" >
91          <size>
92           <width>16</width>
93           <height>16</height>
94          </size>
95         </property>
96         <property name="resizeMode" >
97          <enum>QListView::Adjust</enum>
98         </property>
99         <property name="spacing" >
100          <number>0</number>
101         </property>
102         <property name="currentRow" >
103          <number>-1</number>
104         </property>
105        </widget>
106       </item>
107       <item>
108        <widget class="QListWidget" name="rightLW" >
109         <property name="sizePolicy" >
110          <sizepolicy>
111           <hsizetype>3</hsizetype>
112           <vsizetype>3</vsizetype>
113           <horstretch>0</horstretch>
114           <verstretch>0</verstretch>
115          </sizepolicy>
116         </property>
117         <property name="minimumSize" >
118          <size>
119           <width>60</width>
120           <height>0</height>
121          </size>
122         </property>
123         <property name="maximumSize" >
124          <size>
125           <width>16777215</width>
126           <height>16777215</height>
127          </size>
128         </property>
129         <property name="font" >
130          <font>
131           <family>Arial</family>
132           <pointsize>10</pointsize>
133          </font>
134         </property>
135         <property name="iconSize" >
136          <size>
137           <width>16</width>
138           <height>16</height>
139          </size>
140         </property>
141         <property name="spacing" >
142          <number>0</number>
143         </property>
144        </widget>
145       </item>
146      </layout>
147     </item>
148     <item>
149      <widget class="QLabel" name="texCodeL" >
150       <property name="sizePolicy" >
151        <sizepolicy>
152         <hsizetype>3</hsizetype>
153         <vsizetype>0</vsizetype>
154         <horstretch>0</horstretch>
155         <verstretch>0</verstretch>
156        </sizepolicy>
157       </property>
158       <property name="text" >
159        <string>TeX Code</string>
160       </property>
161      </widget>
162     </item>
163     <item>
164      <widget class="QCheckBox" name="matchCB" >
165       <property name="sizePolicy" >
166        <sizepolicy>
167         <hsizetype>3</hsizetype>
168         <vsizetype>0</vsizetype>
169         <horstretch>0</horstretch>
170         <verstretch>0</verstretch>
171        </sizepolicy>
172       </property>
173       <property name="toolTip" >
174        <string>Match delimiter types</string>
175       </property>
176       <property name="text" >
177        <string>&amp;Keep matched</string>
178       </property>
179       <property name="checked" >
180        <bool>true</bool>
181       </property>
182      </widget>
183     </item>
184     <item>
185      <layout class="QHBoxLayout" >
186       <property name="margin" >
187        <number>0</number>
188       </property>
189       <property name="spacing" >
190        <number>6</number>
191       </property>
192       <item>
193        <widget class="QLabel" name="label" >
194         <property name="sizePolicy" >
195          <sizepolicy>
196           <hsizetype>5</hsizetype>
197           <vsizetype>0</vsizetype>
198           <horstretch>0</horstretch>
199           <verstretch>0</verstretch>
200          </sizepolicy>
201         </property>
202         <property name="text" >
203          <string>&amp;Size:</string>
204         </property>
205         <property name="buddy" >
206          <cstring>sizeCO</cstring>
207         </property>
208        </widget>
209       </item>
210       <item>
211        <widget class="QComboBox" name="sizeCO" >
212         <property name="sizePolicy" >
213          <sizepolicy>
214           <hsizetype>5</hsizetype>
215           <vsizetype>0</vsizetype>
216           <horstretch>0</horstretch>
217           <verstretch>0</verstretch>
218          </sizepolicy>
219         </property>
220        </widget>
221       </item>
222      </layout>
223     </item>
224     <item>
225      <layout class="QHBoxLayout" >
226       <property name="margin" >
227        <number>0</number>
228       </property>
229       <property name="spacing" >
230        <number>6</number>
231       </property>
232       <item>
233        <spacer>
234         <property name="orientation" >
235          <enum>Qt::Horizontal</enum>
236         </property>
237         <property name="sizeType" >
238          <enum>QSizePolicy::Expanding</enum>
239         </property>
240         <property name="sizeHint" >
241          <size>
242           <width>50</width>
243           <height>28</height>
244          </size>
245         </property>
246        </spacer>
247       </item>
248       <item>
249        <widget class="QPushButton" name="insertPB" >
250         <property name="sizePolicy" >
251          <sizepolicy>
252           <hsizetype>5</hsizetype>
253           <vsizetype>0</vsizetype>
254           <horstretch>0</horstretch>
255           <verstretch>0</verstretch>
256          </sizepolicy>
257         </property>
258         <property name="toolTip" >
259          <string>Insert the delimiters</string>
260         </property>
261         <property name="text" >
262          <string>&amp;Insert</string>
263         </property>
264        </widget>
265       </item>
266       <item>
267        <widget class="QPushButton" name="closePB" >
268         <property name="sizePolicy" >
269          <sizepolicy>
270           <hsizetype>5</hsizetype>
271           <vsizetype>0</vsizetype>
272           <horstretch>0</horstretch>
273           <verstretch>0</verstretch>
274          </sizepolicy>
275         </property>
276         <property name="text" >
277          <string>&amp;Close</string>
278         </property>
279        </widget>
280       </item>
281      </layout>
282     </item>
283    </layout>
284   </widget>
285  </widget>
286  <tabstops>
287   <tabstop>matchCB</tabstop>
288   <tabstop>sizeCO</tabstop>
289   <tabstop>insertPB</tabstop>
290   <tabstop>closePB</tabstop>
291  </tabstops>
292  <includes>
293   <include location="local" >qt_helpers.h</include>
294  </includes>
295  <resources/>
296  <connections/>
297 </ui>