2013-08-28 10:55:11 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DialogDetail</class>
|
|
|
|
<widget class="QDialog" name="DialogDetail">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-08-26 12:46:23 +02:00
|
|
|
<width>581</width>
|
2016-09-06 23:50:46 +02:00
|
|
|
<height>478</height>
|
2013-08-28 10:55:11 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2015-02-16 15:38:37 +01:00
|
|
|
<string>Seam allowance tool</string>
|
2013-09-18 18:52:49 +02:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2016-11-04 15:16:11 +01:00
|
|
|
<iconset>
|
2013-09-18 18:52:49 +02:00
|
|
|
<normaloff>:/icon/64x64/icon64x64.png</normaloff>:/icon/64x64/icon64x64.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="English" country="UnitedStates"/>
|
2013-08-28 10:55:11 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<item>
|
2016-06-18 22:14:35 +02:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2016-11-04 15:16:11 +01:00
|
|
|
<number>0</number>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</attribute>
|
2016-08-07 22:41:49 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2016-11-04 15:16:11 +01:00
|
|
|
<pixmap>:/icon/32x32/clockwise.png</pixmap>
|
2016-08-07 22:41:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>All objects in path should follow in clockwise direction.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-26 12:46:23 +02:00
|
|
|
<widget class="QSplitter" name="splitter_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2016-09-06 12:24:52 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2016-08-07 22:41:49 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-06-18 22:14:35 +02:00
|
|
|
<item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bias X:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-06-18 22:14:35 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxBiasX">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<double>-900.990000000000009</double>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<double>900.990000000000009</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.000000000000000</double>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<widget class="QLabel" name="labelUnitX">
|
|
|
|
<property name="text">
|
|
|
|
<string>cm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-06-18 22:14:35 +02:00
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2016-06-18 22:14:35 +02:00
|
|
|
<item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Bias Y:</string>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxBiasY">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<double>-900.990000000000009</double>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<double>900.990000000000009</double>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelUnitY">
|
|
|
|
<property name="text">
|
|
|
|
<string>cm</string>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
</widget>
|
2016-06-18 22:14:35 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxReverse">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reverse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-06-18 22:14:35 +02:00
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Options</string>
|
2016-06-18 22:14:35 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2016-09-06 12:24:52 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxForbidFlipping">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Forbid piece be mirrored in a layout.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Forbid flipping</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxSeams">
|
|
|
|
<property name="text">
|
|
|
|
<string>Seam allowance</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelEditWidth">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="English" country="UnitedStates"/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Width:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSeams">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>900.990000000000009</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelUnit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>cm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxClosed">
|
|
|
|
<property name="text">
|
|
|
|
<string>Closed</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_16">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QToolButton" name="toolButtonDelete">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</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>
|
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QToolButton" name="toolButtonDown">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Scroll down the list</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-down">
|
2016-11-04 15:16:11 +01:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-08-07 22:41:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QToolButton" name="toolButtonUp">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Scroll up the list</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-up">
|
2016-11-04 15:16:11 +01:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-08-07 22:41:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-06-18 22:14:35 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-08-26 12:46:23 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QListWidget" name="listWidget"/>
|
|
|
|
</widget>
|
2016-08-07 22:41:49 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="helpLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ready!</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Pattern piece data</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
2016-08-26 12:46:23 +02:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2016-09-06 17:47:56 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget1">
|
2016-08-07 22:41:49 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
2016-07-06 22:15:32 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Letter:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEditLetter">
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2016-08-26 12:46:23 +02:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Letter of pattern piece</string>
|
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelEditName">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name of detail:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEditName">
|
|
|
|
<property name="text">
|
|
|
|
<string>Detail</string>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
2016-08-26 12:46:23 +02:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Name can't be empty</string>
|
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-07-06 22:15:32 +02:00
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Material/Cut number/Placement</string>
|
2016-07-06 22:15:32 +02:00
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cut number:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>Material type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" colspan="2">
|
|
|
|
<widget class="QComboBox" name="comboBoxMaterial">
|
2016-08-17 21:38:39 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>You can choose one of the predefined materials or enter a new one</string>
|
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" colspan="2">
|
|
|
|
<widget class="QSpinBox" name="spinBoxCutNumber">
|
2016-08-22 10:47:21 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2016-08-07 22:41:49 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>Placement:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2" colspan="2">
|
|
|
|
<widget class="QComboBox" name="comboBoxPlacement"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QPushButton" name="pushButtonAdd">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QPushButton" name="pushButtonCancel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QPushButton" name="pushButtonRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-07-06 22:15:32 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxDetail">
|
|
|
|
<property name="text">
|
|
|
|
<string>Detail label visible</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxPattern">
|
|
|
|
<property name="text">
|
|
|
|
<string>Pattern label visible</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-07-06 22:15:32 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
2016-08-26 12:46:23 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QListWidget" name="listWidgetMCP">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>180</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2013-10-25 13:10:45 +02:00
|
|
|
</item>
|
2013-08-28 10:55:11 +02:00
|
|
|
</layout>
|
2016-06-18 22:14:35 +02:00
|
|
|
</widget>
|
2016-09-06 23:50:46 +02:00
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<property name="cursor">
|
2016-10-13 23:33:32 +02:00
|
|
|
<cursorShape>ArrowCursor</cursorShape>
|
2016-09-06 23:50:46 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Grainline</string>
|
|
|
|
</attribute>
|
2016-10-04 02:07:58 +02:00
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget">
|
2016-09-06 23:50:46 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-10-06 23:39:57 +02:00
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>541</width>
|
2016-10-04 02:07:58 +02:00
|
|
|
<height>41</height>
|
2016-09-06 23:50:46 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2016-09-08 22:35:32 +02:00
|
|
|
<widget class="QCheckBox" name="checkBoxGrainline">
|
|
|
|
<property name="text">
|
|
|
|
<string>Grainline visible</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-04 02:07:58 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-10-06 23:39:57 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget_2">
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-10-06 23:39:57 +02:00
|
|
|
<x>10</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>541</width>
|
2016-10-04 02:07:58 +02:00
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="labelEditRot">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>159</red>
|
|
|
|
<green>158</green>
|
|
|
|
<blue>158</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string>Rotation:</string>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-04 02:07:58 +02:00
|
|
|
<item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<spacer name="horizontalSpacer_4">
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QToolButton" name="pushButtonRot">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Formula wizard</string>
|
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string notr="true">...</string>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="icon">
|
2016-11-04 15:16:11 +01:00
|
|
|
<iconset>
|
2016-10-04 02:07:58 +02:00
|
|
|
<normaloff>:/icon/24x24/fx.png</normaloff>:/icon/24x24/fx.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="labelEqual">
|
2016-09-08 22:35:32 +02:00
|
|
|
<property name="text">
|
2016-10-04 02:07:58 +02:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2016-11-04 15:16:11 +01:00
|
|
|
<pixmap>:/icon/24x24/equal.png</pixmap>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
2016-10-04 02:07:58 +02:00
|
|
|
<widget class="QLabel" name="labelRot">
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>87</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Value</string>
|
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string notr="true">_</string>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-04 02:07:58 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-10-06 23:39:57 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget_3">
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-10-06 23:39:57 +02:00
|
|
|
<x>10</x>
|
|
|
|
<y>110</y>
|
|
|
|
<width>541</width>
|
2016-10-04 02:07:58 +02:00
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
2016-10-04 02:07:58 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="lineEditRotFormula">
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Calculation</string>
|
|
|
|
</property>
|
|
|
|
<property name="tabChangesFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="plainText">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonShowRot">
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>Show full calculation in message box</p></body></html></string>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string notr="true"/>
|
2016-10-04 02:07:58 +02:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2016-10-06 23:39:57 +02:00
|
|
|
<iconset theme="go-down">
|
2016-11-04 15:16:11 +01:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-10-06 23:39:57 +02:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2016-10-04 02:07:58 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-10-06 23:39:57 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget_4">
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-10-06 23:39:57 +02:00
|
|
|
<x>10</x>
|
|
|
|
<y>160</y>
|
|
|
|
<width>541</width>
|
2016-10-04 02:07:58 +02:00
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="labelEditLen">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>159</red>
|
|
|
|
<green>158</green>
|
|
|
|
<blue>158</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string>Length:</string>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-04 02:07:58 +02:00
|
|
|
<item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<spacer name="horizontalSpacer_5">
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2016-09-06 23:50:46 +02:00
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2016-09-06 23:50:46 +02:00
|
|
|
</item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QToolButton" name="pushButtonLen">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Formula wizard</string>
|
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string notr="true">...</string>
|
2016-09-06 23:50:46 +02:00
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="icon">
|
2016-11-04 15:16:11 +01:00
|
|
|
<iconset>
|
2016-10-04 02:07:58 +02:00
|
|
|
<normaloff>:/icon/24x24/fx.png</normaloff>:/icon/24x24/fx.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2016-09-06 23:50:46 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="labelEqual_2">
|
2016-09-06 23:50:46 +02:00
|
|
|
<property name="text">
|
2016-09-10 15:17:55 +02:00
|
|
|
<string/>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="pixmap">
|
2016-11-04 15:16:11 +01:00
|
|
|
<pixmap>:/icon/24x24/equal.png</pixmap>
|
2016-10-04 02:07:58 +02:00
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-06 23:39:57 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
2016-10-04 02:07:58 +02:00
|
|
|
<widget class="QLabel" name="labelLen">
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>87</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Value</string>
|
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string notr="true">_</string>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-04 02:07:58 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-10-06 23:39:57 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget_5">
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-10-06 23:39:57 +02:00
|
|
|
<x>10</x>
|
|
|
|
<y>210</y>
|
|
|
|
<width>541</width>
|
2016-10-04 02:07:58 +02:00
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
2016-10-04 02:07:58 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="lineEditLenFormula">
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Calculation</string>
|
|
|
|
</property>
|
|
|
|
<property name="tabChangesFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="plainText">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2016-09-08 22:35:32 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-10-04 02:07:58 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonShowLen">
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>Show full calculation in message box</p></body></html></string>
|
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="text">
|
2016-10-06 23:39:57 +02:00
|
|
|
<string notr="true"/>
|
2016-09-08 22:35:32 +02:00
|
|
|
</property>
|
2016-10-04 02:07:58 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-down">
|
2016-11-04 15:16:11 +01:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-09-06 23:50:46 +02:00
|
|
|
</property>
|
2016-10-06 23:39:57 +02:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-09-06 23:50:46 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-10-25 00:53:01 +02:00
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>260</y>
|
|
|
|
<width>541</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
2016-10-25 23:00:42 +02:00
|
|
|
<widget class="QLabel" name="labelEditLen_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>159</red>
|
|
|
|
<green>158</green>
|
|
|
|
<blue>158</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
2016-10-25 00:53:01 +02:00
|
|
|
<property name="text">
|
2016-10-25 23:00:42 +02:00
|
|
|
<string>Arrows:</string>
|
2016-10-25 00:53:01 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-10-25 23:00:42 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxArrow"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2016-10-25 00:53:01 +02:00
|
|
|
</property>
|
2016-10-25 23:00:42 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2016-10-25 00:53:01 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-09-06 23:50:46 +02:00
|
|
|
</widget>
|
2015-11-16 16:34:16 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-08-07 22:41:49 +02:00
|
|
|
<item>
|
2013-08-28 10:55:11 +02:00
|
|
|
<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>
|
2013-10-05 13:30:56 +02:00
|
|
|
<tabstops>
|
2016-06-18 22:14:35 +02:00
|
|
|
<tabstop>lineEditName</tabstop>
|
|
|
|
<tabstop>comboBoxMaterial</tabstop>
|
|
|
|
<tabstop>spinBoxCutNumber</tabstop>
|
|
|
|
<tabstop>comboBoxPlacement</tabstop>
|
|
|
|
<tabstop>pushButtonAdd</tabstop>
|
|
|
|
<tabstop>pushButtonCancel</tabstop>
|
|
|
|
<tabstop>pushButtonRemove</tabstop>
|
|
|
|
<tabstop>toolButtonUp</tabstop>
|
2013-10-05 13:30:56 +02:00
|
|
|
<tabstop>listWidget</tabstop>
|
2016-06-18 22:14:35 +02:00
|
|
|
<tabstop>checkBoxClosed</tabstop>
|
|
|
|
<tabstop>toolButtonDelete</tabstop>
|
2014-10-30 08:34:13 +01:00
|
|
|
<tabstop>doubleSpinBoxBiasX</tabstop>
|
|
|
|
<tabstop>doubleSpinBoxBiasY</tabstop>
|
2016-06-18 22:14:35 +02:00
|
|
|
<tabstop>checkBoxReverse</tabstop>
|
2014-10-30 08:34:13 +01:00
|
|
|
<tabstop>checkBoxSeams</tabstop>
|
|
|
|
<tabstop>doubleSpinBoxSeams</tabstop>
|
2016-06-18 22:14:35 +02:00
|
|
|
<tabstop>toolButtonDown</tabstop>
|
2016-09-06 23:50:46 +02:00
|
|
|
<tabstop>checkBoxForbidFlipping</tabstop>
|
|
|
|
<tabstop>checkBoxDetail</tabstop>
|
|
|
|
<tabstop>checkBoxPattern</tabstop>
|
|
|
|
<tabstop>lineEditLetter</tabstop>
|
2013-10-05 13:30:56 +02:00
|
|
|
</tabstops>
|
2016-11-04 15:16:11 +01:00
|
|
|
<resources/>
|
2013-08-28 10:55:11 +02:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DialogDetail</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>DialogDetail</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|