1.1 --- a/exportxhtmldialog.ui Tue Mar 14 14:27:04 2006 +0000
1.2 +++ b/exportxhtmldialog.ui Mon Feb 12 09:28:47 2007 +0000
1.3 @@ -1,637 +1,539 @@
1.4 -<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
1.5 -<class>ExportXHTMLDialog</class>
1.6 -<widget class="QDialog">
1.7 - <property name="name">
1.8 - <cstring>ExportXHTMLDialog</cstring>
1.9 - </property>
1.10 - <property name="geometry">
1.11 - <rect>
1.12 - <x>0</x>
1.13 - <y>0</y>
1.14 - <width>514</width>
1.15 - <height>468</height>
1.16 - </rect>
1.17 - </property>
1.18 - <property name="minimumSize">
1.19 +<ui version="4.0" >
1.20 + <author></author>
1.21 + <comment></comment>
1.22 + <exportmacro></exportmacro>
1.23 + <class>ExportXHTMLDialog</class>
1.24 + <widget class="QDialog" name="ExportXHTMLDialog" >
1.25 + <property name="geometry" >
1.26 + <rect>
1.27 + <x>0</x>
1.28 + <y>0</y>
1.29 + <width>686</width>
1.30 + <height>606</height>
1.31 + </rect>
1.32 + </property>
1.33 + <property name="minimumSize" >
1.34 + <size>
1.35 + <width>0</width>
1.36 + <height>130</height>
1.37 + </size>
1.38 + </property>
1.39 + <property name="windowTitle" >
1.40 + <string>Export XHTML</string>
1.41 + </property>
1.42 + <layout class="QVBoxLayout" >
1.43 + <property name="margin" >
1.44 + <number>9</number>
1.45 + </property>
1.46 + <property name="spacing" >
1.47 + <number>6</number>
1.48 + </property>
1.49 + <item>
1.50 + <layout class="QHBoxLayout" >
1.51 + <property name="margin" >
1.52 + <number>0</number>
1.53 + </property>
1.54 + <property name="spacing" >
1.55 + <number>6</number>
1.56 + </property>
1.57 + <item>
1.58 + <widget class="QLabel" name="textLabel1" >
1.59 + <property name="sizePolicy" >
1.60 + <sizepolicy>
1.61 + <hsizetype>1</hsizetype>
1.62 + <vsizetype>5</vsizetype>
1.63 + <horstretch>0</horstretch>
1.64 + <verstretch>0</verstretch>
1.65 + </sizepolicy>
1.66 + </property>
1.67 + <property name="text" >
1.68 + <string>Export to directory:</string>
1.69 + </property>
1.70 + </widget>
1.71 + </item>
1.72 + <item>
1.73 + <widget class="QLineEdit" name="lineEditDir" >
1.74 + <property name="sizePolicy" >
1.75 + <sizepolicy>
1.76 + <hsizetype>7</hsizetype>
1.77 + <vsizetype>0</vsizetype>
1.78 + <horstretch>0</horstretch>
1.79 + <verstretch>0</verstretch>
1.80 + </sizepolicy>
1.81 + </property>
1.82 + </widget>
1.83 + </item>
1.84 + <item>
1.85 + <widget class="QPushButton" name="browseExportDirButton" >
1.86 + <property name="sizePolicy" >
1.87 + <sizepolicy>
1.88 + <hsizetype>0</hsizetype>
1.89 + <vsizetype>0</vsizetype>
1.90 + <horstretch>0</horstretch>
1.91 + <verstretch>0</verstretch>
1.92 + </sizepolicy>
1.93 + </property>
1.94 + <property name="text" >
1.95 + <string>Browse</string>
1.96 + </property>
1.97 + </widget>
1.98 + </item>
1.99 + </layout>
1.100 + </item>
1.101 + <item>
1.102 + <widget class="Q3ButtonGroup" name="buttonGroup2" >
1.103 + <property name="sizePolicy" >
1.104 + <sizepolicy>
1.105 + <hsizetype>5</hsizetype>
1.106 + <vsizetype>5</vsizetype>
1.107 + <horstretch>0</horstretch>
1.108 + <verstretch>0</verstretch>
1.109 + </sizepolicy>
1.110 + </property>
1.111 + <property name="minimumSize" >
1.112 + <size>
1.113 + <width>0</width>
1.114 + <height>160</height>
1.115 + </size>
1.116 + </property>
1.117 + <property name="title" >
1.118 + <string>Options</string>
1.119 + </property>
1.120 + <property name="orientation" >
1.121 + <enum>Qt::Vertical</enum>
1.122 + </property>
1.123 + <widget class="QCheckBox" name="outputButton" >
1.124 + <property name="geometry" >
1.125 + <rect>
1.126 + <x>22</x>
1.127 + <y>156</y>
1.128 + <width>521</width>
1.129 + <height>21</height>
1.130 + </rect>
1.131 + </property>
1.132 + <property name="sizePolicy" >
1.133 + <sizepolicy>
1.134 + <hsizetype>1</hsizetype>
1.135 + <vsizetype>0</vsizetype>
1.136 + <horstretch>0</horstretch>
1.137 + <verstretch>0</verstretch>
1.138 + </sizepolicy>
1.139 + </property>
1.140 + <property name="text" >
1.141 + <string>show output of external scripts</string>
1.142 + </property>
1.143 + </widget>
1.144 + <widget class="QWidget" name="" >
1.145 + <property name="geometry" >
1.146 + <rect>
1.147 + <x>20</x>
1.148 + <y>30</y>
1.149 + <width>511</width>
1.150 + <height>104</height>
1.151 + </rect>
1.152 + </property>
1.153 + <layout class="QVBoxLayout" >
1.154 + <property name="margin" >
1.155 + <number>0</number>
1.156 + </property>
1.157 + <property name="spacing" >
1.158 + <number>6</number>
1.159 + </property>
1.160 + <item>
1.161 + <widget class="QCheckBox" name="imageButton" >
1.162 + <property name="text" >
1.163 + <string>Include image</string>
1.164 + </property>
1.165 + </widget>
1.166 + </item>
1.167 + <item>
1.168 + <widget class="QCheckBox" name="textColorButton" >
1.169 + <property name="text" >
1.170 + <string>Colored headings in text</string>
1.171 + </property>
1.172 + </widget>
1.173 + </item>
1.174 + <item>
1.175 + <widget class="QCheckBox" name="saveSettingsInMapButton" >
1.176 + <property name="text" >
1.177 + <string>Save settings in map</string>
1.178 + </property>
1.179 + </widget>
1.180 + </item>
1.181 + <item>
1.182 + <widget class="QCheckBox" name="warningsButton" >
1.183 + <property name="text" >
1.184 + <string>showWarnings e.g. if directory is not empty</string>
1.185 + </property>
1.186 + </widget>
1.187 + </item>
1.188 + </layout>
1.189 + </widget>
1.190 + </widget>
1.191 + </item>
1.192 + <item>
1.193 + <widget class="Q3GroupBox" name="groupBox2" >
1.194 + <property name="title" >
1.195 + <string>Stylesheets</string>
1.196 + </property>
1.197 + <property name="orientation" >
1.198 + <enum>Qt::Vertical</enum>
1.199 + </property>
1.200 + <layout class="QGridLayout" >
1.201 + <property name="margin" >
1.202 + <number>11</number>
1.203 + </property>
1.204 + <property name="spacing" >
1.205 + <number>6</number>
1.206 + </property>
1.207 + <item row="1" column="0" >
1.208 + <layout class="QHBoxLayout" >
1.209 + <property name="margin" >
1.210 + <number>0</number>
1.211 + </property>
1.212 + <property name="spacing" >
1.213 + <number>6</number>
1.214 + </property>
1.215 + <item>
1.216 + <widget class="QLabel" name="textLabel2" >
1.217 + <property name="sizePolicy" >
1.218 + <sizepolicy>
1.219 + <hsizetype>0</hsizetype>
1.220 + <vsizetype>5</vsizetype>
1.221 + <horstretch>0</horstretch>
1.222 + <verstretch>0</verstretch>
1.223 + </sizepolicy>
1.224 + </property>
1.225 + <property name="minimumSize" >
1.226 + <size>
1.227 + <width>125</width>
1.228 + <height>0</height>
1.229 + </size>
1.230 + </property>
1.231 + <property name="text" >
1.232 + <string>XSL:</string>
1.233 + </property>
1.234 + <property name="alignment" >
1.235 + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1.236 + </property>
1.237 + </widget>
1.238 + </item>
1.239 + <item>
1.240 + <widget class="QLineEdit" name="lineEditXSL" />
1.241 + </item>
1.242 + <item>
1.243 + <widget class="QPushButton" name="browseXSLButton" >
1.244 + <property name="sizePolicy" >
1.245 + <sizepolicy>
1.246 + <hsizetype>0</hsizetype>
1.247 + <vsizetype>0</vsizetype>
1.248 + <horstretch>0</horstretch>
1.249 + <verstretch>0</verstretch>
1.250 + </sizepolicy>
1.251 + </property>
1.252 + <property name="text" >
1.253 + <string>Browse</string>
1.254 + </property>
1.255 + </widget>
1.256 + </item>
1.257 + </layout>
1.258 + </item>
1.259 + <item row="0" column="0" >
1.260 + <layout class="QHBoxLayout" >
1.261 + <property name="margin" >
1.262 + <number>0</number>
1.263 + </property>
1.264 + <property name="spacing" >
1.265 + <number>6</number>
1.266 + </property>
1.267 + <item>
1.268 + <widget class="QLabel" name="textLabel1_2" >
1.269 + <property name="sizePolicy" >
1.270 + <sizepolicy>
1.271 + <hsizetype>0</hsizetype>
1.272 + <vsizetype>5</vsizetype>
1.273 + <horstretch>0</horstretch>
1.274 + <verstretch>0</verstretch>
1.275 + </sizepolicy>
1.276 + </property>
1.277 + <property name="minimumSize" >
1.278 + <size>
1.279 + <width>125</width>
1.280 + <height>0</height>
1.281 + </size>
1.282 + </property>
1.283 + <property name="text" >
1.284 + <string>CSS:</string>
1.285 + </property>
1.286 + <property name="alignment" >
1.287 + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1.288 + </property>
1.289 + </widget>
1.290 + </item>
1.291 + <item>
1.292 + <widget class="QLineEdit" name="lineEditCSS" />
1.293 + </item>
1.294 + <item>
1.295 + <widget class="QPushButton" name="browseCSSButton" >
1.296 + <property name="sizePolicy" >
1.297 + <sizepolicy>
1.298 + <hsizetype>0</hsizetype>
1.299 + <vsizetype>0</vsizetype>
1.300 + <horstretch>0</horstretch>
1.301 + <verstretch>0</verstretch>
1.302 + </sizepolicy>
1.303 + </property>
1.304 + <property name="text" >
1.305 + <string>Browse</string>
1.306 + </property>
1.307 + </widget>
1.308 + </item>
1.309 + </layout>
1.310 + </item>
1.311 + </layout>
1.312 + </widget>
1.313 + </item>
1.314 + <item>
1.315 + <widget class="Q3GroupBox" name="groupBox1" >
1.316 + <property name="title" >
1.317 + <string>Scripts</string>
1.318 + </property>
1.319 + <property name="orientation" >
1.320 + <enum>Qt::Vertical</enum>
1.321 + </property>
1.322 + <layout class="QGridLayout" >
1.323 + <property name="margin" >
1.324 + <number>11</number>
1.325 + </property>
1.326 + <property name="spacing" >
1.327 + <number>6</number>
1.328 + </property>
1.329 + <item row="0" column="0" >
1.330 + <layout class="QHBoxLayout" >
1.331 + <property name="margin" >
1.332 + <number>0</number>
1.333 + </property>
1.334 + <property name="spacing" >
1.335 + <number>6</number>
1.336 + </property>
1.337 + <item>
1.338 + <widget class="QLabel" name="textLabel1_3" >
1.339 + <property name="sizePolicy" >
1.340 + <sizepolicy>
1.341 + <hsizetype>0</hsizetype>
1.342 + <vsizetype>5</vsizetype>
1.343 + <horstretch>0</horstretch>
1.344 + <verstretch>0</verstretch>
1.345 + </sizepolicy>
1.346 + </property>
1.347 + <property name="minimumSize" >
1.348 + <size>
1.349 + <width>125</width>
1.350 + <height>0</height>
1.351 + </size>
1.352 + </property>
1.353 + <property name="text" >
1.354 + <string>Before export:</string>
1.355 + </property>
1.356 + <property name="alignment" >
1.357 + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1.358 + </property>
1.359 + </widget>
1.360 + </item>
1.361 + <item>
1.362 + <widget class="QLineEdit" name="lineEditPostScript" />
1.363 + </item>
1.364 + <item>
1.365 + <widget class="QPushButton" name="browsePreExportButton" >
1.366 + <property name="sizePolicy" >
1.367 + <sizepolicy>
1.368 + <hsizetype>0</hsizetype>
1.369 + <vsizetype>0</vsizetype>
1.370 + <horstretch>0</horstretch>
1.371 + <verstretch>0</verstretch>
1.372 + </sizepolicy>
1.373 + </property>
1.374 + <property name="text" >
1.375 + <string>Browse</string>
1.376 + </property>
1.377 + </widget>
1.378 + </item>
1.379 + </layout>
1.380 + </item>
1.381 + <item row="1" column="0" >
1.382 + <layout class="QHBoxLayout" >
1.383 + <property name="margin" >
1.384 + <number>0</number>
1.385 + </property>
1.386 + <property name="spacing" >
1.387 + <number>6</number>
1.388 + </property>
1.389 + <item>
1.390 + <widget class="QLabel" name="textLabel2_2" >
1.391 + <property name="sizePolicy" >
1.392 + <sizepolicy>
1.393 + <hsizetype>0</hsizetype>
1.394 + <vsizetype>5</vsizetype>
1.395 + <horstretch>0</horstretch>
1.396 + <verstretch>0</verstretch>
1.397 + </sizepolicy>
1.398 + </property>
1.399 + <property name="minimumSize" >
1.400 + <size>
1.401 + <width>125</width>
1.402 + <height>0</height>
1.403 + </size>
1.404 + </property>
1.405 + <property name="frameShape" >
1.406 + <enum>QFrame::NoFrame</enum>
1.407 + </property>
1.408 + <property name="text" >
1.409 + <string>After Export:</string>
1.410 + </property>
1.411 + <property name="alignment" >
1.412 + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1.413 + </property>
1.414 + </widget>
1.415 + </item>
1.416 + <item>
1.417 + <widget class="QLineEdit" name="lineEditPreScript" />
1.418 + </item>
1.419 + <item>
1.420 + <widget class="QPushButton" name="browsePostExportButton" >
1.421 + <property name="sizePolicy" >
1.422 + <sizepolicy>
1.423 + <hsizetype>0</hsizetype>
1.424 + <vsizetype>0</vsizetype>
1.425 + <horstretch>0</horstretch>
1.426 + <verstretch>0</verstretch>
1.427 + </sizepolicy>
1.428 + </property>
1.429 + <property name="text" >
1.430 + <string>Browse</string>
1.431 + </property>
1.432 + </widget>
1.433 + </item>
1.434 + </layout>
1.435 + </item>
1.436 + </layout>
1.437 + </widget>
1.438 + </item>
1.439 + <item>
1.440 + <spacer>
1.441 + <property name="orientation" >
1.442 + <enum>Qt::Vertical</enum>
1.443 + </property>
1.444 + <property name="sizeType" >
1.445 + <enum>QSizePolicy::MinimumExpanding</enum>
1.446 + </property>
1.447 + <property name="sizeHint" >
1.448 + <size>
1.449 + <width>20</width>
1.450 + <height>41</height>
1.451 + </size>
1.452 + </property>
1.453 + </spacer>
1.454 + </item>
1.455 + <item>
1.456 + <layout class="QHBoxLayout" >
1.457 + <property name="margin" >
1.458 + <number>0</number>
1.459 + </property>
1.460 + <property name="spacing" >
1.461 + <number>6</number>
1.462 + </property>
1.463 + <item>
1.464 + <spacer>
1.465 + <property name="orientation" >
1.466 + <enum>Qt::Horizontal</enum>
1.467 + </property>
1.468 + <property name="sizeType" >
1.469 + <enum>QSizePolicy::Expanding</enum>
1.470 + </property>
1.471 + <property name="sizeHint" >
1.472 <size>
1.473 - <width>0</width>
1.474 - <height>130</height>
1.475 + <width>61</width>
1.476 + <height>21</height>
1.477 </size>
1.478 - </property>
1.479 - <property name="caption">
1.480 - <string>Export XHTML</string>
1.481 - </property>
1.482 - <grid>
1.483 - <property name="name">
1.484 - <cstring>unnamed</cstring>
1.485 - </property>
1.486 - <widget class="QLayoutWidget" row="0" column="0">
1.487 - <property name="name">
1.488 - <cstring>layout17</cstring>
1.489 - </property>
1.490 - <hbox>
1.491 - <property name="name">
1.492 - <cstring>unnamed</cstring>
1.493 - </property>
1.494 - <widget class="QLabel">
1.495 - <property name="name">
1.496 - <cstring>textLabel1</cstring>
1.497 - </property>
1.498 - <property name="sizePolicy">
1.499 - <sizepolicy>
1.500 - <hsizetype>1</hsizetype>
1.501 - <vsizetype>5</vsizetype>
1.502 - <horstretch>0</horstretch>
1.503 - <verstretch>0</verstretch>
1.504 - </sizepolicy>
1.505 - </property>
1.506 - <property name="text">
1.507 - <string>Export to directory:</string>
1.508 - </property>
1.509 - </widget>
1.510 - <widget class="QLineEdit">
1.511 - <property name="name">
1.512 - <cstring>lineEditDir</cstring>
1.513 - </property>
1.514 - <property name="sizePolicy">
1.515 - <sizepolicy>
1.516 - <hsizetype>7</hsizetype>
1.517 - <vsizetype>0</vsizetype>
1.518 - <horstretch>0</horstretch>
1.519 - <verstretch>0</verstretch>
1.520 - </sizepolicy>
1.521 - </property>
1.522 - </widget>
1.523 - <widget class="QPushButton">
1.524 - <property name="name">
1.525 - <cstring>browseExportDirButton</cstring>
1.526 - </property>
1.527 - <property name="sizePolicy">
1.528 - <sizepolicy>
1.529 - <hsizetype>0</hsizetype>
1.530 - <vsizetype>0</vsizetype>
1.531 - <horstretch>0</horstretch>
1.532 - <verstretch>0</verstretch>
1.533 - </sizepolicy>
1.534 - </property>
1.535 - <property name="text">
1.536 - <string>Browse</string>
1.537 - </property>
1.538 - </widget>
1.539 - </hbox>
1.540 - </widget>
1.541 - <widget class="QLayoutWidget" row="5" column="0">
1.542 - <property name="name">
1.543 - <cstring>layout17</cstring>
1.544 - </property>
1.545 - <hbox>
1.546 - <property name="name">
1.547 - <cstring>unnamed</cstring>
1.548 - </property>
1.549 - <spacer>
1.550 - <property name="name">
1.551 - <cstring>spacer5</cstring>
1.552 - </property>
1.553 - <property name="orientation">
1.554 - <enum>Horizontal</enum>
1.555 - </property>
1.556 - <property name="sizeType">
1.557 - <enum>Expanding</enum>
1.558 - </property>
1.559 - <property name="sizeHint">
1.560 - <size>
1.561 - <width>61</width>
1.562 - <height>21</height>
1.563 - </size>
1.564 - </property>
1.565 - </spacer>
1.566 - <widget class="QPushButton">
1.567 - <property name="name">
1.568 - <cstring>exportButton</cstring>
1.569 - </property>
1.570 - <property name="text">
1.571 - <string>Export</string>
1.572 - </property>
1.573 - <property name="default">
1.574 - <bool>true</bool>
1.575 - </property>
1.576 - </widget>
1.577 - <widget class="QPushButton">
1.578 - <property name="name">
1.579 - <cstring>cancelButton</cstring>
1.580 - </property>
1.581 - <property name="text">
1.582 - <string>Cancel</string>
1.583 - </property>
1.584 - </widget>
1.585 - </hbox>
1.586 - </widget>
1.587 - <widget class="QButtonGroup" row="1" column="0">
1.588 - <property name="name">
1.589 - <cstring>buttonGroup2</cstring>
1.590 - </property>
1.591 - <property name="sizePolicy">
1.592 - <sizepolicy>
1.593 - <hsizetype>5</hsizetype>
1.594 - <vsizetype>5</vsizetype>
1.595 - <horstretch>0</horstretch>
1.596 - <verstretch>0</verstretch>
1.597 - </sizepolicy>
1.598 - </property>
1.599 - <property name="minimumSize">
1.600 - <size>
1.601 - <width>0</width>
1.602 - <height>160</height>
1.603 - </size>
1.604 - </property>
1.605 - <property name="title">
1.606 - <string>Options</string>
1.607 - </property>
1.608 - <vbox>
1.609 - <property name="name">
1.610 - <cstring>unnamed</cstring>
1.611 - </property>
1.612 - <widget class="QCheckBox">
1.613 - <property name="name">
1.614 - <cstring>imageButton</cstring>
1.615 - </property>
1.616 - <property name="text">
1.617 - <string>Include image</string>
1.618 - </property>
1.619 - </widget>
1.620 - <widget class="QCheckBox">
1.621 - <property name="name">
1.622 - <cstring>textColorButton</cstring>
1.623 - </property>
1.624 - <property name="text">
1.625 - <string>Colored headings in text</string>
1.626 - </property>
1.627 - </widget>
1.628 - <widget class="QCheckBox">
1.629 - <property name="name">
1.630 - <cstring>saveSettingsInMapButton</cstring>
1.631 - </property>
1.632 - <property name="text">
1.633 - <string>Save settings in map</string>
1.634 - </property>
1.635 - </widget>
1.636 - <widget class="QCheckBox">
1.637 - <property name="name">
1.638 - <cstring>warningsButton</cstring>
1.639 - </property>
1.640 - <property name="text">
1.641 - <string>showWarnings e.g. if directory is not empty</string>
1.642 - </property>
1.643 - </widget>
1.644 - <widget class="QCheckBox">
1.645 - <property name="name">
1.646 - <cstring>outputButton</cstring>
1.647 - </property>
1.648 - <property name="sizePolicy">
1.649 - <sizepolicy>
1.650 - <hsizetype>1</hsizetype>
1.651 - <vsizetype>0</vsizetype>
1.652 - <horstretch>0</horstretch>
1.653 - <verstretch>0</verstretch>
1.654 - </sizepolicy>
1.655 - </property>
1.656 - <property name="text">
1.657 - <string>show output of external scripts</string>
1.658 - </property>
1.659 - </widget>
1.660 - </vbox>
1.661 - </widget>
1.662 - <widget class="QGroupBox" row="2" column="0">
1.663 - <property name="name">
1.664 - <cstring>groupBox2</cstring>
1.665 - </property>
1.666 - <property name="title">
1.667 - <string>Stylesheets</string>
1.668 - </property>
1.669 - <grid>
1.670 - <property name="name">
1.671 - <cstring>unnamed</cstring>
1.672 - </property>
1.673 - <widget class="QLayoutWidget" row="1" column="0">
1.674 - <property name="name">
1.675 - <cstring>layout7</cstring>
1.676 - </property>
1.677 - <hbox>
1.678 - <property name="name">
1.679 - <cstring>unnamed</cstring>
1.680 - </property>
1.681 - <widget class="QLabel">
1.682 - <property name="name">
1.683 - <cstring>textLabel2</cstring>
1.684 - </property>
1.685 - <property name="sizePolicy">
1.686 - <sizepolicy>
1.687 - <hsizetype>0</hsizetype>
1.688 - <vsizetype>5</vsizetype>
1.689 - <horstretch>0</horstretch>
1.690 - <verstretch>0</verstretch>
1.691 - </sizepolicy>
1.692 - </property>
1.693 - <property name="minimumSize">
1.694 - <size>
1.695 - <width>125</width>
1.696 - <height>0</height>
1.697 - </size>
1.698 - </property>
1.699 - <property name="text">
1.700 - <string>XSL:</string>
1.701 - </property>
1.702 - <property name="alignment">
1.703 - <set>AlignVCenter|AlignRight</set>
1.704 - </property>
1.705 - </widget>
1.706 - <widget class="QLineEdit">
1.707 - <property name="name">
1.708 - <cstring>lineEditXSL</cstring>
1.709 - </property>
1.710 - </widget>
1.711 - <widget class="QPushButton">
1.712 - <property name="name">
1.713 - <cstring>browseXSLButton</cstring>
1.714 - </property>
1.715 - <property name="sizePolicy">
1.716 - <sizepolicy>
1.717 - <hsizetype>0</hsizetype>
1.718 - <vsizetype>0</vsizetype>
1.719 - <horstretch>0</horstretch>
1.720 - <verstretch>0</verstretch>
1.721 - </sizepolicy>
1.722 - </property>
1.723 - <property name="text">
1.724 - <string>Browse</string>
1.725 - </property>
1.726 - </widget>
1.727 - </hbox>
1.728 - </widget>
1.729 - <widget class="QLayoutWidget" row="0" column="0">
1.730 - <property name="name">
1.731 - <cstring>layout6</cstring>
1.732 - </property>
1.733 - <hbox>
1.734 - <property name="name">
1.735 - <cstring>unnamed</cstring>
1.736 - </property>
1.737 - <widget class="QLabel">
1.738 - <property name="name">
1.739 - <cstring>textLabel1_2</cstring>
1.740 - </property>
1.741 - <property name="sizePolicy">
1.742 - <sizepolicy>
1.743 - <hsizetype>0</hsizetype>
1.744 - <vsizetype>5</vsizetype>
1.745 - <horstretch>0</horstretch>
1.746 - <verstretch>0</verstretch>
1.747 - </sizepolicy>
1.748 - </property>
1.749 - <property name="minimumSize">
1.750 - <size>
1.751 - <width>125</width>
1.752 - <height>0</height>
1.753 - </size>
1.754 - </property>
1.755 - <property name="text">
1.756 - <string>CSS:</string>
1.757 - </property>
1.758 - <property name="alignment">
1.759 - <set>AlignVCenter|AlignRight</set>
1.760 - </property>
1.761 - </widget>
1.762 - <widget class="QLineEdit">
1.763 - <property name="name">
1.764 - <cstring>lineEditCSS</cstring>
1.765 - </property>
1.766 - </widget>
1.767 - <widget class="QPushButton">
1.768 - <property name="name">
1.769 - <cstring>browseCSSButton</cstring>
1.770 - </property>
1.771 - <property name="sizePolicy">
1.772 - <sizepolicy>
1.773 - <hsizetype>0</hsizetype>
1.774 - <vsizetype>0</vsizetype>
1.775 - <horstretch>0</horstretch>
1.776 - <verstretch>0</verstretch>
1.777 - </sizepolicy>
1.778 - </property>
1.779 - <property name="text">
1.780 - <string>Browse</string>
1.781 - </property>
1.782 - </widget>
1.783 - </hbox>
1.784 - </widget>
1.785 - </grid>
1.786 - </widget>
1.787 - <widget class="QGroupBox" row="3" column="0">
1.788 - <property name="name">
1.789 - <cstring>groupBox1</cstring>
1.790 - </property>
1.791 - <property name="title">
1.792 - <string>Scripts</string>
1.793 - </property>
1.794 - <grid>
1.795 - <property name="name">
1.796 - <cstring>unnamed</cstring>
1.797 - </property>
1.798 - <widget class="QLayoutWidget" row="0" column="0">
1.799 - <property name="name">
1.800 - <cstring>layout4</cstring>
1.801 - </property>
1.802 - <hbox>
1.803 - <property name="name">
1.804 - <cstring>unnamed</cstring>
1.805 - </property>
1.806 - <widget class="QLabel">
1.807 - <property name="name">
1.808 - <cstring>textLabel1_3</cstring>
1.809 - </property>
1.810 - <property name="sizePolicy">
1.811 - <sizepolicy>
1.812 - <hsizetype>0</hsizetype>
1.813 - <vsizetype>5</vsizetype>
1.814 - <horstretch>0</horstretch>
1.815 - <verstretch>0</verstretch>
1.816 - </sizepolicy>
1.817 - </property>
1.818 - <property name="minimumSize">
1.819 - <size>
1.820 - <width>125</width>
1.821 - <height>0</height>
1.822 - </size>
1.823 - </property>
1.824 - <property name="text">
1.825 - <string>Before export:</string>
1.826 - </property>
1.827 - <property name="alignment">
1.828 - <set>AlignVCenter|AlignRight</set>
1.829 - </property>
1.830 - </widget>
1.831 - <widget class="QLineEdit">
1.832 - <property name="name">
1.833 - <cstring>lineEditPostScript</cstring>
1.834 - </property>
1.835 - </widget>
1.836 - <widget class="QPushButton">
1.837 - <property name="name">
1.838 - <cstring>browsePreExportButton</cstring>
1.839 - </property>
1.840 - <property name="sizePolicy">
1.841 - <sizepolicy>
1.842 - <hsizetype>0</hsizetype>
1.843 - <vsizetype>0</vsizetype>
1.844 - <horstretch>0</horstretch>
1.845 - <verstretch>0</verstretch>
1.846 - </sizepolicy>
1.847 - </property>
1.848 - <property name="text">
1.849 - <string>Browse</string>
1.850 - </property>
1.851 - </widget>
1.852 - </hbox>
1.853 - </widget>
1.854 - <widget class="QLayoutWidget" row="1" column="0">
1.855 - <property name="name">
1.856 - <cstring>layout5</cstring>
1.857 - </property>
1.858 - <hbox>
1.859 - <property name="name">
1.860 - <cstring>unnamed</cstring>
1.861 - </property>
1.862 - <widget class="QLabel">
1.863 - <property name="name">
1.864 - <cstring>textLabel2_2</cstring>
1.865 - </property>
1.866 - <property name="sizePolicy">
1.867 - <sizepolicy>
1.868 - <hsizetype>0</hsizetype>
1.869 - <vsizetype>5</vsizetype>
1.870 - <horstretch>0</horstretch>
1.871 - <verstretch>0</verstretch>
1.872 - </sizepolicy>
1.873 - </property>
1.874 - <property name="minimumSize">
1.875 - <size>
1.876 - <width>125</width>
1.877 - <height>0</height>
1.878 - </size>
1.879 - </property>
1.880 - <property name="frameShape">
1.881 - <enum>NoFrame</enum>
1.882 - </property>
1.883 - <property name="text">
1.884 - <string>After Export:</string>
1.885 - </property>
1.886 - <property name="alignment">
1.887 - <set>AlignVCenter|AlignRight</set>
1.888 - </property>
1.889 - </widget>
1.890 - <widget class="QLineEdit">
1.891 - <property name="name">
1.892 - <cstring>lineEditPreScript</cstring>
1.893 - </property>
1.894 - </widget>
1.895 - <widget class="QPushButton">
1.896 - <property name="name">
1.897 - <cstring>browsePostExportButton</cstring>
1.898 - </property>
1.899 - <property name="sizePolicy">
1.900 - <sizepolicy>
1.901 - <hsizetype>0</hsizetype>
1.902 - <vsizetype>0</vsizetype>
1.903 - <horstretch>0</horstretch>
1.904 - <verstretch>0</verstretch>
1.905 - </sizepolicy>
1.906 - </property>
1.907 - <property name="text">
1.908 - <string>Browse</string>
1.909 - </property>
1.910 - </widget>
1.911 - </hbox>
1.912 - </widget>
1.913 - </grid>
1.914 - </widget>
1.915 - <spacer row="4" column="0">
1.916 - <property name="name">
1.917 - <cstring>spacer3</cstring>
1.918 - </property>
1.919 - <property name="orientation">
1.920 - <enum>Vertical</enum>
1.921 - </property>
1.922 - <property name="sizeType">
1.923 - <enum>MinimumExpanding</enum>
1.924 - </property>
1.925 - <property name="sizeHint">
1.926 - <size>
1.927 - <width>20</width>
1.928 - <height>20</height>
1.929 - </size>
1.930 - </property>
1.931 - </spacer>
1.932 - </grid>
1.933 -</widget>
1.934 -<connections>
1.935 - <connection>
1.936 - <sender>outputButton</sender>
1.937 - <signal>toggled(bool)</signal>
1.938 - <receiver>ExportXHTMLDialog</receiver>
1.939 - <slot>outputButtonPressed(bool)</slot>
1.940 - </connection>
1.941 - <connection>
1.942 - <sender>exportButton</sender>
1.943 - <signal>pressed()</signal>
1.944 - <receiver>ExportXHTMLDialog</receiver>
1.945 - <slot>accept()</slot>
1.946 - </connection>
1.947 - <connection>
1.948 - <sender>cancelButton</sender>
1.949 - <signal>pressed()</signal>
1.950 - <receiver>ExportXHTMLDialog</receiver>
1.951 - <slot>close()</slot>
1.952 - </connection>
1.953 - <connection>
1.954 - <sender>browseExportDirButton</sender>
1.955 - <signal>pressed()</signal>
1.956 - <receiver>ExportXHTMLDialog</receiver>
1.957 - <slot>browseDirectoryPressed()</slot>
1.958 - </connection>
1.959 - <connection>
1.960 - <sender>browseXSLButton</sender>
1.961 - <signal>pressed()</signal>
1.962 - <receiver>ExportXHTMLDialog</receiver>
1.963 - <slot>browseXSLPressed()</slot>
1.964 - </connection>
1.965 - <connection>
1.966 - <sender>browseCSSButton</sender>
1.967 - <signal>pressed()</signal>
1.968 - <receiver>ExportXHTMLDialog</receiver>
1.969 - <slot>browseCSSPressed()</slot>
1.970 - </connection>
1.971 - <connection>
1.972 - <sender>imageButton</sender>
1.973 - <signal>toggled(bool)</signal>
1.974 - <receiver>ExportXHTMLDialog</receiver>
1.975 - <slot>imageButtonPressed(bool)</slot>
1.976 - </connection>
1.977 - <connection>
1.978 - <sender>textColorButton</sender>
1.979 - <signal>toggled(bool)</signal>
1.980 - <receiver>ExportXHTMLDialog</receiver>
1.981 - <slot>textcolorButtonPressed(bool)</slot>
1.982 - </connection>
1.983 - <connection>
1.984 - <sender>lineEditDir</sender>
1.985 - <signal>textChanged(const QString&)</signal>
1.986 - <receiver>ExportXHTMLDialog</receiver>
1.987 - <slot>dirChanged()</slot>
1.988 - </connection>
1.989 - <connection>
1.990 - <sender>lineEditCSS</sender>
1.991 - <signal>textChanged(const QString&)</signal>
1.992 - <receiver>ExportXHTMLDialog</receiver>
1.993 - <slot>cssChanged()</slot>
1.994 - </connection>
1.995 - <connection>
1.996 - <sender>lineEditXSL</sender>
1.997 - <signal>textChanged(const QString&)</signal>
1.998 - <receiver>ExportXHTMLDialog</receiver>
1.999 - <slot>xslChanged()</slot>
1.1000 - </connection>
1.1001 - <connection>
1.1002 - <sender>warningsButton</sender>
1.1003 - <signal>toggled(bool)</signal>
1.1004 - <receiver>ExportXHTMLDialog</receiver>
1.1005 - <slot>warningsButtonPressed(bool)</slot>
1.1006 - </connection>
1.1007 - <connection>
1.1008 - <sender>saveSettingsInMapButton</sender>
1.1009 - <signal>toggled(bool)</signal>
1.1010 - <receiver>ExportXHTMLDialog</receiver>
1.1011 - <slot>saveSettingsInMapButtonPressed(bool)</slot>
1.1012 - </connection>
1.1013 - <connection>
1.1014 - <sender>browsePreExportButton</sender>
1.1015 - <signal>pressed()</signal>
1.1016 - <receiver>ExportXHTMLDialog</receiver>
1.1017 - <slot>browsePreExportButtonPressed()</slot>
1.1018 - </connection>
1.1019 - <connection>
1.1020 - <sender>lineEditPreScript</sender>
1.1021 - <signal>textChanged(const QString&)</signal>
1.1022 - <receiver>ExportXHTMLDialog</receiver>
1.1023 - <slot>prescriptChanged()</slot>
1.1024 - </connection>
1.1025 - <connection>
1.1026 - <sender>lineEditPostScript</sender>
1.1027 - <signal>textChanged(const QString&)</signal>
1.1028 - <receiver>ExportXHTMLDialog</receiver>
1.1029 - <slot>postscriptChanged()</slot>
1.1030 - </connection>
1.1031 - <connection>
1.1032 - <sender>browsePostExportButton</sender>
1.1033 - <signal>pressed()</signal>
1.1034 - <receiver>ExportXHTMLDialog</receiver>
1.1035 - <slot>browsePostExportButtonPressed()</slot>
1.1036 - </connection>
1.1037 -</connections>
1.1038 -<includes>
1.1039 - <include location="local" impldecl="in declaration">xsltproc.h</include>
1.1040 - <include location="local" impldecl="in declaration">process.h</include>
1.1041 - <include location="global" impldecl="in implementation">qfiledialog.h</include>
1.1042 - <include location="global" impldecl="in implementation">qmessagebox.h</include>
1.1043 - <include location="local" impldecl="in implementation">settings.h</include>
1.1044 - <include location="local" impldecl="in implementation">options.h</include>
1.1045 - <include location="local" impldecl="in implementation">exportxhtmldialog.ui.h</include>
1.1046 -</includes>
1.1047 -<variables>
1.1048 - <variable>bool useTextColor;</variable>
1.1049 - <variable>bool showWarnings;</variable>
1.1050 - <variable>QString xsl;</variable>
1.1051 - <variable>QString css;</variable>
1.1052 - <variable>bool useImage;</variable>
1.1053 - <variable>bool showOutput;</variable>
1.1054 - <variable>QString dir;</variable>
1.1055 - <variable>QString filepath;</variable>
1.1056 - <variable>QString prescript;</variable>
1.1057 - <variable>QString postscript;</variable>
1.1058 - <variable>bool settingsChanged;</variable>
1.1059 - <variable>QString mapname;</variable>
1.1060 - <variable>bool saveSettingsInMap;</variable>
1.1061 - <variable>XSLTProc p;</variable>
1.1062 - <variable>Process *scriptProc;</variable>
1.1063 -</variables>
1.1064 -<slots>
1.1065 - <slot>readSettings()</slot>
1.1066 - <slot>dirChanged()</slot>
1.1067 - <slot>browseDirectoryPressed()</slot>
1.1068 - <slot>imageButtonPressed( bool b )</slot>
1.1069 - <slot>textcolorButtonPressed( bool b )</slot>
1.1070 - <slot>saveSettingsInMapButtonPressed( bool b )</slot>
1.1071 - <slot>warningsButtonPressed( bool b )</slot>
1.1072 - <slot>outputButtonPressed( bool b )</slot>
1.1073 - <slot>cssChanged()</slot>
1.1074 - <slot>browseCSSPressed()</slot>
1.1075 - <slot>xslChanged()</slot>
1.1076 - <slot>prescriptChanged()</slot>
1.1077 - <slot>browseXSLPressed()</slot>
1.1078 - <slot>postscriptChanged()</slot>
1.1079 - <slot>browsePreExportButtonPressed()</slot>
1.1080 - <slot>browsePostExportButtonPressed()</slot>
1.1081 - <slot>doExport( const QString & mapname )</slot>
1.1082 - <slot>setFilePath( const QString & s )</slot>
1.1083 - <slot>setMapName( const QString & s )</slot>
1.1084 -</slots>
1.1085 -<functions>
1.1086 - <function access="private" specifier="non virtual">init()</function>
1.1087 - <function access="private" specifier="non virtual">destroy()</function>
1.1088 - <function returnType="QString">getDir()</function>
1.1089 - <function returnType="bool">warnings()</function>
1.1090 - <function returnType="bool">hasChanged()</function>
1.1091 - <function access="private" specifier="non virtual">runScript( QString spath, QString fpath )</function>
1.1092 -</functions>
1.1093 -<pixmapinproject/>
1.1094 -<layoutdefaults spacing="6" margin="11"/>
1.1095 -</UI>
1.1096 + </property>
1.1097 + </spacer>
1.1098 + </item>
1.1099 + <item>
1.1100 + <widget class="QPushButton" name="exportButton" >
1.1101 + <property name="text" >
1.1102 + <string>Export</string>
1.1103 + </property>
1.1104 + <property name="default" >
1.1105 + <bool>true</bool>
1.1106 + </property>
1.1107 + </widget>
1.1108 + </item>
1.1109 + <item>
1.1110 + <widget class="QPushButton" name="cancelButton" >
1.1111 + <property name="text" >
1.1112 + <string>Cancel</string>
1.1113 + </property>
1.1114 + </widget>
1.1115 + </item>
1.1116 + </layout>
1.1117 + </item>
1.1118 + </layout>
1.1119 + </widget>
1.1120 + <layoutdefault spacing="6" margin="11" />
1.1121 + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
1.1122 + <customwidgets>
1.1123 + <customwidget>
1.1124 + <class>Q3GroupBox</class>
1.1125 + <extends></extends>
1.1126 + <header>Qt3Support/Q3GroupBox</header>
1.1127 + <container>1</container>
1.1128 + <pixmap></pixmap>
1.1129 + </customwidget>
1.1130 + <customwidget>
1.1131 + <class>Q3ButtonGroup</class>
1.1132 + <extends></extends>
1.1133 + <header>Qt3Support/Q3ButtonGroup</header>
1.1134 + <container>1</container>
1.1135 + <pixmap></pixmap>
1.1136 + </customwidget>
1.1137 + </customwidgets>
1.1138 + <includes>
1.1139 + <include location="local" >xsltproc.h</include>
1.1140 + <include location="local" >process.h</include>
1.1141 + </includes>
1.1142 + <resources/>
1.1143 + <connections>
1.1144 + <connection>
1.1145 + <sender>cancelButton</sender>
1.1146 + <signal>clicked()</signal>
1.1147 + <receiver>ExportXHTMLDialog</receiver>
1.1148 + <slot>reject()</slot>
1.1149 + <hints>
1.1150 + <hint type="sourcelabel" >
1.1151 + <x>459</x>
1.1152 + <y>443</y>
1.1153 + </hint>
1.1154 + <hint type="destinationlabel" >
1.1155 + <x>256</x>
1.1156 + <y>233</y>
1.1157 + </hint>
1.1158 + </hints>
1.1159 + </connection>
1.1160 + <connection>
1.1161 + <sender>exportButton</sender>
1.1162 + <signal>clicked()</signal>
1.1163 + <receiver>ExportXHTMLDialog</receiver>
1.1164 + <slot>accept()</slot>
1.1165 + <hints>
1.1166 + <hint type="sourcelabel" >
1.1167 + <x>368</x>
1.1168 + <y>443</y>
1.1169 + </hint>
1.1170 + <hint type="destinationlabel" >
1.1171 + <x>256</x>
1.1172 + <y>233</y>
1.1173 + </hint>
1.1174 + </hints>
1.1175 + </connection>
1.1176 + </connections>
1.1177 +</ui>