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