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