2013-08-09 06:57:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>lcQHTMLDialog</class>
|
|
|
|
<widget class="QDialog" name="lcQHTMLDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2017-07-03 01:10:30 +02:00
|
|
|
<height>629</height>
|
2013-08-09 06:57:18 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-05-31 00:41:03 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>HTML Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
2016-05-31 00:41:03 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</property>
|
2016-05-31 00:41:03 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2013-08-09 06:57:18 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2016-05-31 00:41:03 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Output folder:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>outputFolder</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-09 06:57:18 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="outputFolder"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="outputFolderBrowse">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-05-31 00:41:03 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="transparentImages">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="text">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>Transparent image background</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-31 00:41:03 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>Models</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="allModels">
|
2014-10-13 05:43:33 +02:00
|
|
|
<property name="text">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>All Models</string>
|
2014-10-13 05:43:33 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-31 00:41:03 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="currentModelSubmodels">
|
|
|
|
<property name="text">
|
|
|
|
<string>Current Model and Submodels</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="currentModelOnly">
|
|
|
|
<property name="text">
|
|
|
|
<string>Current Model Only</string>
|
|
|
|
</property>
|
2013-08-09 06:57:18 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>Steps</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QRadioButton" name="singlePage">
|
|
|
|
<property name="text">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>Single Page</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QRadioButton" name="oneStepPerPage">
|
|
|
|
<property name="text">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>One Step per Page</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-31 00:41:03 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="indexPage">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="text">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>Index page</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-31 00:41:03 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="text">
|
2016-05-31 00:41:03 +02:00
|
|
|
<string>Width:</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2016-05-31 00:41:03 +02:00
|
|
|
<cstring>stepWidth</cstring>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="stepWidth">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>75</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-31 00:41:03 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Height:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>stepHeight</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-09 06:57:18 +02:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLineEdit" name="stepHeight">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>75</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="highlightNewParts">
|
|
|
|
<property name="text">
|
|
|
|
<string>Highlight new parts</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Parts List</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2017-07-03 01:10:30 +02:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="text">
|
2017-07-03 01:10:30 +02:00
|
|
|
<string>Color:</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
2017-07-03 01:10:30 +02:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>partColor</cstring>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-03 01:10:30 +02:00
|
|
|
<item row="5" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="lcQColorPicker" name="partColor">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
2013-08-09 06:57:18 +02:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Width:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>partImagesWidth</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-03 01:10:30 +02:00
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLineEdit" name="partImagesWidth">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>75</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="9" column="0">
|
2013-08-09 06:57:18 +02:00
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Height:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>partImagesHeight</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-03 01:10:30 +02:00
|
|
|
<item row="9" column="1">
|
|
|
|
<widget class="QLineEdit" name="partImagesHeight">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>75</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-09 06:57:18 +02:00
|
|
|
<item row="3" column="0">
|
2017-07-03 01:10:30 +02:00
|
|
|
<widget class="QCheckBox" name="partsAfterEachStep">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="text">
|
2017-07-03 01:10:30 +02:00
|
|
|
<string>After each step</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-03 01:10:30 +02:00
|
|
|
<item row="4" column="0">
|
2013-08-09 06:57:18 +02:00
|
|
|
<widget class="QCheckBox" name="partImages">
|
|
|
|
<property name="text">
|
|
|
|
<string>Create images</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-03 01:10:30 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="partsAtTheEnd">
|
|
|
|
<property name="text">
|
|
|
|
<string>At the end</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-08-09 06:57:18 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::HLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>lcQColorPicker</class>
|
|
|
|
<extends>QPushButton</extends>
|
|
|
|
<header>lc_qcolorpicker.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>outputFolder</tabstop>
|
|
|
|
<tabstop>outputFolderBrowse</tabstop>
|
|
|
|
<tabstop>transparentImages</tabstop>
|
2016-05-31 00:41:03 +02:00
|
|
|
<tabstop>allModels</tabstop>
|
|
|
|
<tabstop>currentModelSubmodels</tabstop>
|
|
|
|
<tabstop>currentModelOnly</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>singlePage</tabstop>
|
|
|
|
<tabstop>oneStepPerPage</tabstop>
|
|
|
|
<tabstop>indexPage</tabstop>
|
|
|
|
<tabstop>stepWidth</tabstop>
|
|
|
|
<tabstop>stepHeight</tabstop>
|
|
|
|
<tabstop>highlightNewParts</tabstop>
|
|
|
|
<tabstop>partsAtTheEnd</tabstop>
|
2017-07-03 01:10:30 +02:00
|
|
|
<tabstop>partsAfterEachStep</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>partImages</tabstop>
|
2016-05-31 00:41:03 +02:00
|
|
|
<tabstop>partColor</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>partImagesWidth</tabstop>
|
|
|
|
<tabstop>partImagesHeight</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>lcQHTMLDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>252</x>
|
|
|
|
<y>564</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>lcQHTMLDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>320</x>
|
|
|
|
<y>564</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|