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