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