2013-06-20 16:09:50 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-07-03 14:29:26 +02:00
<width>1100</width>
2013-06-20 16:09:50 +02:00
<height>700</height>
</rect>
</property>
<property name="windowTitle">
<string>Valentina</string>
</property>
2013-09-18 18:52:49 +02:00
<property name="windowIcon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
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="Saho" country="Eritrea"/>
</property>
2013-06-20 16:09:50 +02:00
<widget class="QWidget" name="centralWidget">
2013-08-13 18:48:36 +02:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolBox" name="toolBox">
2015-05-12 17:15:10 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2013-07-03 14:29:26 +02:00
<property name="sizePolicy">
2015-05-28 11:47:39 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
2013-08-13 18:48:36 +02:00
<verstretch>1</verstretch>
2013-07-03 14:29:26 +02:00
</sizepolicy>
</property>
2013-08-13 18:48:36 +02:00
<property name="minimumSize">
2013-07-03 14:29:26 +02:00
<size>
2015-06-08 12:47:51 +02:00
<width>130</width>
2013-08-13 18:48:36 +02:00
<height>0</height>
2013-07-03 14:29:26 +02:00
</size>
</property>
2015-05-28 11:47:39 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-09 20:26:50 +02:00
<string>Tools</string>
2013-10-05 12:51:17 +02:00
</property>
2013-06-20 16:09:50 +02:00
<property name="currentIndex">
2016-01-24 17:15:08 +01:00
<number>2</number>
2013-06-20 16:09:50 +02:00
</property>
<widget class="QWidget" name="page">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-06-09 20:26:50 +02:00
<width>130</width>
2015-06-24 16:30:07 +02:00
<height>318</height>
2013-06-20 16:09:50 +02:00
</rect>
</property>
2013-07-03 14:29:26 +02:00
<property name="sizePolicy">
2013-08-13 18:48:36 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
2013-07-03 14:29:26 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
<string>Tools for creating points.</string>
</property>
2015-06-08 12:47:51 +02:00
<attribute name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/icon/16x16/toolsectionpoint.png</normaloff>:/icon/16x16/toolsectionpoint.png</iconset>
</attribute>
2013-06-20 16:09:50 +02:00
<attribute name="label">
2013-09-18 18:52:49 +02:00
<string>Point</string>
2013-06-20 16:09:50 +02:00
</attribute>
2015-06-09 20:26:50 +02:00
<attribute name="toolTip">
<string>Point</string>
</attribute>
2014-08-18 19:39:27 +02:00
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2015-06-08 12:47:51 +02:00
<item row="2" column="0">
<widget class="QToolButton" name="toolButtonEndLine">
2013-07-25 14:00:51 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Point at distance and angle</string>
2013-10-05 12:51:17 +02:00
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-06-20 16:09:50 +02:00
</property>
2013-07-25 14:00:51 +02:00
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/segment.png</normaloff>:/toolicon/32x32/segment.png</iconset>
2013-07-25 14:00:51 +02:00
</property>
<property name="iconSize">
<size>
2013-07-30 15:09:34 +02:00
<width>32</width>
<height>32</height>
2013-07-25 14:00:51 +02:00
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
2013-06-20 16:09:50 +02:00
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="2" column="1">
<widget class="QToolButton" name="toolButtonAlongLine">
2013-07-28 00:18:06 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Point at distance along line</string>
2013-10-05 12:51:17 +02:00
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-07-03 14:29:26 +02:00
</property>
2013-07-28 00:18:06 +02:00
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/along_line.png</normaloff>:/toolicon/32x32/along_line.png</iconset>
2013-07-28 00:18:06 +02:00
</property>
<property name="iconSize">
<size>
2013-07-30 15:09:34 +02:00
<width>32</width>
<height>32</height>
2013-07-28 00:18:06 +02:00
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
2013-07-03 14:29:26 +02:00
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="3" column="0">
<widget class="QToolButton" name="toolButtonNormal">
2013-07-30 15:09:34 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Point along perpendicular</string>
2013-10-05 12:51:17 +02:00
</property>
2013-07-03 14:29:26 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-06-20 16:09:50 +02:00
</property>
2013-07-30 15:09:34 +02:00
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/normal.png</normaloff>:/toolicon/32x32/normal.png</iconset>
2013-07-30 15:09:34 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="3" column="1">
<widget class="QToolButton" name="toolButtonBisector">
2013-07-30 15:09:34 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Point along bisector</string>
2013-10-05 12:51:17 +02:00
</property>
2013-07-30 15:09:34 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-07-30 15:09:34 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/bisector.png</normaloff>:/toolicon/32x32/bisector.png</iconset>
2013-07-30 15:09:34 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
2013-07-30 20:46:40 +02:00
</property>
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="5" column="0">
<widget class="QToolButton" name="toolButtonShoulderPoint">
2013-07-30 20:46:40 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Special point on shoulder</string>
2013-10-05 12:51:17 +02:00
</property>
2013-07-30 20:46:40 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-07-30 20:46:40 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/shoulder.png</normaloff>:/toolicon/32x32/shoulder.png</iconset>
2013-07-30 20:46:40 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
2013-07-30 15:09:34 +02:00
</property>
2013-06-20 16:09:50 +02:00
</widget>
</item>
2014-08-18 19:39:27 +02:00
<item row="5" column="1">
<widget class="QToolButton" name="toolButtonPointOfContact">
2013-08-21 10:03:53 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Point at intersection of arc and line</string>
2013-10-05 12:51:17 +02:00
</property>
2013-08-21 10:03:53 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-08-21 10:03:53 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/point_of_contact.png</normaloff>:/toolicon/32x32/point_of_contact.png</iconset>
2013-10-18 12:03:01 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="7" column="0">
<widget class="QToolButton" name="toolButtonTriangle">
2013-10-18 12:03:01 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Triangle tool</string>
2013-10-18 12:03:01 +02:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-10-18 12:03:01 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/triangle.png</normaloff>:/toolicon/32x32/triangle.png</iconset>
2013-08-21 10:03:53 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="7" column="1">
<widget class="QToolButton" name="toolButtonPointOfIntersection">
2013-10-18 20:20:54 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Point from X and Y of two other points</string>
2013-10-18 20:20:54 +02:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-10-18 20:20:54 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/point_of_intersection.png</normaloff>:/toolicon/32x32/point_of_intersection.png</iconset>
2013-10-18 20:20:54 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="9" column="0">
<widget class="QToolButton" name="toolButtonHeight">
2013-10-21 16:09:05 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2014-08-02 12:27:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Perpendicular point along line</string>
2014-08-02 12:27:17 +02:00
</property>
2013-10-21 16:09:05 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-10-21 16:09:05 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/height.png</normaloff>:/toolicon/32x32/height.png</iconset>
2013-10-21 16:09:05 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2014-10-20 19:41:02 +02:00
<item row="9" column="1">
<widget class="QToolButton" name="toolButtonLineIntersectAxis">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Point intersect line and axis</string>
2014-10-20 19:41:02 +02:00
</property>
<property name="text">
2015-10-15 11:32:50 +02:00
<string notr="true">...</string>
2014-10-20 19:41:02 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/line_intersect_axis.png</normaloff>:/toolicon/32x32/line_intersect_axis.png</iconset>
2014-10-20 19:41:02 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2015-06-24 16:30:07 +02:00
<item row="10" column="0">
<widget class="QToolButton" name="toolButtonTrueDarts">
<property name="enabled">
<bool>false</bool>
</property>
2015-11-03 21:36:44 +01:00
<property name="toolTip">
<string>True darts</string>
</property>
2015-06-24 16:30:07 +02:00
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-24 16:30:07 +02:00
<normaloff>:/toolicon/32x32/true_darts.png</normaloff>:/toolicon/32x32/true_darts.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2013-06-20 16:09:50 +02:00
</layout>
</widget>
<widget class="QWidget" name="page_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-01-24 17:15:08 +01:00
<width>130</width>
2015-02-26 15:10:01 +01:00
<height>58</height>
2013-06-20 16:09:50 +02:00
</rect>
</property>
2013-07-03 14:29:26 +02:00
<property name="sizePolicy">
2013-08-13 18:48:36 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
2013-07-03 14:29:26 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
<string>Tools for creating lines.</string>
</property>
2015-06-08 12:47:51 +02:00
<attribute name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/icon/16x16/toolsectionline.png</normaloff>:/icon/16x16/toolsectionline.png</iconset>
</attribute>
2013-06-20 16:09:50 +02:00
<attribute name="label">
2013-09-18 18:52:49 +02:00
<string>Line</string>
2013-06-20 16:09:50 +02:00
</attribute>
2015-06-09 20:26:50 +02:00
<attribute name="toolTip">
<string>Line</string>
</attribute>
2014-08-18 19:39:27 +02:00
<layout class="QFormLayout" name="formLayout_2">
2015-06-08 12:47:51 +02:00
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2014-08-18 19:39:27 +02:00
<item row="0" column="0">
<widget class="QToolButton" name="toolButtonLine">
2013-07-25 20:39:51 +02:00
<property name="enabled">
<bool>false</bool>
2013-06-20 16:09:50 +02:00
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2014-08-18 19:39:27 +02:00
<string>Line between points</string>
2013-10-05 12:51:17 +02:00
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-06-20 16:09:50 +02:00
</property>
2013-07-25 20:39:51 +02:00
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/line.png</normaloff>:/toolicon/32x32/line.png</iconset>
2013-07-25 20:39:51 +02:00
</property>
<property name="iconSize">
<size>
2013-07-31 13:34:39 +02:00
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2014-08-18 19:39:27 +02:00
<item row="0" column="1">
<widget class="QToolButton" name="toolButtonLineIntersect">
2013-07-31 13:34:39 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2014-08-18 19:39:27 +02:00
<string>Point at line intersection</string>
2013-10-05 12:51:17 +02:00
</property>
2013-07-31 13:34:39 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-07-31 13:34:39 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/intersect.png</normaloff>:/toolicon/32x32/intersect.png</iconset>
2013-07-31 13:34:39 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
2013-07-25 20:39:51 +02:00
</size>
</property>
<property name="checkable">
<bool>true</bool>
2013-06-20 16:09:50 +02:00
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-01-24 17:15:08 +01:00
<width>130</width>
2016-03-10 14:55:04 +01:00
<height>196</height>
2013-06-20 16:09:50 +02:00
</rect>
</property>
2013-07-03 14:29:26 +02:00
<property name="sizePolicy">
2013-08-13 18:48:36 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
2013-07-03 14:29:26 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
<string>Tools for creating curves.</string>
</property>
2015-06-08 12:47:51 +02:00
<attribute name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/icon/16x16/toolsectioncurve.png</normaloff>:/icon/16x16/toolsectioncurve.png</iconset>
</attribute>
2013-06-20 16:09:50 +02:00
<attribute name="label">
2013-09-18 18:52:49 +02:00
<string>Curve</string>
2013-06-20 16:09:50 +02:00
</attribute>
2015-06-09 20:26:50 +02:00
<attribute name="toolTip">
<string>Curve</string>
</attribute>
2014-08-18 19:39:27 +02:00
<layout class="QFormLayout" name="formLayout_3">
2015-06-08 12:47:51 +02:00
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2013-07-03 14:29:26 +02:00
<item row="0" column="0">
2013-08-05 10:37:56 +02:00
<widget class="QToolButton" name="toolButtonSpline">
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Simple curve</string>
2013-10-05 12:51:17 +02:00
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-08-05 10:37:56 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/spline.png</normaloff>:/toolicon/32x32/spline.png</iconset>
2013-08-05 10:37:56 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
2013-06-20 16:09:50 +02:00
</property>
</widget>
</item>
2015-06-08 12:47:51 +02:00
<item row="0" column="1">
<widget class="QToolButton" name="toolButtonSplineCutPoint">
2013-08-09 08:49:34 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Segmenting a simple curve</string>
2013-10-05 12:51:17 +02:00
</property>
2013-08-09 08:49:34 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-08-09 08:49:34 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/spline_cut_point.png</normaloff>:/toolicon/32x32/spline_cut_point.png</iconset>
2013-08-09 08:49:34 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2016-03-10 14:55:04 +01:00
<item row="1" column="0">
<widget class="QToolButton" name="toolButtonCubicBezier">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Curve tool which uses point as control handle</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/cubic_bezier.png</normaloff>:/toolicon/32x32/cubic_bezier.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
2015-06-08 12:47:51 +02:00
<widget class="QToolButton" name="toolButtonSplinePath">
2013-12-18 12:13:32 +01:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2015-06-08 12:47:51 +02:00
<string>Curved path</string>
2013-12-18 12:13:32 +01:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-12-18 12:13:32 +01:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/toolicon/32x32/splinePath.png</normaloff>:/toolicon/32x32/splinePath.png</iconset>
2013-12-18 12:13:32 +01:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2016-03-10 14:55:04 +01:00
<item row="2" column="0">
2014-08-18 19:39:27 +02:00
<widget class="QToolButton" name="toolButtonSplinePathCutPoint">
2013-12-18 12:13:32 +01:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Segment a curved path</string>
2013-12-18 12:13:32 +01:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-12-18 12:13:32 +01:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/splinePath_cut_point.png</normaloff>:/toolicon/32x32/splinePath_cut_point.png</iconset>
2013-12-18 12:13:32 +01:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2016-03-10 14:55:04 +01:00
<item row="2" column="1">
2014-10-23 10:38:57 +02:00
<widget class="QToolButton" name="toolButtonCurveIntersectAxis">
<property name="enabled">
<bool>false</bool>
</property>
2015-02-16 15:38:37 +01:00
<property name="toolTip">
<string>Point intersect curve and axis</string>
</property>
2014-10-23 10:38:57 +02:00
<property name="text">
2015-10-15 11:32:50 +02:00
<string notr="true">...</string>
2014-10-23 10:38:57 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/curve_intersect_axis.png</normaloff>:/toolicon/32x32/curve_intersect_axis.png</iconset>
2014-10-23 10:38:57 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2016-03-10 14:55:04 +01:00
<item row="3" column="0">
2016-01-24 17:15:08 +01:00
<widget class="QToolButton" name="toolButtonIntersectionCurves">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Point intersection curves</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/intersection_curves.png</normaloff>:/toolicon/32x32/intersection_curves.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2013-06-20 16:09:50 +02:00
</layout>
</widget>
<widget class="QWidget" name="page_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-01-24 17:15:08 +01:00
<width>130</width>
2015-06-09 20:23:37 +02:00
<height>196</height>
2013-06-20 16:09:50 +02:00
</rect>
</property>
2013-07-03 14:29:26 +02:00
<property name="sizePolicy">
2013-08-13 18:48:36 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
2013-07-03 14:29:26 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
<string>Tools for creating arcs.</string>
</property>
2015-06-08 12:47:51 +02:00
<attribute name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/icon/16x16/toolsectionarc.png</normaloff>:/icon/16x16/toolsectionarc.png</iconset>
</attribute>
2013-06-20 16:09:50 +02:00
<attribute name="label">
2013-09-18 18:52:49 +02:00
<string>Arc</string>
2013-06-20 16:09:50 +02:00
</attribute>
2015-06-09 20:26:50 +02:00
<attribute name="toolTip">
<string>Arc</string>
</attribute>
2014-08-18 19:39:27 +02:00
<layout class="QFormLayout" name="formLayout_4">
2015-06-08 12:47:51 +02:00
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2013-07-03 14:29:26 +02:00
<item row="0" column="0">
2013-08-06 09:56:09 +02:00
<widget class="QToolButton" name="toolButtonArc">
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Arc</string>
2013-10-05 12:51:17 +02:00
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-08-06 09:56:09 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/arc.png</normaloff>:/toolicon/32x32/arc.png</iconset>
2013-08-06 09:56:09 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
2013-06-20 16:09:50 +02:00
</property>
</widget>
</item>
2014-01-08 15:05:32 +01:00
<item row="0" column="1">
<widget class="QToolButton" name="toolButtonArcCutPoint">
<property name="enabled">
<bool>false</bool>
</property>
2014-08-02 12:27:17 +02:00
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Segment an arc</string>
2014-08-02 12:27:17 +02:00
</property>
2014-01-08 15:05:32 +01:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2014-01-08 15:05:32 +01:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/arc_cut.png</normaloff>:/toolicon/32x32/arc_cut.png</iconset>
2014-01-08 15:05:32 +01:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2014-10-23 10:38:57 +02:00
<item row="1" column="0">
<widget class="QToolButton" name="toolButtonArcIntersectAxis">
<property name="enabled">
<bool>false</bool>
</property>
2015-02-16 15:38:37 +01:00
<property name="toolTip">
<string>Point intersect arc and axis</string>
</property>
2014-10-23 10:38:57 +02:00
<property name="text">
2015-06-05 15:43:41 +02:00
<string notr="true">...</string>
2014-10-23 10:38:57 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/arc_intersect_axis.png</normaloff>:/toolicon/32x32/arc_intersect_axis.png</iconset>
2014-10-23 10:38:57 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2015-05-25 15:00:52 +02:00
<item row="1" column="1">
<widget class="QToolButton" name="toolButtonPointOfIntersectionArcs">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Point of intersection arcs</string>
</property>
<property name="text">
2015-06-05 15:43:41 +02:00
<string notr="true">...</string>
2015-05-25 15:00:52 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/point_of_intersection_arcs.png</normaloff>:/toolicon/32x32/point_of_intersection_arcs.png</iconset>
2015-05-25 15:00:52 +02:00
</property>
<property name="iconSize">
2015-05-30 12:02:20 +02:00
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QToolButton" name="toolButtonPointOfIntersectionCircles">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Point of intersection circles</string>
</property>
<property name="text">
2015-06-05 15:43:41 +02:00
<string notr="true">...</string>
2015-05-30 12:02:20 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/point_of_intersection_circles.png</normaloff>:/toolicon/32x32/point_of_intersection_circles.png</iconset>
2015-05-30 12:02:20 +02:00
</property>
<property name="iconSize">
2015-06-05 15:43:41 +02:00
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QToolButton" name="toolButtonPointFromCircleAndTangent">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Point from circle and tangent</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/point_from_circle_and_tangent.png</normaloff>:/toolicon/32x32/point_from_circle_and_tangent.png</iconset>
2015-06-05 15:43:41 +02:00
</property>
<property name="iconSize">
2015-06-06 08:33:19 +02:00
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QToolButton" name="toolButtonPointFromArcAndTangent">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Point from arc and tangent</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/point_from_arc_and_tangent.png</normaloff>:/toolicon/32x32/point_from_arc_and_tangent.png</iconset>
2015-06-06 08:33:19 +02:00
</property>
<property name="iconSize">
2015-05-25 15:00:52 +02:00
<size>
<width>32</width>
<height>32</height>
</size>
</property>
2015-05-27 18:24:20 +02:00
<property name="checkable">
<bool>true</bool>
</property>
2015-05-25 15:00:52 +02:00
</widget>
</item>
2015-06-09 20:23:37 +02:00
<item row="3" column="1">
<widget class="QToolButton" name="toolButtonArcWithLength">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Arc with given length</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/arc_with_length.png</normaloff>:/toolicon/32x32/arc_with_length.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
2013-06-20 16:09:50 +02:00
</layout>
</widget>
2013-08-28 10:55:11 +02:00
<widget class="QWidget" name="page_5">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-01-24 17:15:08 +01:00
<width>130</width>
2015-02-26 15:10:01 +01:00
<height>58</height>
2013-08-28 10:55:11 +02:00
</rect>
</property>
2013-10-05 12:51:17 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Tools for creating details.</string>
</property>
2015-06-08 12:47:51 +02:00
<attribute name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/icon/16x16/toolsectiondetail.png</normaloff>:/icon/16x16/toolsectiondetail.png</iconset>
</attribute>
2013-08-28 10:55:11 +02:00
<attribute name="label">
2013-09-18 18:52:49 +02:00
<string>Detail</string>
2013-08-28 10:55:11 +02:00
</attribute>
2015-06-09 20:26:50 +02:00
<attribute name="toolTip">
<string>Detail</string>
</attribute>
2014-08-18 19:39:27 +02:00
<layout class="QFormLayout" name="formLayout_5">
2015-06-08 12:47:51 +02:00
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2013-08-28 10:55:11 +02:00
<item row="0" column="0">
<widget class="QToolButton" name="toolButtonNewDetail">
2015-05-12 17:15:10 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-10-05 12:51:17 +02:00
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Seam allowance tool</string>
2013-10-05 12:51:17 +02:00
</property>
2013-08-28 10:55:11 +02:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-08-28 10:55:11 +02:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/new_detail.png</normaloff>:/toolicon/32x32/new_detail.png</iconset>
2013-08-28 10:55:11 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
2013-12-23 12:13:28 +01:00
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
2013-12-23 18:23:50 +01:00
<widget class="QToolButton" name="toolButtonUnionDetails">
<property name="enabled">
<bool>false</bool>
</property>
2014-08-02 12:27:17 +02:00
<property name="toolTip">
2015-02-16 15:38:37 +01:00
<string>Union tool</string>
2014-08-02 12:27:17 +02:00
</property>
2013-12-23 12:13:28 +01:00
<property name="text">
2014-09-17 20:29:46 +02:00
<string notr="true">...</string>
2013-12-23 12:13:28 +01:00
</property>
<property name="icon">
2015-06-08 11:29:50 +02:00
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/union.png</normaloff>:/toolicon/32x32/union.png</iconset>
2013-12-23 12:13:28 +01:00
</property>
<property name="iconSize">
<size>
<width>32</width>
2013-08-28 10:55:11 +02:00
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2015-05-12 14:42:19 +02:00
<widget class="QWidget" name="page_6">
2015-05-13 12:23:57 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-01-24 17:15:08 +01:00
<width>130</width>
<height>386</height>
2015-05-13 12:23:57 +02:00
</rect>
</property>
2015-06-08 12:47:51 +02:00
<attribute name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-06-08 12:47:51 +02:00
<normaloff>:/icon/16x16/toolsectionlayout.png</normaloff>:/icon/16x16/toolsectionlayout.png</iconset>
</attribute>
2015-05-12 14:42:19 +02:00
<attribute name="label">
<string>Layout</string>
</attribute>
2015-06-09 20:26:50 +02:00
<attribute name="toolTip">
<string>Layout</string>
</attribute>
2015-05-12 14:42:19 +02:00
<layout class="QFormLayout" name="formLayout_6">
2015-06-08 12:47:51 +02:00
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2015-05-12 14:42:19 +02:00
<item row="0" column="0">
<widget class="QToolButton" name="toolButtonLayoutSettings">
2015-05-12 17:15:10 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-09-13 22:19:45 +02:00
<property name="toolTip">
<string>Create new Layout</string>
</property>
2015-05-12 14:42:19 +02:00
<property name="text">
<string>Settings</string>
</property>
<property name="icon">
2015-05-13 12:23:57 +02:00
<iconset theme="emblem-system">
<normaloff/>
</iconset>
2015-05-12 14:42:19 +02:00
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2013-06-20 16:09:50 +02:00
</widget>
</item>
2013-08-13 18:48:36 +02:00
<item>
2014-08-12 13:30:20 +02:00
<widget class="VMainGraphicsView" name="view">
<property name="enabled">
<bool>false</bool>
2013-08-13 18:48:36 +02:00
</property>
2014-08-18 20:34:26 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2014-08-12 13:30:20 +02:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
2013-08-13 18:48:36 +02:00
</property>
2014-08-12 13:30:20 +02:00
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
</widget>
2013-08-13 18:48:36 +02:00
</item>
2013-06-20 16:09:50 +02:00
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-07-03 14:29:26 +02:00
<width>1100</width>
2015-02-26 15:10:01 +01:00
<height>25</height>
2013-06-20 16:09:50 +02:00
</rect>
</property>
2013-10-05 14:07:04 +02:00
<widget class="QMenu" name="menuFile">
<property name="title">
2014-02-10 20:31:22 +01:00
<string>&File</string>
2013-10-05 14:07:04 +02:00
</property>
2015-05-14 14:27:04 +02:00
<widget class="QMenu" name="menuLayout">
<property name="title">
<string>Layout</string>
</property>
<addaction name="actionSaveAsPDF"/>
<addaction name="actionPrintPreview"/>
<addaction name="actionPrint"/>
<addaction name="separator"/>
<addaction name="actionSaveAsTiledPDF"/>
2015-10-11 21:14:19 +02:00
<addaction name="actionPrintPreviewTiled"/>
2015-05-14 14:27:04 +02:00
<addaction name="actionPrintTiled"/>
<addaction name="separator"/>
<addaction name="actionExportAs"/>
</widget>
2013-10-05 14:07:04 +02:00
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
<addaction name="separator"/>
2015-05-14 14:27:04 +02:00
<addaction name="menuLayout"/>
<addaction name="separator"/>
2014-06-03 10:17:58 +02:00
<addaction name="actionPreferences"/>
<addaction name="separator"/>
2013-10-05 14:07:04 +02:00
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
2014-02-10 20:31:22 +01:00
<string>&Help</string>
2013-10-05 14:07:04 +02:00
</property>
2014-12-01 13:11:25 +01:00
<addaction name="actionOnlineHelp"/>
2016-01-21 15:21:58 +01:00
<addaction name="actionReportBug"/>
2013-10-05 14:07:04 +02:00
<addaction name="actionAbout_Qt"/>
<addaction name="actionAbout_Valentina"/>
</widget>
2014-08-18 20:34:26 +02:00
<widget class="QMenu" name="menuPatternPiece">
2013-10-05 14:07:04 +02:00
<property name="title">
2014-02-10 20:31:22 +01:00
<string>&Pattern piece</string>
2013-10-05 14:07:04 +02:00
</property>
<addaction name="actionNewDraw"/>
<addaction name="actionOptionDraw"/>
2014-06-02 20:42:46 +02:00
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
2014-10-24 17:05:41 +02:00
<addaction name="actionZoomFitBest"/>
<addaction name="actionZoomOriginal"/>
2014-02-14 12:29:04 +01:00
<addaction name="separator"/>
2015-02-21 16:38:11 +01:00
<addaction name="actionLast_tool"/>
2015-04-23 17:06:17 +02:00
<addaction name="actionShowCurveDetails"/>
2014-02-19 14:32:02 +01:00
<addaction name="actionPattern_properties"/>
2014-06-24 10:47:28 +02:00
<addaction name="actionEdit_pattern_code"/>
2013-10-05 14:07:04 +02:00
</widget>
2014-06-03 09:55:23 +02:00
<widget class="QMenu" name="menuMeasurements">
<property name="title">
<string>Measurements</string>
</property>
<addaction name="actionTable"/>
2015-08-17 12:26:27 +02:00
<addaction name="actionLoadIndividual"/>
<addaction name="actionLoadStandard"/>
2015-10-26 12:21:49 +01:00
<addaction name="actionUnloadMeasurements"/>
2015-08-18 12:36:17 +02:00
<addaction name="actionCreateNew"/>
2015-08-18 16:53:33 +02:00
<addaction name="actionShowM"/>
2015-08-23 13:01:02 +02:00
<addaction name="actionSyncMeasurements"/>
2014-06-03 09:55:23 +02:00
</widget>
2014-11-12 11:56:20 +01:00
<widget class="QMenu" name="menuWindow">
<property name="title">
<string>Window</string>
</property>
<addaction name="actionCloseWindow"/>
</widget>
2015-05-01 15:21:21 +02:00
<widget class="QMenu" name="menuHistory">
<property name="title">
<string>History</string>
</property>
<addaction name="actionHistory"/>
</widget>
2015-05-01 15:26:56 +02:00
<widget class="QMenu" name="menuMode">
<property name="title">
<string>Mode</string>
</property>
<addaction name="actionDraw"/>
<addaction name="actionDetails"/>
<addaction name="actionLayout"/>
</widget>
2013-10-05 14:07:04 +02:00
<addaction name="menuFile"/>
2014-08-18 20:34:26 +02:00
<addaction name="menuPatternPiece"/>
2015-05-01 15:26:56 +02:00
<addaction name="menuMode"/>
2014-06-03 09:55:23 +02:00
<addaction name="menuMeasurements"/>
2015-05-01 15:21:21 +02:00
<addaction name="menuHistory"/>
2014-11-12 11:56:20 +01:00
<addaction name="menuWindow"/>
2013-10-05 14:07:04 +02:00
<addaction name="menuHelp"/>
2013-06-20 16:09:50 +02:00
</widget>
<widget class="QToolBar" name="mainToolBar">
2015-04-11 20:20:37 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2014-05-27 18:12:41 +02:00
<property name="windowTitle">
<string>Toolbar files</string>
</property>
2015-04-11 20:20:37 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2013-06-20 16:09:50 +02:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
2015-08-23 13:01:02 +02:00
<addaction name="actionSyncMeasurements"/>
2013-06-20 16:09:50 +02:00
</widget>
<widget class="QStatusBar" name="statusBar"/>
2015-01-26 16:13:46 +01:00
<widget class="QToolBar" name="toolBarStages">
2013-07-13 12:51:31 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2015-04-11 20:20:37 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2013-06-20 16:09:50 +02:00
<property name="windowTitle">
2014-05-27 18:12:41 +02:00
<string>ToolBar modes</string>
2013-06-20 16:09:50 +02:00
</property>
2015-04-11 20:20:37 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2013-06-20 16:09:50 +02:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionDraw"/>
<addaction name="actionDetails"/>
2015-01-26 16:13:46 +01:00
<addaction name="actionLayout"/>
2013-06-20 16:09:50 +02:00
</widget>
<widget class="QToolBar" name="toolBarDraws">
2015-05-01 19:24:16 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2015-04-11 20:20:37 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2013-06-20 16:09:50 +02:00
<property name="windowTitle">
2014-05-27 18:12:41 +02:00
<string>Toolbar pattern</string>
2013-06-20 16:09:50 +02:00
</property>
2015-04-11 20:20:37 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2013-06-20 16:09:50 +02:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
2013-07-13 12:51:31 +02:00
<addaction name="actionNewDraw"/>
2013-06-20 16:09:50 +02:00
</widget>
<widget class="QToolBar" name="toolBarOption">
2015-04-11 20:20:37 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2013-06-20 16:09:50 +02:00
<property name="windowTitle">
2014-05-27 18:12:41 +02:00
<string>Toolbar options</string>
2013-06-20 16:09:50 +02:00
</property>
2015-04-11 20:20:37 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2013-06-20 16:09:50 +02:00
<attribute name="toolBarArea">
<enum>BottomToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
2013-07-03 14:29:26 +02:00
<bool>false</bool>
2013-06-20 16:09:50 +02:00
</attribute>
</widget>
2014-06-24 10:47:28 +02:00
<widget class="QToolBar" name="toolBarTools">
2014-10-24 20:49:59 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2015-04-11 20:20:37 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2014-06-02 20:42:46 +02:00
<property name="windowTitle">
2014-06-24 10:47:28 +02:00
<string>Toolbar tools</string>
2014-06-02 20:42:46 +02:00
</property>
2015-04-11 20:20:37 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2014-06-02 20:42:46 +02:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
2014-07-11 15:10:54 +02:00
<addaction name="actionZoomOriginal"/>
<addaction name="actionZoomFitBest"/>
2014-10-24 20:49:59 +02:00
<addaction name="actionStopTool"/>
2014-06-02 20:42:46 +02:00
</widget>
2014-08-18 20:34:26 +02:00
<widget class="QDockWidget" name="dockWidgetToolOptions">
<property name="minimumSize">
<size>
<width>125</width>
<height>41</height>
</size>
</property>
<property name="windowTitle">
<string>Tool options</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_10"/>
</widget>
2015-01-26 16:13:46 +01:00
<widget class="QToolBar" name="toolBarArrows">
2015-04-11 20:20:37 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
2015-01-26 16:13:46 +01:00
<property name="windowTitle">
<string>toolBar</string>
</property>
2015-04-11 20:20:37 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2015-01-26 16:13:46 +01:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionArrowTool"/>
</widget>
2015-05-12 14:42:19 +02:00
<widget class="QDockWidget" name="dockWidgetLayoutPages">
<property name="features">
<set>QDockWidget::NoDockWidgetFeatures</set>
</property>
<property name="allowedAreas">
<set>Qt::RightDockWidgetArea</set>
</property>
<property name="windowTitle">
<string>Layout pages</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="listWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2015-05-12 18:52:07 +02:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="tabKeyNavigation">
<bool>true</bool>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
2015-05-12 14:42:19 +02:00
<property name="iconSize">
<size>
<width>150</width>
<height>200</height>
</size>
</property>
2015-05-12 18:52:07 +02:00
<property name="movement">
<enum>QListView::Static</enum>
</property>
<property name="flow">
<enum>QListView::TopToBottom</enum>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="spacing">
<number>10</number>
</property>
<property name="viewMode">
<enum>QListView::IconMode</enum>
</property>
2015-05-12 14:42:19 +02:00
</widget>
</item>
</layout>
</widget>
</widget>
2013-06-20 16:09:50 +02:00
<action name="actionNew">
<property name="icon">
<iconset theme="document-new">
<normaloff/>
</iconset>
</property>
<property name="text">
2013-09-18 18:52:49 +02:00
<string>New</string>
2013-06-20 16:09:50 +02:00
</property>
2014-02-10 20:31:22 +01:00
<property name="iconText">
<string>&New</string>
</property>
2013-06-20 16:09:50 +02:00
<property name="toolTip">
2013-09-18 18:52:49 +02:00
<string>Create a new pattern</string>
2013-06-20 16:09:50 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+N</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-06-20 16:09:50 +02:00
</action>
<action name="actionOpen">
<property name="icon">
<iconset theme="document-open">
<normaloff/>
</iconset>
</property>
<property name="text">
2013-09-18 18:52:49 +02:00
<string>Open</string>
2013-06-20 16:09:50 +02:00
</property>
2014-02-10 20:31:22 +01:00
<property name="iconText">
<string>&Open</string>
</property>
2013-06-20 16:09:50 +02:00
<property name="toolTip">
2013-09-18 18:52:49 +02:00
<string>Open file with pattern</string>
2013-06-20 16:09:50 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-06-20 16:09:50 +02:00
</action>
<action name="actionSave">
2013-07-13 12:51:31 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-06-20 16:09:50 +02:00
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
</property>
<property name="text">
2013-09-18 18:52:49 +02:00
<string>Save</string>
2013-06-20 16:09:50 +02:00
</property>
2014-02-10 20:31:22 +01:00
<property name="iconText">
<string>&Save</string>
</property>
2013-06-20 16:09:50 +02:00
<property name="toolTip">
2013-09-18 18:52:49 +02:00
<string>Save pattern</string>
2013-06-20 16:09:50 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+S</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-06-20 16:09:50 +02:00
</action>
<action name="actionSaveAs">
2013-07-13 12:51:31 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-06-20 16:09:50 +02:00
<property name="icon">
<iconset theme="document-save-as">
<normaloff/>
</iconset>
</property>
<property name="text">
2014-02-10 20:31:22 +01:00
<string>Save &As...</string>
2013-06-20 16:09:50 +02:00
</property>
<property name="toolTip">
2013-09-18 18:52:49 +02:00
<string>Save not yet saved pattern</string>
2013-06-20 16:09:50 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+Shift+S</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-06-20 16:09:50 +02:00
</action>
<action name="actionDraw">
<property name="checkable">
<bool>true</bool>
</property>
2013-07-03 14:29:26 +02:00
<property name="checked">
<bool>true</bool>
</property>
<property name="enabled">
2013-07-13 12:51:31 +02:00
<bool>false</bool>
2013-07-03 14:29:26 +02:00
</property>
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-07-03 14:29:26 +02:00
<normaloff>:/icon/32x32/draw.png</normaloff>:/icon/32x32/draw.png</iconset>
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2013-09-18 18:52:49 +02:00
<string>Draw</string>
2013-06-20 16:09:50 +02:00
</property>
<property name="toolTip">
2015-10-29 09:14:34 +01:00
<string><html><head/><body><p>Mode for working with pattern pieces. These pattern pieces are base for going to the next stage &quot;Details mode&quot;. Before you will be able to enable the &quot;Details mode&quot; need create at least one detail.</p></body></html></string>
2013-06-20 16:09:50 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+W</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-06-20 16:09:50 +02:00
</action>
<action name="actionDetails">
2013-07-03 14:29:26 +02:00
<property name="checkable">
<bool>true</bool>
</property>
2013-07-13 12:51:31 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-07-03 14:29:26 +02:00
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-07-03 14:29:26 +02:00
<normaloff>:/icon/32x32/kontur.png</normaloff>:/icon/32x32/kontur.png</iconset>
</property>
2013-06-20 16:09:50 +02:00
<property name="text">
2013-09-18 18:52:49 +02:00
<string>Details</string>
2013-06-20 16:09:50 +02:00
</property>
<property name="toolTip">
2015-10-29 09:14:34 +01:00
<string><html><head/><body><p>Mode for working with details. Before you will be able to enable the &quot;Details mode&quot; need create at least one detail on the stage &quot;Draw mode&quot;. Details created on this stage will be used for creating a layout. </p></body></html></string>
2013-06-20 16:09:50 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+E</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-06-20 16:09:50 +02:00
</action>
2013-07-03 14:29:26 +02:00
<action name="actionArrowTool">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-07-03 14:29:26 +02:00
<normaloff>:/icon/32x32/arrow_cursor.png</normaloff>:/icon/32x32/arrow_cursor.png</iconset>
</property>
<property name="text">
2015-04-11 20:20:37 +02:00
<string>Pointer</string>
2013-07-03 14:29:26 +02:00
</property>
<property name="toolTip">
2013-12-30 12:54:38 +01:00
<string>Pointer tools</string>
2013-07-03 14:29:26 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2013-07-03 14:29:26 +02:00
</action>
2013-07-13 12:51:31 +02:00
<action name="actionNewDraw">
2015-05-01 19:24:16 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-07-13 12:51:31 +02:00
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-07-13 12:51:31 +02:00
<normaloff>:/icon/32x32/new_draw.png</normaloff>:/icon/32x32/new_draw.png</iconset>
</property>
<property name="text">
2013-12-19 11:42:00 +01:00
<string>New pattern piece</string>
2013-07-13 12:51:31 +02:00
</property>
<property name="toolTip">
2013-12-19 11:42:00 +01:00
<string>Add new pattern piece</string>
2013-07-13 12:51:31 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+Shift+N</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-07-13 12:51:31 +02:00
</action>
<action name="actionOptionDraw">
2015-05-01 19:24:16 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-07-13 12:51:31 +02:00
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-07-13 12:51:31 +02:00
<normaloff>:/icon/32x32/option_draw.png</normaloff>:/icon/32x32/option_draw.png</iconset>
</property>
<property name="text">
2015-04-11 20:20:37 +02:00
<string>Config pattern piece</string>
2013-09-18 18:52:49 +02:00
</property>
<property name="toolTip">
2013-12-30 12:54:38 +01:00
<string>Change the label of pattern piece</string>
2013-07-13 12:51:31 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-07-13 12:51:31 +02:00
</action>
2013-07-17 13:38:11 +02:00
<action name="actionTable">
<property name="checkable">
<bool>true</bool>
</property>
2015-05-01 19:24:16 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-07-17 13:38:11 +02:00
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-07-17 13:38:11 +02:00
<normaloff>:/icon/32x32/table.png</normaloff>:/icon/32x32/table.png</iconset>
</property>
<property name="text">
2013-09-18 18:52:49 +02:00
<string>Table of variables</string>
</property>
<property name="toolTip">
<string>Tables of variables</string>
2013-07-17 13:38:11 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+T</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-07-17 13:38:11 +02:00
</action>
2013-08-15 22:39:00 +02:00
<action name="actionHistory">
<property name="checkable">
<bool>true</bool>
</property>
2015-05-01 19:24:16 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2013-08-15 22:39:00 +02:00
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-08-15 22:39:00 +02:00
<normaloff>:/icon/32x32/history.png</normaloff>:/icon/32x32/history.png</iconset>
</property>
<property name="text">
<string>History</string>
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+H</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-08-15 22:39:00 +02:00
</action>
2013-08-29 12:31:50 +02:00
<action name="actionLayout">
2015-05-12 14:42:19 +02:00
<property name="checkable">
<bool>true</bool>
</property>
2015-01-26 16:13:46 +01:00
<property name="enabled">
<bool>false</bool>
</property>
2013-08-29 12:31:50 +02:00
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2013-08-29 12:31:50 +02:00
<normaloff>:/icon/32x32/layout.png</normaloff>:/icon/32x32/layout.png</iconset>
</property>
<property name="text">
2015-05-01 15:29:15 +02:00
<string>Layout</string>
2013-09-18 18:52:49 +02:00
</property>
<property name="toolTip">
2015-10-29 09:14:34 +01:00
<string><html><head/><body><p>Mode for creating a layout of details. This mode avaliable if was created at least one detail on the stage &quot;Details mode&quot;. The layout can be exported to your prefered file format and saved to your harddirve.</p></body></html></string>
2013-08-29 12:31:50 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+L</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2013-08-29 12:31:50 +02:00
</action>
2013-10-05 14:07:04 +02:00
<action name="actionAbout_Qt">
<property name="text">
2014-02-10 20:31:22 +01:00
<string>About &Qt</string>
2013-10-05 14:07:04 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::AboutQtRole</enum>
</property>
2013-10-05 14:07:04 +02:00
</action>
<action name="actionAbout_Valentina">
2014-07-23 13:36:57 +02:00
<property name="icon">
2014-08-02 12:27:17 +02:00
<iconset theme="help-about">
<normaloff/>
</iconset>
2014-07-23 13:36:57 +02:00
</property>
2013-10-05 14:07:04 +02:00
<property name="text">
2014-02-10 20:31:22 +01:00
<string>&About Valentina</string>
2013-10-05 14:07:04 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
2013-10-05 14:07:04 +02:00
</action>
<action name="actionExit">
2014-07-23 13:36:57 +02:00
<property name="icon">
<iconset theme="application-exit">
<normaloff/>
</iconset>
</property>
2013-10-05 14:07:04 +02:00
<property name="text">
2014-02-10 20:31:22 +01:00
<string>E&xit</string>
</property>
<property name="toolTip">
<string>Exit the application</string>
2013-10-05 14:07:04 +02:00
</property>
2014-01-16 14:54:01 +01:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+Q</string>
2014-01-16 14:54:01 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
2013-10-05 14:07:04 +02:00
</action>
2014-06-03 10:17:58 +02:00
<action name="actionPreferences">
2014-02-14 12:29:04 +01:00
<property name="text">
2014-06-03 10:17:58 +02:00
<string>Preferences</string>
2014-02-14 12:29:04 +01:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
2014-02-14 12:29:04 +01:00
</action>
2014-02-19 14:32:02 +01:00
<action name="actionPattern_properties">
<property name="text">
<string>Pattern properties</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-02-19 14:32:02 +01:00
</action>
2014-06-02 20:42:46 +02:00
<action name="actionZoomIn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2014-06-03 07:42:07 +02:00
<iconset theme="zoom-in">
<normaloff/>
</iconset>
2014-06-02 20:42:46 +02:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string>Zoom in</string>
2014-06-02 20:42:46 +02:00
</property>
<property name="toolTip">
<string>zoom in</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-06-02 20:42:46 +02:00
</action>
<action name="actionZoomOut">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2014-06-03 07:42:07 +02:00
<iconset theme="zoom-out">
<normaloff/>
</iconset>
2014-06-02 20:42:46 +02:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string>Zoom out</string>
2014-06-02 20:42:46 +02:00
</property>
<property name="toolTip">
<string>Zoom out</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-06-02 20:42:46 +02:00
</action>
2014-06-24 10:47:28 +02:00
<action name="actionEdit_pattern_code">
2014-05-16 13:19:22 +02:00
<property name="text">
<string>Edit pattern XML code</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-06-24 10:47:28 +02:00
</action>
2014-07-11 15:10:54 +02:00
<action name="actionZoomOriginal">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2014-07-23 13:36:57 +02:00
<iconset theme="zoom-original">
<normaloff/>
</iconset>
2014-07-11 15:10:54 +02:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string>Original zoom </string>
</property>
<property name="toolTip">
<string>Original Zoom </string>
2014-07-11 15:10:54 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-07-11 15:10:54 +02:00
</action>
<action name="actionZoomFitBest">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2014-07-23 13:36:57 +02:00
<iconset theme="zoom-fit-best">
<normaloff/>
</iconset>
2014-07-11 15:10:54 +02:00
</property>
<property name="text">
2014-09-17 20:29:46 +02:00
<string>Zoom fit best</string>
2014-07-11 15:10:54 +02:00
</property>
2014-10-24 17:05:41 +02:00
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">Ctrl+=</string>
2014-10-24 17:05:41 +02:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-07-11 15:10:54 +02:00
</action>
2014-10-24 20:49:59 +02:00
<action name="actionStopTool">
<property name="checkable">
<bool>false</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2014-11-06 14:07:08 +01:00
<iconset theme="process-stop">
<normaloff/>
</iconset>
2014-10-24 20:49:59 +02:00
</property>
<property name="text">
<string>Stop</string>
</property>
<property name="toolTip">
<string>Stop using tool</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2014-10-24 20:49:59 +02:00
</action>
2016-01-21 15:21:58 +01:00
<action name="actionReportBug">
2014-11-06 14:07:08 +01:00
<property name="text">
2016-01-21 15:21:58 +01:00
<string>Report Bug...</string>
2014-11-06 14:07:08 +01:00
</property>
<property name="toolTip">
<string>Report bug</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-11-06 14:07:08 +01:00
</action>
2014-11-12 11:56:20 +01:00
<action name="actionCloseWindow">
<property name="text">
<string>Close window</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-11-12 11:56:20 +01:00
</action>
2014-12-01 13:11:25 +01:00
<action name="actionOnlineHelp">
<property name="icon">
2015-01-26 16:13:46 +01:00
<iconset theme="help-contents">
<normaloff/>
</iconset>
2014-12-01 13:11:25 +01:00
</property>
<property name="text">
<string>Online help</string>
</property>
<property name="toolTip">
<string>Show online help</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-12-01 13:11:25 +01:00
</action>
2015-02-21 16:38:11 +01:00
<action name="actionLast_tool">
2015-05-13 12:23:57 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-02-21 16:38:11 +01:00
<property name="text">
<string>Last Tool</string>
</property>
<property name="toolTip">
<string>Activate last used tool again</string>
</property>
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">L</string>
2015-02-21 16:38:11 +01:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-02-21 16:38:11 +01:00
</action>
2015-04-23 17:06:17 +02:00
<action name="actionShowCurveDetails">
<property name="checkable">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Show Curve Details</string>
</property>
<property name="toolTip">
<string>Show/hide control points and curve direction</string>
</property>
<property name="shortcut">
2015-10-15 11:32:50 +02:00
<string notr="true">F2</string>
2015-04-23 17:06:17 +02:00
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-04-23 17:06:17 +02:00
</action>
2015-05-14 14:27:04 +02:00
<action name="actionSaveAsPDF">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-05-14 14:27:04 +02:00
<normaloff>:/icon/32x32/pdf.png</normaloff>:/icon/32x32/pdf.png</iconset>
</property>
<property name="text">
<string>Save as PDF</string>
</property>
<property name="toolTip">
<string>Save original layout</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
<action name="actionSaveAsTiledPDF">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-05-14 14:27:04 +02:00
<normaloff>:/icon/32x32/pdf.png</normaloff>:/icon/32x32/pdf.png</iconset>
</property>
<property name="text">
<string>Save as tiled PDF</string>
</property>
<property name="toolTip">
<string>Split and save a layout into smaller pages</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
<action name="actionPrint">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-print">
<normaloff/>
</iconset>
</property>
<property name="text">
<string>Print</string>
</property>
<property name="toolTip">
2015-10-11 21:07:51 +02:00
<string>Print an original layout</string>
2015-05-14 14:27:04 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
<action name="actionPrintTiled">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-print">
<normaloff/>
</iconset>
</property>
<property name="text">
<string>Print tiled</string>
</property>
<property name="toolTip">
<string>Split and print a layout into smaller pages (for regular printers)</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
<action name="actionPrintPreview">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-print-preview">
<normaloff/>
</iconset>
</property>
<property name="text">
<string>Print preview</string>
</property>
<property name="toolTip">
<string>Print preview original layout</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
2015-10-11 21:14:19 +02:00
<action name="actionPrintPreviewTiled">
2015-05-14 14:27:04 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-print-preview">
<normaloff/>
</iconset>
</property>
<property name="text">
2015-10-11 21:14:19 +02:00
<string>Print preview tiled</string>
2015-05-14 14:27:04 +02:00
</property>
<property name="toolTip">
2015-10-11 21:14:19 +02:00
<string>Print preview tiled layout</string>
2015-05-14 14:27:04 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
<action name="actionExportAs">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2015-07-24 19:53:21 +02:00
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
2015-05-14 14:27:04 +02:00
<normaloff>:/icon/32x32/export_to_picture_document.png</normaloff>:/icon/32x32/export_to_picture_document.png</iconset>
</property>
<property name="text">
<string>Export As...</string>
</property>
<property name="toolTip">
<string>Export original layout</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-05-14 14:27:04 +02:00
</action>
2015-08-17 12:26:27 +02:00
<action name="actionLoadIndividual">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Load Individual ...</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-08-17 12:26:27 +02:00
</action>
<action name="actionLoadStandard">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Load Standard ...</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-08-17 12:26:27 +02:00
</action>
2015-08-18 12:36:17 +02:00
<action name="actionCreateNew">
<property name="text">
2015-09-11 12:04:01 +02:00
<string>Create/Edit</string>
2015-08-18 12:36:17 +02:00
</property>
<property name="toolTip">
2015-09-11 12:04:01 +02:00
<string>Create/edit measurements</string>
2015-08-18 12:36:17 +02:00
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-08-18 12:36:17 +02:00
</action>
2015-08-18 16:53:33 +02:00
<action name="actionShowM">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Show ...</string>
</property>
<property name="toolTip">
<string>Show measurements</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-08-18 16:53:33 +02:00
</action>
2015-08-23 13:01:02 +02:00
<action name="actionSyncMeasurements">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../../libs/vmisc/share/resources/icon.qrc">
<normaloff>:/icon/32x32/syncM.png</normaloff>:/icon/32x32/syncM.png</iconset>
</property>
<property name="text">
<string>Sync measurements</string>
</property>
2015-10-15 11:32:50 +02:00
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-08-23 13:01:02 +02:00
</action>
2015-10-26 12:21:49 +01:00
<action name="actionUnloadMeasurements">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Unload measurements</string>
</property>
<property name="toolTip">
<string>Unload measurements if they was not used in a pattern file.</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
2015-11-17 13:42:03 +01:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2015-10-26 12:21:49 +01:00
</action>
2013-06-20 16:09:50 +02:00
</widget>
<layoutdefault spacing="6" margin="11"/>
2014-08-12 13:30:20 +02:00
<customwidgets>
<customwidget>
<class>VMainGraphicsView</class>
<extends>QGraphicsView</extends>
<header>vmaingraphicsview.h</header>
</customwidget>
</customwidgets>
2013-07-03 14:29:26 +02:00
<resources>
2015-11-03 21:36:44 +01:00
<include location="share/resources/toolicon.qrc"/>
2015-12-03 09:43:31 +01:00
<include location="../../libs/vmisc/share/resources/icon.qrc"/>
2013-07-03 14:29:26 +02:00
</resources>
2013-06-20 16:09:50 +02:00
<connections/>
</ui>