]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QExternalDialogBase.ui
fix tab order
[lyx.git] / src / frontends / qt2 / ui / QExternalDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QExternalDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QExternalDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>353</width>
17             <height>378</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>External Material</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <grid>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget row="0"  column="0" >
38             <class>QLabel</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>fileLA</cstring>
42             </property>
43             <property stdset="1">
44                 <name>text</name>
45                 <string>&amp;File:</string>
46             </property>
47             <property>
48                 <name>buddy</name>
49                 <cstring>fileED</cstring>
50             </property>
51             <property>
52                 <name>toolTip</name>
53                 <string>Filename</string>
54             </property>
55         </widget>
56         <widget row="0"  column="1" >
57             <class>QLineEdit</class>
58             <property stdset="1">
59                 <name>name</name>
60                 <cstring>fileED</cstring>
61             </property>
62             <property>
63                 <name>toolTip</name>
64                 <string>Filename</string>
65             </property>
66         </widget>
67         <widget row="5"  column="0"  rowspan="1"  colspan="3" >
68             <class>QLayoutWidget</class>
69             <property stdset="1">
70                 <name>name</name>
71                 <cstring>Layout2</cstring>
72             </property>
73             <hbox>
74                 <property stdset="1">
75                     <name>margin</name>
76                     <number>0</number>
77                 </property>
78                 <property stdset="1">
79                     <name>spacing</name>
80                     <number>6</number>
81                 </property>
82                 <spacer>
83                     <property>
84                         <name>name</name>
85                         <cstring>Spacer3</cstring>
86                     </property>
87                     <property stdset="1">
88                         <name>orientation</name>
89                         <enum>Horizontal</enum>
90                     </property>
91                     <property stdset="1">
92                         <name>sizeType</name>
93                         <enum>Expanding</enum>
94                     </property>
95                     <property>
96                         <name>sizeHint</name>
97                         <size>
98                             <width>20</width>
99                             <height>20</height>
100                         </size>
101                     </property>
102                 </spacer>
103                 <widget>
104                     <class>QPushButton</class>
105                     <property stdset="1">
106                         <name>name</name>
107                         <cstring>okPB</cstring>
108                     </property>
109                     <property stdset="1">
110                         <name>text</name>
111                         <string>&amp;OK</string>
112                     </property>
113                     <property stdset="1">
114                         <name>default</name>
115                         <bool>true</bool>
116                     </property>
117                 </widget>
118                 <widget>
119                     <class>QPushButton</class>
120                     <property stdset="1">
121                         <name>name</name>
122                         <cstring>applyPB</cstring>
123                     </property>
124                     <property stdset="1">
125                         <name>text</name>
126                         <string>&amp;Apply</string>
127                     </property>
128                     <property stdset="1">
129                         <name>default</name>
130                         <bool>false</bool>
131                     </property>
132                 </widget>
133                 <widget>
134                     <class>QPushButton</class>
135                     <property stdset="1">
136                         <name>name</name>
137                         <cstring>closePB</cstring>
138                     </property>
139                     <property stdset="1">
140                         <name>text</name>
141                         <string>&amp;Close</string>
142                     </property>
143                     <property stdset="1">
144                         <name>autoDefault</name>
145                         <bool>false</bool>
146                     </property>
147                     <property stdset="1">
148                         <name>default</name>
149                         <bool>false</bool>
150                     </property>
151                 </widget>
152             </hbox>
153         </widget>
154         <widget row="4"  column="0"  rowspan="1"  colspan="3" >
155             <class>QLayoutWidget</class>
156             <property stdset="1">
157                 <name>name</name>
158                 <cstring>Layout3</cstring>
159             </property>
160             <hbox>
161                 <property stdset="1">
162                     <name>margin</name>
163                     <number>0</number>
164                 </property>
165                 <property stdset="1">
166                     <name>spacing</name>
167                     <number>6</number>
168                 </property>
169                 <widget>
170                     <class>QPushButton</class>
171                     <property stdset="1">
172                         <name>name</name>
173                         <cstring>viewPB</cstring>
174                     </property>
175                     <property stdset="1">
176                         <name>sizePolicy</name>
177                         <sizepolicy>
178                             <hsizetype>7</hsizetype>
179                             <vsizetype>0</vsizetype>
180                         </sizepolicy>
181                     </property>
182                     <property stdset="1">
183                         <name>text</name>
184                         <string>&amp;View Result</string>
185                     </property>
186                     <property>
187                         <name>toolTip</name>
188                         <string>View the file</string>
189                     </property>
190                 </widget>
191                 <widget>
192                     <class>QPushButton</class>
193                     <property stdset="1">
194                         <name>name</name>
195                         <cstring>updatePB</cstring>
196                     </property>
197                     <property stdset="1">
198                         <name>sizePolicy</name>
199                         <sizepolicy>
200                             <hsizetype>7</hsizetype>
201                             <vsizetype>0</vsizetype>
202                         </sizepolicy>
203                     </property>
204                     <property stdset="1">
205                         <name>text</name>
206                         <string>&amp;Update Result</string>
207                     </property>
208                     <property>
209                         <name>toolTip</name>
210                         <string>Update the material</string>
211                     </property>
212                 </widget>
213             </hbox>
214         </widget>
215         <widget row="3"  column="0"  rowspan="1"  colspan="3" >
216             <class>QTextView</class>
217             <property stdset="1">
218                 <name>name</name>
219                 <cstring>externalTV</cstring>
220             </property>
221             <property>
222                 <name>toolTip</name>
223                 <string>LaTeX error messages</string>
224             </property>
225         </widget>
226         <widget row="2"  column="1"  rowspan="1"  colspan="2" >
227             <class>QComboBox</class>
228             <property stdset="1">
229                 <name>name</name>
230                 <cstring>externalCO</cstring>
231             </property>
232             <property>
233                 <name>toolTip</name>
234                 <string>Available templates</string>
235             </property>
236         </widget>
237         <widget row="2"  column="0" >
238             <class>QLabel</class>
239             <property stdset="1">
240                 <name>name</name>
241                 <cstring>templateLA</cstring>
242             </property>
243             <property stdset="1">
244                 <name>text</name>
245                 <string>&amp;Template:</string>
246             </property>
247             <property>
248                 <name>buddy</name>
249                 <cstring>externalCO</cstring>
250             </property>
251             <property>
252                 <name>toolTip</name>
253                 <string>Available templates</string>
254             </property>
255         </widget>
256         <widget row="1"  column="1" >
257             <class>QLineEdit</class>
258             <property stdset="1">
259                 <name>name</name>
260                 <cstring>paramsED</cstring>
261             </property>
262             <property>
263                 <name>toolTip</name>
264                 <string>Parameters</string>
265             </property>
266         </widget>
267         <widget row="1"  column="0" >
268             <class>QLabel</class>
269             <property stdset="1">
270                 <name>name</name>
271                 <cstring>paramsLA</cstring>
272             </property>
273             <property stdset="1">
274                 <name>text</name>
275                 <string>&amp;Parameters:</string>
276             </property>
277             <property>
278                 <name>buddy</name>
279                 <cstring>paramsED</cstring>
280             </property>
281             <property>
282                 <name>toolTip</name>
283                 <string>Parameters</string>
284             </property>
285         </widget>
286         <widget row="0"  column="2" >
287             <class>QPushButton</class>
288             <property stdset="1">
289                 <name>name</name>
290                 <cstring>browsePB</cstring>
291             </property>
292             <property stdset="1">
293                 <name>text</name>
294                 <string>&amp;Browse...</string>
295             </property>
296         </widget>
297         <widget row="1"  column="2" >
298             <class>QPushButton</class>
299             <property stdset="1">
300                 <name>name</name>
301                 <cstring>editPB</cstring>
302             </property>
303             <property stdset="1">
304                 <name>text</name>
305                 <string>&amp;Edit file</string>
306             </property>
307             <property>
308                 <name>toolTip</name>
309                 <string>Edit the file externally</string>
310             </property>
311         </widget>
312     </grid>
313 </widget>
314 <connections>
315     <connection>
316         <sender>updatePB</sender>
317         <signal>clicked()</signal>
318         <receiver>QExternalDialogBase</receiver>
319         <slot>updateClicked()</slot>
320     </connection>
321     <connection>
322         <sender>viewPB</sender>
323         <signal>clicked()</signal>
324         <receiver>QExternalDialogBase</receiver>
325         <slot>viewClicked()</slot>
326     </connection>
327     <connection>
328         <sender>editPB</sender>
329         <signal>clicked()</signal>
330         <receiver>QExternalDialogBase</receiver>
331         <slot>editClicked()</slot>
332     </connection>
333     <connection>
334         <sender>externalCO</sender>
335         <signal>activated(const QString&amp;)</signal>
336         <receiver>QExternalDialogBase</receiver>
337         <slot>templateChanged()</slot>
338     </connection>
339     <connection>
340         <sender>fileED</sender>
341         <signal>textChanged(const QString&amp;)</signal>
342         <receiver>QExternalDialogBase</receiver>
343         <slot>change_adaptor()</slot>
344     </connection>
345     <connection>
346         <sender>browsePB</sender>
347         <signal>clicked()</signal>
348         <receiver>QExternalDialogBase</receiver>
349         <slot>browseClicked()</slot>
350     </connection>
351     <connection>
352         <sender>paramsED</sender>
353         <signal>textChanged(const QString&amp;)</signal>
354         <receiver>QExternalDialogBase</receiver>
355         <slot>change_adaptor()</slot>
356     </connection>
357     <slot access="public">browseClicked()</slot>
358     <slot access="public">change_adaptor()</slot>
359     <slot access="public">editClicked()</slot>
360     <slot access="public">templateChanged()</slot>
361     <slot access="public">updateClicked()</slot>
362     <slot access="public">viewClicked()</slot>
363 </connections>
364 <tabstops>
365     <tabstop>fileED</tabstop>
366     <tabstop>browsePB</tabstop>
367     <tabstop>paramsED</tabstop>
368     <tabstop>editPB</tabstop>
369     <tabstop>externalCO</tabstop>
370     <tabstop>externalTV</tabstop>
371     <tabstop>viewPB</tabstop>
372     <tabstop>updatePB</tabstop>
373     <tabstop>okPB</tabstop>
374     <tabstop>applyPB</tabstop>
375     <tabstop>closePB</tabstop>
376 </tabstops>
377 </UI>