exporthtmldialog.ui
changeset 824 36eb4b8f409e
parent 170 e696dd4a100f
child 825 1ad892c1a709
     1.1 --- a/exporthtmldialog.ui	Tue Jan 03 09:44:41 2006 +0000
     1.2 +++ b/exporthtmldialog.ui	Thu Feb 25 11:03:52 2010 +0000
     1.3 @@ -1,321 +1,457 @@
     1.4 -<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
     1.5 -<class>ExportHTMLDialog</class>
     1.6 -<author>Uwe Drechsel</author>
     1.7 -<widget class="QDialog">
     1.8 -    <property name="name">
     1.9 -        <cstring>ExportHTMLDialog</cstring>
    1.10 -    </property>
    1.11 -    <property name="geometry">
    1.12 -        <rect>
    1.13 -            <x>0</x>
    1.14 -            <y>0</y>
    1.15 -            <width>375</width>
    1.16 -            <height>346</height>
    1.17 -        </rect>
    1.18 -    </property>
    1.19 -    <property name="caption">
    1.20 -        <string>Export HTML</string>
    1.21 -    </property>
    1.22 -    <property name="modal">
    1.23 -        <bool>false</bool>
    1.24 -    </property>
    1.25 -    <vbox>
    1.26 -        <property name="name">
    1.27 -            <cstring>unnamed</cstring>
    1.28 +<?xml version="1.0" encoding="UTF-8"?>
    1.29 +<ui version="4.0">
    1.30 + <class>ExportHTMLDialog</class>
    1.31 + <widget class="QDialog" name="ExportHTMLDialog">
    1.32 +  <property name="geometry">
    1.33 +   <rect>
    1.34 +    <x>0</x>
    1.35 +    <y>0</y>
    1.36 +    <width>684</width>
    1.37 +    <height>471</height>
    1.38 +   </rect>
    1.39 +  </property>
    1.40 +  <property name="sizePolicy">
    1.41 +   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    1.42 +    <horstretch>0</horstretch>
    1.43 +    <verstretch>0</verstretch>
    1.44 +   </sizepolicy>
    1.45 +  </property>
    1.46 +  <property name="minimumSize">
    1.47 +   <size>
    1.48 +    <width>0</width>
    1.49 +    <height>130</height>
    1.50 +   </size>
    1.51 +  </property>
    1.52 +  <property name="windowTitle">
    1.53 +   <string>Export HTML</string>
    1.54 +  </property>
    1.55 +  <layout class="QVBoxLayout" name="verticalLayout_2">
    1.56 +   <item>
    1.57 +    <layout class="QHBoxLayout">
    1.58 +     <property name="spacing">
    1.59 +      <number>6</number>
    1.60 +     </property>
    1.61 +     <property name="margin">
    1.62 +      <number>0</number>
    1.63 +     </property>
    1.64 +     <item>
    1.65 +      <widget class="QLabel" name="textLabel1">
    1.66 +       <property name="sizePolicy">
    1.67 +        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    1.68 +         <horstretch>0</horstretch>
    1.69 +         <verstretch>0</verstretch>
    1.70 +        </sizepolicy>
    1.71 +       </property>
    1.72 +       <property name="text">
    1.73 +        <string>Export to directory:</string>
    1.74 +       </property>
    1.75 +      </widget>
    1.76 +     </item>
    1.77 +     <item>
    1.78 +      <widget class="QLineEdit" name="lineEditDir">
    1.79 +       <property name="sizePolicy">
    1.80 +        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
    1.81 +         <horstretch>0</horstretch>
    1.82 +         <verstretch>0</verstretch>
    1.83 +        </sizepolicy>
    1.84 +       </property>
    1.85 +      </widget>
    1.86 +     </item>
    1.87 +     <item>
    1.88 +      <widget class="QPushButton" name="browseExportDirButton">
    1.89 +       <property name="sizePolicy">
    1.90 +        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    1.91 +         <horstretch>0</horstretch>
    1.92 +         <verstretch>0</verstretch>
    1.93 +        </sizepolicy>
    1.94 +       </property>
    1.95 +       <property name="text">
    1.96 +        <string>Browse</string>
    1.97 +       </property>
    1.98 +      </widget>
    1.99 +     </item>
   1.100 +    </layout>
   1.101 +   </item>
   1.102 +   <item>
   1.103 +    <widget class="QGroupBox" name="groupBox">
   1.104 +     <property name="sizePolicy">
   1.105 +      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
   1.106 +       <horstretch>0</horstretch>
   1.107 +       <verstretch>0</verstretch>
   1.108 +      </sizepolicy>
   1.109 +     </property>
   1.110 +     <property name="minimumSize">
   1.111 +      <size>
   1.112 +       <width>0</width>
   1.113 +       <height>200</height>
   1.114 +      </size>
   1.115 +     </property>
   1.116 +     <property name="title">
   1.117 +      <string>Options</string>
   1.118 +     </property>
   1.119 +     <widget class="QWidget" name="">
   1.120 +      <property name="geometry">
   1.121 +       <rect>
   1.122 +        <x>20</x>
   1.123 +        <y>20</y>
   1.124 +        <width>220</width>
   1.125 +        <height>106</height>
   1.126 +       </rect>
   1.127 +      </property>
   1.128 +      <layout class="QVBoxLayout" name="verticalLayout">
   1.129 +       <item>
   1.130 +        <widget class="QCheckBox" name="imageButton">
   1.131 +         <property name="sizePolicy">
   1.132 +          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   1.133 +           <horstretch>0</horstretch>
   1.134 +           <verstretch>0</verstretch>
   1.135 +          </sizepolicy>
   1.136 +         </property>
   1.137 +         <property name="text">
   1.138 +          <string>Include image</string>
   1.139 +         </property>
   1.140 +        </widget>
   1.141 +       </item>
   1.142 +       <item>
   1.143 +        <widget class="QCheckBox" name="textColorButton">
   1.144 +         <property name="sizePolicy">
   1.145 +          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   1.146 +           <horstretch>0</horstretch>
   1.147 +           <verstretch>0</verstretch>
   1.148 +          </sizepolicy>
   1.149 +         </property>
   1.150 +         <property name="text">
   1.151 +          <string>Colored headings in text</string>
   1.152 +         </property>
   1.153 +        </widget>
   1.154 +       </item>
   1.155 +       <item>
   1.156 +        <widget class="QCheckBox" name="saveSettingsInMapButton">
   1.157 +         <property name="sizePolicy">
   1.158 +          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   1.159 +           <horstretch>0</horstretch>
   1.160 +           <verstretch>0</verstretch>
   1.161 +          </sizepolicy>
   1.162 +         </property>
   1.163 +         <property name="text">
   1.164 +          <string>Save settings in map</string>
   1.165 +         </property>
   1.166 +        </widget>
   1.167 +       </item>
   1.168 +       <item>
   1.169 +        <widget class="QCheckBox" name="outputButton">
   1.170 +         <property name="sizePolicy">
   1.171 +          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   1.172 +           <horstretch>0</horstretch>
   1.173 +           <verstretch>0</verstretch>
   1.174 +          </sizepolicy>
   1.175 +         </property>
   1.176 +         <property name="text">
   1.177 +          <string>show output of external scripts</string>
   1.178 +         </property>
   1.179 +        </widget>
   1.180 +       </item>
   1.181 +      </layout>
   1.182 +     </widget>
   1.183 +    </widget>
   1.184 +   </item>
   1.185 +   <item>
   1.186 +    <widget class="Q3GroupBox" name="groupBox2">
   1.187 +     <property name="sizePolicy">
   1.188 +      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
   1.189 +       <horstretch>0</horstretch>
   1.190 +       <verstretch>0</verstretch>
   1.191 +      </sizepolicy>
   1.192 +     </property>
   1.193 +     <property name="title">
   1.194 +      <string>Stylesheets</string>
   1.195 +     </property>
   1.196 +     <property name="orientation">
   1.197 +      <enum>Qt::Vertical</enum>
   1.198 +     </property>
   1.199 +     <layout class="QGridLayout">
   1.200 +      <property name="margin">
   1.201 +       <number>11</number>
   1.202 +      </property>
   1.203 +      <property name="spacing">
   1.204 +       <number>6</number>
   1.205 +      </property>
   1.206 +      <item row="0" column="0">
   1.207 +       <layout class="QHBoxLayout">
   1.208 +        <property name="spacing">
   1.209 +         <number>6</number>
   1.210          </property>
   1.211 -        <widget class="QLayoutWidget">
   1.212 -            <property name="name">
   1.213 -                <cstring>layout33</cstring>
   1.214 -            </property>
   1.215 -            <hbox>
   1.216 -                <property name="name">
   1.217 -                    <cstring>unnamed</cstring>
   1.218 -                </property>
   1.219 -                <widget class="QLabel">
   1.220 -                    <property name="name">
   1.221 -                        <cstring>textLabel1</cstring>
   1.222 -                    </property>
   1.223 -                    <property name="text">
   1.224 -                        <string>Directory:</string>
   1.225 -                    </property>
   1.226 -                </widget>
   1.227 -                <widget class="QLineEdit">
   1.228 -                    <property name="name">
   1.229 -                        <cstring>lineEdit1</cstring>
   1.230 -                    </property>
   1.231 -                </widget>
   1.232 -                <widget class="QPushButton">
   1.233 -                    <property name="name">
   1.234 -                        <cstring>browseButton</cstring>
   1.235 -                    </property>
   1.236 -                    <property name="text">
   1.237 -                        <string>Browse</string>
   1.238 -                    </property>
   1.239 -                </widget>
   1.240 -            </hbox>
   1.241 -        </widget>
   1.242 -        <widget class="QButtonGroup">
   1.243 -            <property name="name">
   1.244 -                <cstring>buttonGroup2</cstring>
   1.245 -            </property>
   1.246 -            <property name="sizePolicy">
   1.247 -                <sizepolicy>
   1.248 -                    <hsizetype>3</hsizetype>
   1.249 -                    <vsizetype>5</vsizetype>
   1.250 -                    <horstretch>0</horstretch>
   1.251 -                    <verstretch>0</verstretch>
   1.252 -                </sizepolicy>
   1.253 -            </property>
   1.254 -            <property name="minimumSize">
   1.255 -                <size>
   1.256 -                    <width>0</width>
   1.257 -                    <height>230</height>
   1.258 -                </size>
   1.259 -            </property>
   1.260 -            <property name="title">
   1.261 -                <string>Options</string>
   1.262 -            </property>
   1.263 -            <vbox>
   1.264 -                <property name="name">
   1.265 -                    <cstring>unnamed</cstring>
   1.266 -                </property>
   1.267 -                <widget class="QCheckBox">
   1.268 -                    <property name="name">
   1.269 -                        <cstring>checkBox4</cstring>
   1.270 -                    </property>
   1.271 -                    <property name="text">
   1.272 -                        <string>Include image of map</string>
   1.273 -                    </property>
   1.274 -                </widget>
   1.275 -                <widget class="QCheckBox">
   1.276 -                    <property name="name">
   1.277 -                        <cstring>checkBox5_2</cstring>
   1.278 -                    </property>
   1.279 -                    <property name="text">
   1.280 -                        <string>create image only</string>
   1.281 -                    </property>
   1.282 -                </widget>
   1.283 -                <widget class="QCheckBox">
   1.284 -                    <property name="name">
   1.285 -                        <cstring>checkBox5</cstring>
   1.286 -                    </property>
   1.287 -                    <property name="text">
   1.288 -                        <string>use WIKI style</string>
   1.289 -                    </property>
   1.290 -                </widget>
   1.291 -                <widget class="QCheckBox">
   1.292 -                    <property name="name">
   1.293 -                        <cstring>checkBox4_2</cstring>
   1.294 -                    </property>
   1.295 -                    <property name="text">
   1.296 -                        <string>use heading for URLs (instead of link target)</string>
   1.297 -                    </property>
   1.298 -                </widget>
   1.299 -                <widget class="QCheckBox">
   1.300 -                    <property name="name">
   1.301 -                        <cstring>checkBox6</cstring>
   1.302 -                    </property>
   1.303 -                    <property name="text">
   1.304 -                        <string>use image of earth to mark URLs in text</string>
   1.305 -                    </property>
   1.306 -                </widget>
   1.307 -                <widget class="QCheckBox">
   1.308 -                    <property name="name">
   1.309 -                        <cstring>checkBox7</cstring>
   1.310 -                    </property>
   1.311 -                    <property name="text">
   1.312 -                        <string>use default CSS file</string>
   1.313 -                    </property>
   1.314 -                </widget>
   1.315 -                <widget class="QCheckBox">
   1.316 -                    <property name="name">
   1.317 -                        <cstring>checkBox3</cstring>
   1.318 -                    </property>
   1.319 -                    <property name="sizePolicy">
   1.320 -                        <sizepolicy>
   1.321 -                            <hsizetype>1</hsizetype>
   1.322 -                            <vsizetype>0</vsizetype>
   1.323 -                            <horstretch>0</horstretch>
   1.324 -                            <verstretch>0</verstretch>
   1.325 -                        </sizepolicy>
   1.326 -                    </property>
   1.327 -                    <property name="text">
   1.328 -                        <string>show output of external scripts</string>
   1.329 -                    </property>
   1.330 -                </widget>
   1.331 -            </vbox>
   1.332 -        </widget>
   1.333 -        <spacer>
   1.334 -            <property name="name">
   1.335 -                <cstring>spacer6</cstring>
   1.336 -            </property>
   1.337 -            <property name="orientation">
   1.338 -                <enum>Vertical</enum>
   1.339 -            </property>
   1.340 -            <property name="sizeType">
   1.341 -                <enum>Expanding</enum>
   1.342 -            </property>
   1.343 -            <property name="sizeHint">
   1.344 -                <size>
   1.345 -                    <width>21</width>
   1.346 -                    <height>60</height>
   1.347 -                </size>
   1.348 -            </property>
   1.349 -        </spacer>
   1.350 -        <widget class="QLayoutWidget">
   1.351 -            <property name="name">
   1.352 -                <cstring>layout17</cstring>
   1.353 -            </property>
   1.354 -            <hbox>
   1.355 -                <property name="name">
   1.356 -                    <cstring>unnamed</cstring>
   1.357 -                </property>
   1.358 -                <spacer>
   1.359 -                    <property name="name">
   1.360 -                        <cstring>spacer5</cstring>
   1.361 -                    </property>
   1.362 -                    <property name="orientation">
   1.363 -                        <enum>Horizontal</enum>
   1.364 -                    </property>
   1.365 -                    <property name="sizeType">
   1.366 -                        <enum>Expanding</enum>
   1.367 -                    </property>
   1.368 -                    <property name="sizeHint">
   1.369 -                        <size>
   1.370 -                            <width>61</width>
   1.371 -                            <height>21</height>
   1.372 -                        </size>
   1.373 -                    </property>
   1.374 -                </spacer>
   1.375 -                <widget class="QPushButton">
   1.376 -                    <property name="name">
   1.377 -                        <cstring>pushButton4</cstring>
   1.378 -                    </property>
   1.379 -                    <property name="text">
   1.380 -                        <string>Export</string>
   1.381 -                    </property>
   1.382 -                    <property name="default">
   1.383 -                        <bool>true</bool>
   1.384 -                    </property>
   1.385 -                </widget>
   1.386 -                <widget class="QPushButton">
   1.387 -                    <property name="name">
   1.388 -                        <cstring>pushButton5</cstring>
   1.389 -                    </property>
   1.390 -                    <property name="text">
   1.391 -                        <string>Cancel</string>
   1.392 -                    </property>
   1.393 -                </widget>
   1.394 -            </hbox>
   1.395 -        </widget>
   1.396 -    </vbox>
   1.397 -</widget>
   1.398 -<connections>
   1.399 -    <connection>
   1.400 -        <sender>pushButton5</sender>
   1.401 -        <signal>pressed()</signal>
   1.402 -        <receiver>ExportHTMLDialog</receiver>
   1.403 -        <slot>reject()</slot>
   1.404 -    </connection>
   1.405 -    <connection>
   1.406 -        <sender>pushButton4</sender>
   1.407 -        <signal>clicked()</signal>
   1.408 -        <receiver>ExportHTMLDialog</receiver>
   1.409 -        <slot>accept()</slot>
   1.410 -    </connection>
   1.411 -    <connection>
   1.412 -        <sender>browseButton</sender>
   1.413 -        <signal>pressed()</signal>
   1.414 -        <receiver>ExportHTMLDialog</receiver>
   1.415 -        <slot>browseDirectory()</slot>
   1.416 -    </connection>
   1.417 -    <connection>
   1.418 -        <sender>checkBox4</sender>
   1.419 -        <signal>toggled(bool)</signal>
   1.420 -        <receiver>ExportHTMLDialog</receiver>
   1.421 -        <slot>includeImage(bool)</slot>
   1.422 -    </connection>
   1.423 -    <connection>
   1.424 -        <sender>checkBox5</sender>
   1.425 -        <signal>toggled(bool)</signal>
   1.426 -        <receiver>ExportHTMLDialog</receiver>
   1.427 -        <slot>useWIKIpressed(bool)</slot>
   1.428 -    </connection>
   1.429 -    <connection>
   1.430 -        <sender>lineEdit1</sender>
   1.431 -        <signal>textChanged(const QString&amp;)</signal>
   1.432 -        <receiver>ExportHTMLDialog</receiver>
   1.433 -        <slot>dirChanged()</slot>
   1.434 -    </connection>
   1.435 -    <connection>
   1.436 -        <sender>checkBox3</sender>
   1.437 -        <signal>toggled(bool)</signal>
   1.438 -        <receiver>ExportHTMLDialog</receiver>
   1.439 -        <slot>showOut(bool)</slot>
   1.440 -    </connection>
   1.441 -    <connection>
   1.442 -        <sender>checkBox4_2</sender>
   1.443 -        <signal>toggled(bool)</signal>
   1.444 -        <receiver>ExportHTMLDialog</receiver>
   1.445 -        <slot>useHeadingPressed(bool)</slot>
   1.446 -    </connection>
   1.447 -    <connection>
   1.448 -        <sender>checkBox5_2</sender>
   1.449 -        <signal>toggled(bool)</signal>
   1.450 -        <receiver>ExportHTMLDialog</receiver>
   1.451 -        <slot>imgOnly(bool)</slot>
   1.452 -    </connection>
   1.453 -    <connection>
   1.454 -        <sender>checkBox6</sender>
   1.455 -        <signal>toggled(bool)</signal>
   1.456 -        <receiver>ExportHTMLDialog</receiver>
   1.457 -        <slot>useURLImagePressed(bool)</slot>
   1.458 -    </connection>
   1.459 -</connections>
   1.460 -<includes>
   1.461 -    <include location="local" impldecl="in declaration">showtextdialog.h</include>
   1.462 -    <include location="global" impldecl="in declaration">qprocess.h</include>
   1.463 -    <include location="global" impldecl="in implementation">iostream</include>
   1.464 -    <include location="local" impldecl="in implementation">settings.h</include>
   1.465 -    <include location="global" impldecl="in implementation">qfiledialog.h</include>
   1.466 -    <include location="global" impldecl="in implementation">qmessagebox.h</include>
   1.467 -    <include location="local" impldecl="in implementation">file.h</include>
   1.468 -    <include location="local" impldecl="in implementation">icons/flag-url.xpm</include>
   1.469 -    <include location="local" impldecl="in implementation">exporthtmldialog.ui.h</include>
   1.470 -</includes>
   1.471 -<variables>
   1.472 -    <variable>QString css;</variable>
   1.473 -    <variable>QString xsl;</variable>
   1.474 -    <variable>QString scriptpath;</variable>
   1.475 -    <variable>QString stylepath;</variable>
   1.476 -    <variable>QString dir;</variable>
   1.477 -    <variable>bool image;</variable>
   1.478 -    <variable>bool wikistyle;</variable>
   1.479 -    <variable>QString script;</variable>
   1.480 -    <variable>bool showOutput;</variable>
   1.481 -    <variable>QProcess *proc;</variable>
   1.482 -    <variable>ShowTextDialog *dia;</variable>
   1.483 -    <variable>bool imageOnly;</variable>
   1.484 -    <variable>bool useHeading;</variable>
   1.485 -    <variable>bool useURLImage;</variable>
   1.486 -</variables>
   1.487 -<slots>
   1.488 -    <slot>browseDirectory()</slot>
   1.489 -    <slot>useWIKIpressed( bool b )</slot>
   1.490 -    <slot>includeImage( bool b )</slot>
   1.491 -    <slot>imgOnly( bool b )</slot>
   1.492 -    <slot>useHeadingPressed( bool b )</slot>
   1.493 -    <slot>useURLImagePressed( bool b )</slot>
   1.494 -    <slot>showOut( bool b )</slot>
   1.495 -    <slot>dirChanged()</slot>
   1.496 -    <slot>doExport( const QString &amp; mapname )</slot>
   1.497 -    <slot returnType="QString">getDir()</slot>
   1.498 -    <slot>readOutput()</slot>
   1.499 -</slots>
   1.500 -<functions>
   1.501 -    <function access="private" specifier="non virtual">init()</function>
   1.502 -    <function access="private" specifier="non virtual">destroy()</function>
   1.503 -</functions>
   1.504 -<pixmapinproject/>
   1.505 -<layoutdefaults spacing="6" margin="11"/>
   1.506 -</UI>
   1.507 +        <property name="margin">
   1.508 +         <number>0</number>
   1.509 +        </property>
   1.510 +        <item>
   1.511 +         <widget class="QLabel" name="textLabel1_2">
   1.512 +          <property name="sizePolicy">
   1.513 +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   1.514 +            <horstretch>0</horstretch>
   1.515 +            <verstretch>0</verstretch>
   1.516 +           </sizepolicy>
   1.517 +          </property>
   1.518 +          <property name="minimumSize">
   1.519 +           <size>
   1.520 +            <width>125</width>
   1.521 +            <height>0</height>
   1.522 +           </size>
   1.523 +          </property>
   1.524 +          <property name="text">
   1.525 +           <string>CSS:</string>
   1.526 +          </property>
   1.527 +          <property name="alignment">
   1.528 +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   1.529 +          </property>
   1.530 +         </widget>
   1.531 +        </item>
   1.532 +        <item>
   1.533 +         <widget class="QLineEdit" name="lineEditCSS"/>
   1.534 +        </item>
   1.535 +        <item>
   1.536 +         <widget class="QPushButton" name="browseCSSButton">
   1.537 +          <property name="sizePolicy">
   1.538 +           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   1.539 +            <horstretch>0</horstretch>
   1.540 +            <verstretch>0</verstretch>
   1.541 +           </sizepolicy>
   1.542 +          </property>
   1.543 +          <property name="text">
   1.544 +           <string>Browse</string>
   1.545 +          </property>
   1.546 +         </widget>
   1.547 +        </item>
   1.548 +       </layout>
   1.549 +      </item>
   1.550 +     </layout>
   1.551 +    </widget>
   1.552 +   </item>
   1.553 +   <item>
   1.554 +    <widget class="Q3GroupBox" name="groupBox1">
   1.555 +     <property name="sizePolicy">
   1.556 +      <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
   1.557 +       <horstretch>0</horstretch>
   1.558 +       <verstretch>0</verstretch>
   1.559 +      </sizepolicy>
   1.560 +     </property>
   1.561 +     <property name="title">
   1.562 +      <string>Scripts</string>
   1.563 +     </property>
   1.564 +     <property name="orientation">
   1.565 +      <enum>Qt::Vertical</enum>
   1.566 +     </property>
   1.567 +     <layout class="QGridLayout">
   1.568 +      <property name="margin">
   1.569 +       <number>11</number>
   1.570 +      </property>
   1.571 +      <property name="spacing">
   1.572 +       <number>6</number>
   1.573 +      </property>
   1.574 +      <item row="0" column="0">
   1.575 +       <layout class="QHBoxLayout">
   1.576 +        <property name="spacing">
   1.577 +         <number>6</number>
   1.578 +        </property>
   1.579 +        <property name="margin">
   1.580 +         <number>0</number>
   1.581 +        </property>
   1.582 +        <item>
   1.583 +         <widget class="QLabel" name="textLabel1_3">
   1.584 +          <property name="sizePolicy">
   1.585 +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   1.586 +            <horstretch>0</horstretch>
   1.587 +            <verstretch>0</verstretch>
   1.588 +           </sizepolicy>
   1.589 +          </property>
   1.590 +          <property name="minimumSize">
   1.591 +           <size>
   1.592 +            <width>125</width>
   1.593 +            <height>0</height>
   1.594 +           </size>
   1.595 +          </property>
   1.596 +          <property name="text">
   1.597 +           <string>Before export:</string>
   1.598 +          </property>
   1.599 +          <property name="alignment">
   1.600 +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   1.601 +          </property>
   1.602 +         </widget>
   1.603 +        </item>
   1.604 +        <item>
   1.605 +         <widget class="QLineEdit" name="lineEditPreScript"/>
   1.606 +        </item>
   1.607 +        <item>
   1.608 +         <widget class="QPushButton" name="browsePreExportButton">
   1.609 +          <property name="sizePolicy">
   1.610 +           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   1.611 +            <horstretch>0</horstretch>
   1.612 +            <verstretch>0</verstretch>
   1.613 +           </sizepolicy>
   1.614 +          </property>
   1.615 +          <property name="text">
   1.616 +           <string>Browse</string>
   1.617 +          </property>
   1.618 +         </widget>
   1.619 +        </item>
   1.620 +       </layout>
   1.621 +      </item>
   1.622 +      <item row="1" column="0">
   1.623 +       <layout class="QHBoxLayout">
   1.624 +        <property name="spacing">
   1.625 +         <number>6</number>
   1.626 +        </property>
   1.627 +        <property name="margin">
   1.628 +         <number>0</number>
   1.629 +        </property>
   1.630 +        <item>
   1.631 +         <widget class="QLabel" name="textLabel2_2">
   1.632 +          <property name="sizePolicy">
   1.633 +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   1.634 +            <horstretch>0</horstretch>
   1.635 +            <verstretch>0</verstretch>
   1.636 +           </sizepolicy>
   1.637 +          </property>
   1.638 +          <property name="minimumSize">
   1.639 +           <size>
   1.640 +            <width>125</width>
   1.641 +            <height>0</height>
   1.642 +           </size>
   1.643 +          </property>
   1.644 +          <property name="frameShape">
   1.645 +           <enum>QFrame::NoFrame</enum>
   1.646 +          </property>
   1.647 +          <property name="text">
   1.648 +           <string>After Export:</string>
   1.649 +          </property>
   1.650 +          <property name="alignment">
   1.651 +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   1.652 +          </property>
   1.653 +         </widget>
   1.654 +        </item>
   1.655 +        <item>
   1.656 +         <widget class="QLineEdit" name="lineEditPostScript"/>
   1.657 +        </item>
   1.658 +        <item>
   1.659 +         <widget class="QPushButton" name="browsePostExportButton">
   1.660 +          <property name="sizePolicy">
   1.661 +           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   1.662 +            <horstretch>0</horstretch>
   1.663 +            <verstretch>0</verstretch>
   1.664 +           </sizepolicy>
   1.665 +          </property>
   1.666 +          <property name="text">
   1.667 +           <string>Browse</string>
   1.668 +          </property>
   1.669 +         </widget>
   1.670 +        </item>
   1.671 +       </layout>
   1.672 +      </item>
   1.673 +     </layout>
   1.674 +    </widget>
   1.675 +   </item>
   1.676 +   <item>
   1.677 +    <spacer>
   1.678 +     <property name="orientation">
   1.679 +      <enum>Qt::Vertical</enum>
   1.680 +     </property>
   1.681 +     <property name="sizeType">
   1.682 +      <enum>QSizePolicy::MinimumExpanding</enum>
   1.683 +     </property>
   1.684 +     <property name="sizeHint" stdset="0">
   1.685 +      <size>
   1.686 +       <width>20</width>
   1.687 +       <height>41</height>
   1.688 +      </size>
   1.689 +     </property>
   1.690 +    </spacer>
   1.691 +   </item>
   1.692 +   <item>
   1.693 +    <layout class="QHBoxLayout">
   1.694 +     <item>
   1.695 +      <spacer>
   1.696 +       <property name="orientation">
   1.697 +        <enum>Qt::Horizontal</enum>
   1.698 +       </property>
   1.699 +       <property name="sizeType">
   1.700 +        <enum>QSizePolicy::Expanding</enum>
   1.701 +       </property>
   1.702 +       <property name="sizeHint" stdset="0">
   1.703 +        <size>
   1.704 +         <width>61</width>
   1.705 +         <height>21</height>
   1.706 +        </size>
   1.707 +       </property>
   1.708 +      </spacer>
   1.709 +     </item>
   1.710 +     <item>
   1.711 +      <widget class="QPushButton" name="cancelButton">
   1.712 +       <property name="text">
   1.713 +        <string>Cancel</string>
   1.714 +       </property>
   1.715 +      </widget>
   1.716 +     </item>
   1.717 +     <item>
   1.718 +      <widget class="QPushButton" name="exportButton">
   1.719 +       <property name="text">
   1.720 +        <string>Export</string>
   1.721 +       </property>
   1.722 +       <property name="default">
   1.723 +        <bool>true</bool>
   1.724 +       </property>
   1.725 +      </widget>
   1.726 +     </item>
   1.727 +    </layout>
   1.728 +   </item>
   1.729 +  </layout>
   1.730 + </widget>
   1.731 + <layoutdefault spacing="6" margin="11"/>
   1.732 + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
   1.733 + <customwidgets>
   1.734 +  <customwidget>
   1.735 +   <class>Q3GroupBox</class>
   1.736 +   <extends>QGroupBox</extends>
   1.737 +   <header>Qt3Support/Q3GroupBox</header>
   1.738 +   <container>1</container>
   1.739 +  </customwidget>
   1.740 + </customwidgets>
   1.741 + <includes>
   1.742 +  <include location="local">xsltproc.h</include>
   1.743 +  <include location="local">process.h</include>
   1.744 + </includes>
   1.745 + <resources/>
   1.746 + <connections>
   1.747 +  <connection>
   1.748 +   <sender>cancelButton</sender>
   1.749 +   <signal>clicked()</signal>
   1.750 +   <receiver>ExportHTMLDialog</receiver>
   1.751 +   <slot>reject()</slot>
   1.752 +   <hints>
   1.753 +    <hint type="sourcelabel">
   1.754 +     <x>459</x>
   1.755 +     <y>443</y>
   1.756 +    </hint>
   1.757 +    <hint type="destinationlabel">
   1.758 +     <x>256</x>
   1.759 +     <y>233</y>
   1.760 +    </hint>
   1.761 +   </hints>
   1.762 +  </connection>
   1.763 +  <connection>
   1.764 +   <sender>exportButton</sender>
   1.765 +   <signal>clicked()</signal>
   1.766 +   <receiver>ExportHTMLDialog</receiver>
   1.767 +   <slot>accept()</slot>
   1.768 +   <hints>
   1.769 +    <hint type="sourcelabel">
   1.770 +     <x>368</x>
   1.771 +     <y>443</y>
   1.772 +    </hint>
   1.773 +    <hint type="destinationlabel">
   1.774 +     <x>256</x>
   1.775 +     <y>233</y>
   1.776 +    </hint>
   1.777 +   </hints>
   1.778 +  </connection>
   1.779 + </connections>
   1.780 +</ui>