vym - view your mind Code
Brought to you by:
insilmaril
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExportXHTMLDialog</class> <widget class="QDialog" name="ExportXHTMLDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>588</width> <height>523</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>130</height> </size> </property> <property name="windowTitle"> <string>Export XHTML</string> </property> <layout class="QVBoxLayout"> <item> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="textLabel1"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Export to directory:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="lineEditDir"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QPushButton" name="browseExportDirButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="buttonGroup2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>160</height> </size> </property> <property name="title"> <string>Options</string> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>20</x> <y>30</y> <width>511</width> <height>104</height> </rect> </property> <layout class="QVBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QCheckBox" name="imageButton"> <property name="text"> <string>Include image</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="textColorButton"> <property name="text"> <string>Colored headings in text</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="saveSettingsInMapButton"> <property name="text"> <string>Save settings in map</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="warningsButton"> <property name="text"> <string>show warnings of xslt processor</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="outputButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>show output of external scripts</string> </property> <attribute name="buttonGroup"> <string/> </attribute> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QGroupBox" name="groupBox2"> <property name="title"> <string>Stylesheets</string> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <layout class="QGridLayout"> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <item row="1" column="0"> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="textLabel2"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>125</width> <height>0</height> </size> </property> <property name="text"> <string>XSL:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLineEdit" name="lineEditXSL"/> </item> <item> <widget class="QPushButton" name="browseXSLButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="0" column="0"> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="textLabel1_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>125</width> <height>0</height> </size> </property> <property name="text"> <string>CSS:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLineEdit" name="lineEditCSS"/> </item> <item> <widget class="QPushButton" name="browseCSSButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox1"> <property name="title"> <string>Scripts</string> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <layout class="QGridLayout"> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <item row="0" column="0"> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="textLabel1_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>125</width> <height>0</height> </size> </property> <property name="text"> <string>Before export:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLineEdit" name="lineEditPreScript"/> </item> <item> <widget class="QPushButton" name="browsePreExportButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="textLabel2_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>125</width> <height>0</height> </size> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="text"> <string>After Export:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLineEdit" name="lineEditPostScript"/> </item> <item> <widget class="QPushButton" name="browsePostExportButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::MinimumExpanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>41</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout"> <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>61</width> <height>21</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="cancelButton"> <property name="text"> <string>Cancel</string> </property> </widget> </item> <item> <widget class="QPushButton" name="exportButton"> <property name="text"> <string>Export</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> <class>QGroupBox</class> <container>1</container> </customwidget> <customwidget> <class>QGroupBox</class> <container>1</container> </customwidget> </customwidgets> <includes> <include location="local">xsltproc.h</include> <include location="local">process.h</include> </includes> <resources/> <connections> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>ExportXHTMLDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>459</x> <y>443</y> </hint> <hint type="destinationlabel"> <x>256</x> <y>233</y> </hint> </hints> </connection> <connection> <sender>exportButton</sender> <signal>clicked()</signal> <receiver>ExportXHTMLDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>368</x> <y>443</y> </hint> <hint type="destinationlabel"> <x>256</x> <y>233</y> </hint> </hints> </connection> </connections> </ui>