]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QExternalDialog.ui
add external material dialog to Qt2
[features.git] / src / frontends / qt2 / ui / QExternalDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QExternalDialogBase</class>
3 <widget>
4     <class>QDialog</class>
5     <property stdset="1">
6         <name>name</name>
7         <cstring>QExternalDialogBase</cstring>
8     </property>
9     <property stdset="1">
10         <name>geometry</name>
11         <rect>
12             <x>0</x>
13             <y>0</y>
14             <width>432</width>
15             <height>417</height>
16         </rect>
17     </property>
18     <property stdset="1">
19         <name>caption</name>
20         <string>External Material</string>
21     </property>
22     <vbox>
23         <property stdset="1">
24             <name>margin</name>
25             <number>11</number>
26         </property>
27         <property stdset="1">
28             <name>spacing</name>
29             <number>6</number>
30         </property>
31         <widget>
32             <class>QLayoutWidget</class>
33             <property stdset="1">
34                 <name>name</name>
35                 <cstring>Layout14</cstring>
36             </property>
37             <hbox>
38                 <property stdset="1">
39                     <name>margin</name>
40                     <number>0</number>
41                 </property>
42                 <property stdset="1">
43                     <name>spacing</name>
44                     <number>6</number>
45                 </property>
46                 <widget>
47                     <class>QLayoutWidget</class>
48                     <property stdset="1">
49                         <name>name</name>
50                         <cstring>Layout5</cstring>
51                     </property>
52                     <vbox>
53                         <property stdset="1">
54                             <name>margin</name>
55                             <number>0</number>
56                         </property>
57                         <property stdset="1">
58                             <name>spacing</name>
59                             <number>6</number>
60                         </property>
61                         <widget>
62                             <class>QLabel</class>
63                             <property stdset="1">
64                                 <name>name</name>
65                                 <cstring>templateLA</cstring>
66                             </property>
67                             <property stdset="1">
68                                 <name>text</name>
69                                 <string>&amp;Template</string>
70                             </property>
71                             <property>
72                                 <name>buddy</name>
73                                 <cstring>externalCO</cstring>
74                             </property>
75                             <property>
76                                 <name>toolTip</name>
77                                 <string>Available templates</string>
78                             </property>
79                         </widget>
80                         <widget>
81                             <class>QComboBox</class>
82                             <property stdset="1">
83                                 <name>name</name>
84                                 <cstring>externalCO</cstring>
85                             </property>
86                             <property>
87                                 <name>toolTip</name>
88                                 <string>Available templates</string>
89                             </property>
90                         </widget>
91                     </vbox>
92                 </widget>
93                 <spacer>
94                     <property>
95                         <name>name</name>
96                         <cstring>Spacer3_2</cstring>
97                     </property>
98                     <property stdset="1">
99                         <name>orientation</name>
100                         <enum>Horizontal</enum>
101                     </property>
102                     <property stdset="1">
103                         <name>sizeType</name>
104                         <enum>Expanding</enum>
105                     </property>
106                     <property>
107                         <name>sizeHint</name>
108                         <size>
109                             <width>20</width>
110                             <height>20</height>
111                         </size>
112                     </property>
113                 </spacer>
114             </hbox>
115         </widget>
116         <widget>
117             <class>QLayoutWidget</class>
118             <property stdset="1">
119                 <name>name</name>
120                 <cstring>Layout11</cstring>
121             </property>
122             <hbox>
123                 <property stdset="1">
124                     <name>margin</name>
125                     <number>0</number>
126                 </property>
127                 <property stdset="1">
128                     <name>spacing</name>
129                     <number>6</number>
130                 </property>
131                 <widget>
132                     <class>QTextView</class>
133                     <property stdset="1">
134                         <name>name</name>
135                         <cstring>externalTV</cstring>
136                     </property>
137                     <property>
138                         <name>toolTip</name>
139                         <string>LaTeX error messages</string>
140                     </property>
141                 </widget>
142                 <widget>
143                     <class>QLayoutWidget</class>
144                     <property stdset="1">
145                         <name>name</name>
146                         <cstring>Layout9</cstring>
147                     </property>
148                     <vbox>
149                         <property stdset="1">
150                             <name>margin</name>
151                             <number>0</number>
152                         </property>
153                         <property stdset="1">
154                             <name>spacing</name>
155                             <number>6</number>
156                         </property>
157                         <widget>
158                             <class>QPushButton</class>
159                             <property stdset="1">
160                                 <name>name</name>
161                                 <cstring>editPB</cstring>
162                             </property>
163                             <property stdset="1">
164                                 <name>text</name>
165                                 <string>&amp;Edit file</string>
166                             </property>
167                             <property>
168                                 <name>toolTip</name>
169                                 <string>Edit the file externally</string>
170                             </property>
171                         </widget>
172                         <widget>
173                             <class>QPushButton</class>
174                             <property stdset="1">
175                                 <name>name</name>
176                                 <cstring>viewPB</cstring>
177                             </property>
178                             <property stdset="1">
179                                 <name>text</name>
180                                 <string>&amp;View file</string>
181                             </property>
182                             <property>
183                                 <name>toolTip</name>
184                                 <string>View the file</string>
185                             </property>
186                         </widget>
187                         <widget>
188                             <class>QPushButton</class>
189                             <property stdset="1">
190                                 <name>name</name>
191                                 <cstring>updatePB</cstring>
192                             </property>
193                             <property stdset="1">
194                                 <name>text</name>
195                                 <string>&amp;Update</string>
196                             </property>
197                             <property>
198                                 <name>toolTip</name>
199                                 <string>Update the material</string>
200                             </property>
201                         </widget>
202                         <spacer>
203                             <property>
204                                 <name>name</name>
205                                 <cstring>Spacer2</cstring>
206                             </property>
207                             <property stdset="1">
208                                 <name>orientation</name>
209                                 <enum>Vertical</enum>
210                             </property>
211                             <property stdset="1">
212                                 <name>sizeType</name>
213                                 <enum>Expanding</enum>
214                             </property>
215                             <property>
216                                 <name>sizeHint</name>
217                                 <size>
218                                     <width>20</width>
219                                     <height>20</height>
220                                 </size>
221                             </property>
222                         </spacer>
223                     </vbox>
224                 </widget>
225             </hbox>
226         </widget>
227         <widget>
228             <class>QLayoutWidget</class>
229             <property stdset="1">
230                 <name>name</name>
231                 <cstring>Layout23</cstring>
232             </property>
233             <hbox>
234                 <property stdset="1">
235                     <name>margin</name>
236                     <number>0</number>
237                 </property>
238                 <property stdset="1">
239                     <name>spacing</name>
240                     <number>6</number>
241                 </property>
242                 <widget>
243                     <class>QLayoutWidget</class>
244                     <property stdset="1">
245                         <name>name</name>
246                         <cstring>Layout21</cstring>
247                     </property>
248                     <vbox>
249                         <property stdset="1">
250                             <name>margin</name>
251                             <number>0</number>
252                         </property>
253                         <property stdset="1">
254                             <name>spacing</name>
255                             <number>6</number>
256                         </property>
257                         <widget>
258                             <class>QLayoutWidget</class>
259                             <property stdset="1">
260                                 <name>name</name>
261                                 <cstring>Layout6</cstring>
262                             </property>
263                             <vbox>
264                                 <property stdset="1">
265                                     <name>margin</name>
266                                     <number>0</number>
267                                 </property>
268                                 <property stdset="1">
269                                     <name>spacing</name>
270                                     <number>6</number>
271                                 </property>
272                                 <widget>
273                                     <class>QLabel</class>
274                                     <property stdset="1">
275                                         <name>name</name>
276                                         <cstring>fileLA</cstring>
277                                     </property>
278                                     <property stdset="1">
279                                         <name>text</name>
280                                         <string>&amp;File</string>
281                                     </property>
282                                     <property>
283                                         <name>buddy</name>
284                                         <cstring>fileED</cstring>
285                                     </property>
286                                     <property>
287                                         <name>toolTip</name>
288                                         <string>Filename</string>
289                                     </property>
290                                 </widget>
291                                 <widget>
292                                     <class>QLineEdit</class>
293                                     <property stdset="1">
294                                         <name>name</name>
295                                         <cstring>fileED</cstring>
296                                     </property>
297                                     <property>
298                                         <name>toolTip</name>
299                                         <string>Filename</string>
300                                     </property>
301                                 </widget>
302                             </vbox>
303                         </widget>
304                         <spacer>
305                             <property>
306                                 <name>name</name>
307                                 <cstring>Spacer5</cstring>
308                             </property>
309                             <property stdset="1">
310                                 <name>orientation</name>
311                                 <enum>Vertical</enum>
312                             </property>
313                             <property stdset="1">
314                                 <name>sizeType</name>
315                                 <enum>Minimum</enum>
316                             </property>
317                             <property>
318                                 <name>sizeHint</name>
319                                 <size>
320                                     <width>20</width>
321                                     <height>20</height>
322                                 </size>
323                             </property>
324                         </spacer>
325                     </vbox>
326                 </widget>
327                 <widget>
328                     <class>QLayoutWidget</class>
329                     <property stdset="1">
330                         <name>name</name>
331                         <cstring>Layout20</cstring>
332                     </property>
333                     <vbox>
334                         <property stdset="1">
335                             <name>margin</name>
336                             <number>0</number>
337                         </property>
338                         <property stdset="1">
339                             <name>spacing</name>
340                             <number>6</number>
341                         </property>
342                         <widget>
343                             <class>QPushButton</class>
344                             <property stdset="1">
345                                 <name>name</name>
346                                 <cstring>browsePB</cstring>
347                             </property>
348                             <property stdset="1">
349                                 <name>text</name>
350                                 <string>&amp;Browse ...</string>
351                             </property>
352                         </widget>
353                         <spacer>
354                             <property>
355                                 <name>name</name>
356                                 <cstring>Spacer4</cstring>
357                             </property>
358                             <property stdset="1">
359                                 <name>orientation</name>
360                                 <enum>Vertical</enum>
361                             </property>
362                             <property stdset="1">
363                                 <name>sizeType</name>
364                                 <enum>Minimum</enum>
365                             </property>
366                             <property>
367                                 <name>sizeHint</name>
368                                 <size>
369                                     <width>20</width>
370                                     <height>20</height>
371                                 </size>
372                             </property>
373                         </spacer>
374                     </vbox>
375                 </widget>
376                 <spacer>
377                     <property>
378                         <name>name</name>
379                         <cstring>Spacer2_2</cstring>
380                     </property>
381                     <property stdset="1">
382                         <name>orientation</name>
383                         <enum>Horizontal</enum>
384                     </property>
385                     <property stdset="1">
386                         <name>sizeType</name>
387                         <enum>Expanding</enum>
388                     </property>
389                     <property>
390                         <name>sizeHint</name>
391                         <size>
392                             <width>20</width>
393                             <height>20</height>
394                         </size>
395                     </property>
396                 </spacer>
397             </hbox>
398         </widget>
399         <widget>
400             <class>QLayoutWidget</class>
401             <property stdset="1">
402                 <name>name</name>
403                 <cstring>Layout16</cstring>
404             </property>
405             <hbox>
406                 <property stdset="1">
407                     <name>margin</name>
408                     <number>0</number>
409                 </property>
410                 <property stdset="1">
411                     <name>spacing</name>
412                     <number>6</number>
413                 </property>
414                 <widget>
415                     <class>QLayoutWidget</class>
416                     <property stdset="1">
417                         <name>name</name>
418                         <cstring>Layout12</cstring>
419                     </property>
420                     <vbox>
421                         <property stdset="1">
422                             <name>margin</name>
423                             <number>0</number>
424                         </property>
425                         <property stdset="1">
426                             <name>spacing</name>
427                             <number>6</number>
428                         </property>
429                         <widget>
430                             <class>QLabel</class>
431                             <property stdset="1">
432                                 <name>name</name>
433                                 <cstring>paramsLA</cstring>
434                             </property>
435                             <property stdset="1">
436                                 <name>text</name>
437                                 <string>&amp;Parameters</string>
438                             </property>
439                             <property>
440                                 <name>buddy</name>
441                                 <cstring>paramsED</cstring>
442                             </property>
443                             <property>
444                                 <name>toolTip</name>
445                                 <string>Parameters</string>
446                             </property>
447                         </widget>
448                         <widget>
449                             <class>QLineEdit</class>
450                             <property stdset="1">
451                                 <name>name</name>
452                                 <cstring>paramsED</cstring>
453                             </property>
454                             <property>
455                                 <name>toolTip</name>
456                                 <string>Parameters</string>
457                             </property>
458                         </widget>
459                     </vbox>
460                 </widget>
461                 <spacer>
462                     <property>
463                         <name>name</name>
464                         <cstring>Spacer1</cstring>
465                     </property>
466                     <property stdset="1">
467                         <name>orientation</name>
468                         <enum>Horizontal</enum>
469                     </property>
470                     <property stdset="1">
471                         <name>sizeType</name>
472                         <enum>Expanding</enum>
473                     </property>
474                     <property>
475                         <name>sizeHint</name>
476                         <size>
477                             <width>20</width>
478                             <height>20</height>
479                         </size>
480                     </property>
481                 </spacer>
482             </hbox>
483         </widget>
484         <widget>
485             <class>QLayoutWidget</class>
486             <property stdset="1">
487                 <name>name</name>
488                 <cstring>Layout2</cstring>
489             </property>
490             <hbox>
491                 <property stdset="1">
492                     <name>margin</name>
493                     <number>0</number>
494                 </property>
495                 <property stdset="1">
496                     <name>spacing</name>
497                     <number>6</number>
498                 </property>
499                 <spacer>
500                     <property>
501                         <name>name</name>
502                         <cstring>Spacer3</cstring>
503                     </property>
504                     <property stdset="1">
505                         <name>orientation</name>
506                         <enum>Horizontal</enum>
507                     </property>
508                     <property stdset="1">
509                         <name>sizeType</name>
510                         <enum>Expanding</enum>
511                     </property>
512                     <property>
513                         <name>sizeHint</name>
514                         <size>
515                             <width>20</width>
516                             <height>20</height>
517                         </size>
518                     </property>
519                 </spacer>
520                 <widget>
521                     <class>QPushButton</class>
522                     <property stdset="1">
523                         <name>name</name>
524                         <cstring>okPB</cstring>
525                     </property>
526                     <property stdset="1">
527                         <name>text</name>
528                         <string>&amp;OK</string>
529                     </property>
530                     <property stdset="1">
531                         <name>default</name>
532                         <bool>true</bool>
533                     </property>
534                 </widget>
535                 <widget>
536                     <class>QPushButton</class>
537                     <property stdset="1">
538                         <name>name</name>
539                         <cstring>applyPB</cstring>
540                     </property>
541                     <property stdset="1">
542                         <name>text</name>
543                         <string>&amp;Apply</string>
544                     </property>
545                     <property stdset="1">
546                         <name>default</name>
547                         <bool>true</bool>
548                     </property>
549                 </widget>
550                 <widget>
551                     <class>QPushButton</class>
552                     <property stdset="1">
553                         <name>name</name>
554                         <cstring>closePB</cstring>
555                     </property>
556                     <property stdset="1">
557                         <name>text</name>
558                         <string>&amp;Close</string>
559                     </property>
560                     <property stdset="1">
561                         <name>default</name>
562                         <bool>true</bool>
563                     </property>
564                 </widget>
565             </hbox>
566         </widget>
567     </vbox>
568 </widget>
569 <connections>
570     <connection>
571         <sender>updatePB</sender>
572         <signal>clicked()</signal>
573         <receiver>QExternalDialogBase</receiver>
574         <slot>updateClicked()</slot>
575     </connection>
576     <connection>
577         <sender>viewPB</sender>
578         <signal>clicked()</signal>
579         <receiver>QExternalDialogBase</receiver>
580         <slot>viewClicked()</slot>
581     </connection>
582     <connection>
583         <sender>editPB</sender>
584         <signal>clicked()</signal>
585         <receiver>QExternalDialogBase</receiver>
586         <slot>editClicked()</slot>
587     </connection>
588     <connection>
589         <sender>externalCO</sender>
590         <signal>activated(const QString&amp;)</signal>
591         <receiver>QExternalDialogBase</receiver>
592         <slot>templateChanged()</slot>
593     </connection>
594     <connection>
595         <sender>fileED</sender>
596         <signal>textChanged(const QString&amp;)</signal>
597         <receiver>QExternalDialogBase</receiver>
598         <slot>change_adaptor()</slot>
599     </connection>
600     <connection>
601         <sender>browsePB</sender>
602         <signal>clicked()</signal>
603         <receiver>QExternalDialogBase</receiver>
604         <slot>browseClicked()</slot>
605     </connection>
606     <connection>
607         <sender>paramsED</sender>
608         <signal>textChanged(const QString&amp;)</signal>
609         <receiver>QExternalDialogBase</receiver>
610         <slot>change_adaptor()</slot>
611     </connection>
612     <slot access="public">browseClicked()</slot>
613     <slot access="public">change_adaptor()</slot>
614     <slot access="public">editClicked()</slot>
615     <slot access="public">templateChanged()</slot>
616     <slot access="public">updateClicked()</slot>
617     <slot access="public">viewClicked()</slot>
618 </connections>
619 </UI>