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