]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/IncludeUi.ui
More QDialogButtonBox transformation
[lyx.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>369</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="3">
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" rowspan="2" colspan="2">
51     <widget class="QLabel" name="TextLabel1">
52      <property name="text">
53       <string>I&amp;nclude Type:</string>
54      </property>
55      <property name="buddy">
56       <cstring>typeCO</cstring>
57      </property>
58     </widget>
59    </item>
60    <item row="1" column="2" rowspan="3">
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     <widget class="QPushButton" name="editPB">
86      <property name="toolTip">
87       <string>Edit the file</string>
88      </property>
89      <property name="text">
90       <string>&amp;Edit</string>
91      </property>
92     </widget>
93    </item>
94    <item row="2" column="3">
95     <spacer>
96      <property name="orientation">
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="sizeType">
100       <enum>QSizePolicy::Expanding</enum>
101      </property>
102      <property name="sizeHint" stdset="0">
103       <size>
104        <width>28</width>
105        <height>28</height>
106       </size>
107      </property>
108     </spacer>
109    </item>
110    <item row="4" column="0" colspan="4">
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="5" column="0" colspan="4">
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="6" column="2" colspan="2">
306     <widget class="QDialogButtonBox" name="buttonBox">
307      <property name="standardButtons">
308       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
309      </property>
310     </widget>
311    </item>
312   </layout>
313  </widget>
314  <tabstops>
315   <tabstop>filenameED</tabstop>
316   <tabstop>browsePB</tabstop>
317   <tabstop>typeCO</tabstop>
318   <tabstop>editPB</tabstop>
319   <tabstop>visiblespaceCB</tabstop>
320   <tabstop>previewCB</tabstop>
321   <tabstop>captionLE</tabstop>
322   <tabstop>labelLE</tabstop>
323   <tabstop>listingsTB</tabstop>
324   <tabstop>listingsED</tabstop>
325  </tabstops>
326  <includes>
327   <include location="local">qt_i18n.h</include>
328  </includes>
329  <resources/>
330  <connections/>
331 </ui>