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