]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/exportxhtmldialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / exportxhtmldialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ExportXHTMLDialog</class>
4  <widget class="QDialog" name="ExportXHTMLDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>631</width>
10     <height>504</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>0</width>
16     <height>130</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Export XHTML</string>
21   </property>
22   <layout class="QVBoxLayout">
23    <item>
24     <layout class="QHBoxLayout">
25      <property name="spacing">
26       <number>6</number>
27      </property>
28      <property name="leftMargin">
29       <number>0</number>
30      </property>
31      <property name="topMargin">
32       <number>0</number>
33      </property>
34      <property name="rightMargin">
35       <number>0</number>
36      </property>
37      <property name="bottomMargin">
38       <number>0</number>
39      </property>
40      <item>
41       <widget class="QLabel" name="textLabel1">
42        <property name="sizePolicy">
43         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
44          <horstretch>0</horstretch>
45          <verstretch>0</verstretch>
46         </sizepolicy>
47        </property>
48        <property name="text">
49         <string>Export to directory:</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QLineEdit" name="lineEditDir">
55        <property name="sizePolicy">
56         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
57          <horstretch>0</horstretch>
58          <verstretch>0</verstretch>
59         </sizepolicy>
60        </property>
61       </widget>
62      </item>
63      <item>
64       <widget class="QPushButton" name="browseExportDirButton">
65        <property name="sizePolicy">
66         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
67          <horstretch>0</horstretch>
68          <verstretch>0</verstretch>
69         </sizepolicy>
70        </property>
71        <property name="text">
72         <string>Browse</string>
73        </property>
74       </widget>
75      </item>
76     </layout>
77    </item>
78    <item>
79     <widget class="QGroupBox" name="buttonGroup2">
80      <property name="sizePolicy">
81       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
82        <horstretch>0</horstretch>
83        <verstretch>0</verstretch>
84       </sizepolicy>
85      </property>
86      <property name="minimumSize">
87       <size>
88        <width>0</width>
89        <height>160</height>
90       </size>
91      </property>
92      <property name="title">
93       <string>Options</string>
94      </property>
95      <widget class="QWidget" name="layoutWidget">
96       <property name="geometry">
97        <rect>
98         <x>20</x>
99         <y>30</y>
100         <width>511</width>
101         <height>116</height>
102        </rect>
103       </property>
104       <layout class="QVBoxLayout">
105        <property name="spacing">
106         <number>6</number>
107        </property>
108        <property name="leftMargin">
109         <number>0</number>
110        </property>
111        <property name="topMargin">
112         <number>0</number>
113        </property>
114        <property name="rightMargin">
115         <number>0</number>
116        </property>
117        <property name="bottomMargin">
118         <number>0</number>
119        </property>
120        <item>
121         <widget class="QCheckBox" name="imageButton">
122          <property name="text">
123           <string>Include image</string>
124          </property>
125         </widget>
126        </item>
127        <item>
128         <widget class="QCheckBox" name="textColorButton">
129          <property name="text">
130           <string>Colored headings in text</string>
131          </property>
132         </widget>
133        </item>
134        <item>
135         <widget class="QCheckBox" name="saveSettingsInMapButton">
136          <property name="text">
137           <string>Save settings in map</string>
138          </property>
139         </widget>
140        </item>
141        <item>
142         <widget class="QCheckBox" name="warningsButton">
143          <property name="text">
144           <string>show warnings of xslt processor</string>
145          </property>
146         </widget>
147        </item>
148        <item>
149         <widget class="QCheckBox" name="outputButton">
150          <property name="sizePolicy">
151           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
152            <horstretch>0</horstretch>
153            <verstretch>0</verstretch>
154           </sizepolicy>
155          </property>
156          <property name="text">
157           <string>show output of external scripts</string>
158          </property>
159         </widget>
160        </item>
161       </layout>
162      </widget>
163     </widget>
164    </item>
165    <item>
166     <widget class="QGroupBox" name="groupBox2">
167      <property name="title">
168       <string>Stylesheets</string>
169      </property>
170      <layout class="QGridLayout">
171       <property name="leftMargin">
172        <number>11</number>
173       </property>
174       <property name="topMargin">
175        <number>11</number>
176       </property>
177       <property name="rightMargin">
178        <number>11</number>
179       </property>
180       <property name="bottomMargin">
181        <number>11</number>
182       </property>
183       <property name="spacing">
184        <number>6</number>
185       </property>
186       <item row="1" column="0">
187        <layout class="QHBoxLayout">
188         <property name="spacing">
189          <number>6</number>
190         </property>
191         <property name="leftMargin">
192          <number>0</number>
193         </property>
194         <property name="topMargin">
195          <number>0</number>
196         </property>
197         <property name="rightMargin">
198          <number>0</number>
199         </property>
200         <property name="bottomMargin">
201          <number>0</number>
202         </property>
203         <item>
204          <widget class="QLabel" name="textLabel2">
205           <property name="sizePolicy">
206            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
207             <horstretch>0</horstretch>
208             <verstretch>0</verstretch>
209            </sizepolicy>
210           </property>
211           <property name="minimumSize">
212            <size>
213             <width>125</width>
214             <height>0</height>
215            </size>
216           </property>
217           <property name="text">
218            <string>XSL:</string>
219           </property>
220           <property name="alignment">
221            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
222           </property>
223          </widget>
224         </item>
225         <item>
226          <widget class="QLineEdit" name="lineEditXSL"/>
227         </item>
228         <item>
229          <widget class="QPushButton" name="browseXSLButton">
230           <property name="sizePolicy">
231            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
232             <horstretch>0</horstretch>
233             <verstretch>0</verstretch>
234            </sizepolicy>
235           </property>
236           <property name="text">
237            <string>Browse</string>
238           </property>
239          </widget>
240         </item>
241        </layout>
242       </item>
243       <item row="0" column="0">
244        <layout class="QHBoxLayout">
245         <property name="spacing">
246          <number>6</number>
247         </property>
248         <property name="leftMargin">
249          <number>0</number>
250         </property>
251         <property name="topMargin">
252          <number>0</number>
253         </property>
254         <property name="rightMargin">
255          <number>0</number>
256         </property>
257         <property name="bottomMargin">
258          <number>0</number>
259         </property>
260         <item>
261          <widget class="QLabel" name="textLabel1_2">
262           <property name="sizePolicy">
263            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
264             <horstretch>0</horstretch>
265             <verstretch>0</verstretch>
266            </sizepolicy>
267           </property>
268           <property name="minimumSize">
269            <size>
270             <width>125</width>
271             <height>0</height>
272            </size>
273           </property>
274           <property name="text">
275            <string>CSS:</string>
276           </property>
277           <property name="alignment">
278            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
279           </property>
280          </widget>
281         </item>
282         <item>
283          <widget class="QLineEdit" name="lineEditCSS"/>
284         </item>
285         <item>
286          <widget class="QPushButton" name="browseCSSButton">
287           <property name="sizePolicy">
288            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
289             <horstretch>0</horstretch>
290             <verstretch>0</verstretch>
291            </sizepolicy>
292           </property>
293           <property name="text">
294            <string>Browse</string>
295           </property>
296          </widget>
297         </item>
298        </layout>
299       </item>
300      </layout>
301     </widget>
302    </item>
303    <item>
304     <widget class="QGroupBox" name="groupBox1">
305      <property name="title">
306       <string>Scripts</string>
307      </property>
308      <layout class="QGridLayout">
309       <property name="leftMargin">
310        <number>11</number>
311       </property>
312       <property name="topMargin">
313        <number>11</number>
314       </property>
315       <property name="rightMargin">
316        <number>11</number>
317       </property>
318       <property name="bottomMargin">
319        <number>11</number>
320       </property>
321       <property name="spacing">
322        <number>6</number>
323       </property>
324       <item row="0" column="0">
325        <layout class="QHBoxLayout">
326         <property name="spacing">
327          <number>6</number>
328         </property>
329         <property name="leftMargin">
330          <number>0</number>
331         </property>
332         <property name="topMargin">
333          <number>0</number>
334         </property>
335         <property name="rightMargin">
336          <number>0</number>
337         </property>
338         <property name="bottomMargin">
339          <number>0</number>
340         </property>
341         <item>
342          <widget class="QLabel" name="textLabel1_3">
343           <property name="sizePolicy">
344            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
345             <horstretch>0</horstretch>
346             <verstretch>0</verstretch>
347            </sizepolicy>
348           </property>
349           <property name="minimumSize">
350            <size>
351             <width>125</width>
352             <height>0</height>
353            </size>
354           </property>
355           <property name="text">
356            <string>Before export:</string>
357           </property>
358           <property name="alignment">
359            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
360           </property>
361          </widget>
362         </item>
363         <item>
364          <widget class="QLineEdit" name="lineEditPreScript"/>
365         </item>
366         <item>
367          <widget class="QPushButton" name="browsePreExportButton">
368           <property name="sizePolicy">
369            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
370             <horstretch>0</horstretch>
371             <verstretch>0</verstretch>
372            </sizepolicy>
373           </property>
374           <property name="text">
375            <string>Browse</string>
376           </property>
377          </widget>
378         </item>
379        </layout>
380       </item>
381       <item row="1" column="0">
382        <layout class="QHBoxLayout">
383         <property name="spacing">
384          <number>6</number>
385         </property>
386         <property name="leftMargin">
387          <number>0</number>
388         </property>
389         <property name="topMargin">
390          <number>0</number>
391         </property>
392         <property name="rightMargin">
393          <number>0</number>
394         </property>
395         <property name="bottomMargin">
396          <number>0</number>
397         </property>
398         <item>
399          <widget class="QLabel" name="textLabel2_2">
400           <property name="sizePolicy">
401            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
402             <horstretch>0</horstretch>
403             <verstretch>0</verstretch>
404            </sizepolicy>
405           </property>
406           <property name="minimumSize">
407            <size>
408             <width>125</width>
409             <height>0</height>
410            </size>
411           </property>
412           <property name="frameShape">
413            <enum>QFrame::NoFrame</enum>
414           </property>
415           <property name="text">
416            <string>After Export:</string>
417           </property>
418           <property name="alignment">
419            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
420           </property>
421          </widget>
422         </item>
423         <item>
424          <widget class="QLineEdit" name="lineEditPostScript"/>
425         </item>
426         <item>
427          <widget class="QPushButton" name="browsePostExportButton">
428           <property name="sizePolicy">
429            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
430             <horstretch>0</horstretch>
431             <verstretch>0</verstretch>
432            </sizepolicy>
433           </property>
434           <property name="text">
435            <string>Browse</string>
436           </property>
437          </widget>
438         </item>
439        </layout>
440       </item>
441      </layout>
442     </widget>
443    </item>
444    <item>
445     <spacer>
446      <property name="orientation">
447       <enum>Qt::Vertical</enum>
448      </property>
449      <property name="sizeType">
450       <enum>QSizePolicy::MinimumExpanding</enum>
451      </property>
452      <property name="sizeHint" stdset="0">
453       <size>
454        <width>20</width>
455        <height>41</height>
456       </size>
457      </property>
458     </spacer>
459    </item>
460    <item>
461     <layout class="QHBoxLayout">
462      <item>
463       <spacer>
464        <property name="orientation">
465         <enum>Qt::Horizontal</enum>
466        </property>
467        <property name="sizeType">
468         <enum>QSizePolicy::Expanding</enum>
469        </property>
470        <property name="sizeHint" stdset="0">
471         <size>
472          <width>61</width>
473          <height>21</height>
474         </size>
475        </property>
476       </spacer>
477      </item>
478      <item>
479       <widget class="QPushButton" name="cancelButton">
480        <property name="text">
481         <string>Cancel</string>
482        </property>
483       </widget>
484      </item>
485      <item>
486       <widget class="QPushButton" name="exportButton">
487        <property name="text">
488         <string>Export</string>
489        </property>
490        <property name="default">
491         <bool>true</bool>
492        </property>
493       </widget>
494      </item>
495     </layout>
496    </item>
497   </layout>
498  </widget>
499  <layoutdefault spacing="6" margin="11"/>
500  <includes>
501   <include location="local">xsltproc.h</include>
502   <include location="local">process.h</include>
503  </includes>
504  <resources/>
505  <connections>
506   <connection>
507    <sender>cancelButton</sender>
508    <signal>clicked()</signal>
509    <receiver>ExportXHTMLDialog</receiver>
510    <slot>reject()</slot>
511    <hints>
512     <hint type="sourcelabel">
513      <x>459</x>
514      <y>443</y>
515     </hint>
516     <hint type="destinationlabel">
517      <x>256</x>
518      <y>233</y>
519     </hint>
520    </hints>
521   </connection>
522   <connection>
523    <sender>exportButton</sender>
524    <signal>clicked()</signal>
525    <receiver>ExportXHTMLDialog</receiver>
526    <slot>accept()</slot>
527    <hints>
528     <hint type="sourcelabel">
529      <x>368</x>
530      <y>443</y>
531     </hint>
532     <hint type="destinationlabel">
533      <x>256</x>
534      <y>233</y>
535     </hint>
536    </hints>
537   </connection>
538  </connections>
539 </ui>