]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/IncludeUi.ui
11a8f49d92627beed33b7b6d06c8838e58814c49
[features.git] / src / frontends / qt4 / ui / IncludeUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>IncludeUi</class>
4  <widget class="QDialog" name="IncludeUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>363</width>
10     <height>470</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_2">
20    <item row="0" column="0">
21     <widget class="QLabel" name="filenameLA">
22      <property name="toolTip">
23       <string/>
24      </property>
25      <property name="text">
26       <string>&amp;File:</string>
27      </property>
28      <property name="buddy">
29       <cstring>filenameED</cstring>
30      </property>
31     </widget>
32    </item>
33    <item row="0" column="1" colspan="2">
34     <widget class="QLineEdit" name="filenameED">
35      <property name="toolTip">
36       <string>File name to include</string>
37      </property>
38     </widget>
39    </item>
40    <item row="0" column="4">
41     <widget class="QPushButton" name="browsePB">
42      <property name="toolTip">
43       <string>Select a file</string>
44      </property>
45      <property name="text">
46       <string>&amp;Browse...</string>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="0" colspan="2">
51     <widget class="QLabel" name="TextLabel1">
52      <property name="text">
53       <string>&amp;Include Type:</string>
54      </property>
55      <property name="buddy">
56       <cstring>typeCO</cstring>
57      </property>
58     </widget>
59    </item>
60    <item row="1" column="2">
61     <widget class="QComboBox" name="typeCO">
62      <item>
63       <property name="text">
64        <string>Include</string>
65       </property>
66      </item>
67      <item>
68       <property name="text">
69        <string>Input</string>
70       </property>
71      </item>
72      <item>
73       <property name="text">
74        <string>Verbatim</string>
75       </property>
76      </item>
77      <item>
78       <property name="text">
79        <string>Program Listing</string>
80       </property>
81      </item>
82     </widget>
83    </item>
84    <item row="1" column="3">
85     <spacer>
86      <property name="orientation">
87       <enum>Qt::Horizontal</enum>
88      </property>
89      <property name="sizeType">
90       <enum>QSizePolicy::Expanding</enum>
91      </property>
92      <property name="sizeHint" stdset="0">
93       <size>
94        <width>28</width>
95        <height>28</height>
96       </size>
97      </property>
98     </spacer>
99    </item>
100    <item row="1" column="4">
101     <widget class="QPushButton" name="editPB">
102      <property name="toolTip">
103       <string>Edit the file</string>
104      </property>
105      <property name="text">
106       <string>&amp;Edit</string>
107      </property>
108     </widget>
109    </item>
110    <item row="2" column="0" colspan="5">
111     <layout class="QHBoxLayout">
112      <property name="spacing">
113       <number>6</number>
114      </property>
115      <property name="leftMargin">
116       <number>0</number>
117      </property>
118      <property name="topMargin">
119       <number>0</number>
120      </property>
121      <property name="rightMargin">
122       <number>0</number>
123      </property>
124      <property name="bottomMargin">
125       <number>0</number>
126      </property>
127      <item>
128       <widget class="QCheckBox" name="visiblespaceCB">
129        <property name="sizePolicy">
130         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
131          <horstretch>0</horstretch>
132          <verstretch>0</verstretch>
133         </sizepolicy>
134        </property>
135        <property name="toolTip">
136         <string>Underline spaces in generated output</string>
137        </property>
138        <property name="text">
139         <string>&amp;Mark spaces in output</string>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="QCheckBox" name="previewCB">
145        <property name="sizePolicy">
146         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
147          <horstretch>0</horstretch>
148          <verstretch>0</verstretch>
149         </sizepolicy>
150        </property>
151        <property name="toolTip">
152         <string>Show LaTeX preview</string>
153        </property>
154        <property name="text">
155         <string>&amp;Show preview</string>
156        </property>
157       </widget>
158      </item>
159     </layout>
160    </item>
161    <item row="3" column="0" colspan="5">
162     <widget class="QGroupBox" name="listingsGB">
163      <property name="sizePolicy">
164       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
165        <horstretch>0</horstretch>
166        <verstretch>0</verstretch>
167       </sizepolicy>
168      </property>
169      <property name="title">
170       <string>Listing Parameters</string>
171      </property>
172      <layout class="QGridLayout" name="gridLayout">
173       <item row="1" column="1">
174        <widget class="QLineEdit" name="labelLE"/>
175       </item>
176       <item row="1" column="0">
177        <widget class="QLabel" name="labelLabel">
178         <property name="text">
179          <string>&amp;Label:</string>
180         </property>
181         <property name="buddy">
182          <cstring>labelLE</cstring>
183         </property>
184        </widget>
185       </item>
186       <item row="4" column="1">
187        <widget class="QTextEdit" name="listingsED">
188         <property name="sizePolicy">
189          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
190           <horstretch>0</horstretch>
191           <verstretch>0</verstretch>
192          </sizepolicy>
193         </property>
194         <property name="minimumSize">
195          <size>
196           <width>0</width>
197           <height>0</height>
198          </size>
199         </property>
200        </widget>
201       </item>
202       <item row="4" column="0">
203        <widget class="QTextBrowser" name="listingsTB">
204         <property name="sizePolicy">
205          <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
206           <horstretch>0</horstretch>
207           <verstretch>0</verstretch>
208          </sizepolicy>
209         </property>
210         <property name="minimumSize">
211          <size>
212           <width>0</width>
213           <height>0</height>
214          </size>
215         </property>
216         <property name="maximumSize">
217          <size>
218           <width>120</width>
219           <height>16777215</height>
220          </size>
221         </property>
222         <property name="cursor" stdset="0">
223          <cursorShape>ArrowCursor</cursorShape>
224         </property>
225         <property name="focusPolicy">
226          <enum>Qt::NoFocus</enum>
227         </property>
228         <property name="acceptDrops">
229          <bool>true</bool>
230         </property>
231         <property name="frameShape">
232          <enum>QFrame::NoFrame</enum>
233         </property>
234         <property name="frameShadow">
235          <enum>QFrame::Plain</enum>
236         </property>
237         <property name="lineWidth">
238          <number>0</number>
239         </property>
240         <property name="acceptRichText">
241          <bool>false</bool>
242         </property>
243        </widget>
244       </item>
245       <item row="0" column="0">
246        <widget class="QLabel" name="captionLabel">
247         <property name="text">
248          <string>&amp;Caption:</string>
249         </property>
250         <property name="buddy">
251          <cstring>captionLE</cstring>
252         </property>
253        </widget>
254       </item>
255       <item row="2" column="0">
256        <widget class="QLabel" name="label">
257         <property name="text">
258          <string/>
259         </property>
260        </widget>
261       </item>
262       <item row="0" column="1">
263        <widget class="QLineEdit" name="captionLE">
264         <property name="minimumSize">
265          <size>
266           <width>150</width>
267           <height>0</height>
268          </size>
269         </property>
270        </widget>
271       </item>
272       <item row="5" column="0" colspan="2">
273        <widget class="QCheckBox" name="bypassCB">
274         <property name="toolTip">
275          <string>Check it to enter parameters that are not recognizable by LyX</string>
276         </property>
277         <property name="text">
278          <string>&amp;Bypass validation</string>
279         </property>
280        </widget>
281       </item>
282       <item row="3" column="0">
283        <widget class="QLabel" name="label_3">
284         <property name="text">
285          <string>&amp;More parameters</string>
286         </property>
287         <property name="buddy">
288          <cstring>listingsED</cstring>
289         </property>
290        </widget>
291       </item>
292       <item row="2" column="1">
293        <widget class="QCheckBox" name="literalCB">
294         <property name="toolTip">
295          <string>Pass content of the `Caption' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
296         </property>
297         <property name="text">
298          <string>Li&amp;teral</string>
299         </property>
300        </widget>
301       </item>
302      </layout>
303     </widget>
304    </item>
305    <item row="4" column="0" colspan="3">
306     <layout class="QHBoxLayout">
307      <property name="spacing">
308       <number>6</number>
309      </property>
310      <property name="leftMargin">
311       <number>0</number>
312      </property>
313      <property name="topMargin">
314       <number>0</number>
315      </property>
316      <property name="rightMargin">
317       <number>0</number>
318      </property>
319      <property name="bottomMargin">
320       <number>0</number>
321      </property>
322      <item>
323       <spacer>
324        <property name="orientation">
325         <enum>Qt::Horizontal</enum>
326        </property>
327        <property name="sizeType">
328         <enum>QSizePolicy::Expanding</enum>
329        </property>
330        <property name="sizeHint" stdset="0">
331         <size>
332          <width>20</width>
333          <height>20</height>
334         </size>
335        </property>
336       </spacer>
337      </item>
338      <item>
339       <widget class="QPushButton" name="okPB">
340        <property name="text">
341         <string>&amp;OK</string>
342        </property>
343        <property name="autoDefault">
344         <bool>true</bool>
345        </property>
346        <property name="default">
347         <bool>true</bool>
348        </property>
349       </widget>
350      </item>
351      <item>
352       <widget class="QPushButton" name="closePB">
353        <property name="text">
354         <string>&amp;Close</string>
355        </property>
356        <property name="autoDefault">
357         <bool>false</bool>
358        </property>
359       </widget>
360      </item>
361     </layout>
362    </item>
363   </layout>
364  </widget>
365  <tabstops>
366   <tabstop>filenameED</tabstop>
367   <tabstop>browsePB</tabstop>
368   <tabstop>typeCO</tabstop>
369   <tabstop>editPB</tabstop>
370   <tabstop>visiblespaceCB</tabstop>
371   <tabstop>previewCB</tabstop>
372   <tabstop>captionLE</tabstop>
373   <tabstop>labelLE</tabstop>
374   <tabstop>listingsTB</tabstop>
375   <tabstop>listingsED</tabstop>
376   <tabstop>okPB</tabstop>
377   <tabstop>closePB</tabstop>
378  </tabstops>
379  <includes>
380   <include location="local">qt_i18n.h</include>
381  </includes>
382  <resources/>
383  <connections/>
384 </ui>