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">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<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">
|
2013-07-03 14:29:26 +02:00
|
|
|
<property name="sizePolicy">
|
2013-08-13 18:48:36 +02:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<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>
|
2013-08-13 18:48:36 +02:00
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
2013-07-03 14:29:26 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-10-05 12:51:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="currentIndex">
|
2013-10-06 18:22:21 +02:00
|
|
|
<number>0</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>
|
2013-09-18 18:52:49 +02:00
|
|
|
<width>150</width>
|
2013-07-30 15:09:34 +02:00
|
|
|
<height>104</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>
|
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>
|
2013-07-03 14:29:26 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2013-08-15 22:39:00 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QToolButton" name="toolButtonNormal">
|
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">
|
|
|
|
<string>Tool point of normal.</string>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="text">
|
2013-07-03 14:29:26 +02:00
|
|
|
<string>...</string>
|
2013-06-20 16:09:50 +02:00
|
|
|
</property>
|
2013-07-25 14:00:51 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
2013-08-15 22:39:00 +02:00
|
|
|
<normaloff>:/icon/32x32/normal.png</normaloff>:/icon/32x32/normal.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>
|
2013-08-15 22:39:00 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QToolButton" name="toolButtonShoulderPoint">
|
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">
|
|
|
|
<string>Tool point of shoulder.</string>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="text">
|
2013-07-03 14:29:26 +02:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2013-07-28 00:18:06 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
2013-08-15 22:39:00 +02:00
|
|
|
<normaloff>:/icon/32x32/shoulder.png</normaloff>:/icon/32x32/shoulder.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>
|
|
|
|
<item row="0" column="0">
|
2013-08-15 22:39:00 +02:00
|
|
|
<widget class="QToolButton" name="toolButtonEndLine">
|
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">
|
|
|
|
<string>Tool point on the end line.</string>
|
|
|
|
</property>
|
2013-07-03 14:29:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
2013-06-20 16:09:50 +02:00
|
|
|
</property>
|
2013-07-30 15:09:34 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
2013-08-15 22:39:00 +02:00
|
|
|
<normaloff>:/icon/32x32/segment.png</normaloff>:/icon/32x32/segment.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>
|
2013-08-15 22:39:00 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="toolButtonAlongLine">
|
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">
|
|
|
|
<string>Tool point along line.</string>
|
|
|
|
</property>
|
2013-07-30 15:09:34 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
2013-08-15 22:39:00 +02:00
|
|
|
<normaloff>:/icon/32x32/along_line.png</normaloff>:/icon/32x32/along_line.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>
|
2013-08-15 22:39:00 +02:00
|
|
|
<item row="0" column="2">
|
2013-07-30 20:46:40 +02:00
|
|
|
<widget class="QToolButton" name="toolButtonBisector">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-10-05 12:51:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tool point of bisector.</string>
|
|
|
|
</property>
|
2013-07-30 20:46:40 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/bisector.png</normaloff>:/icon/32x32/bisector.png</iconset>
|
|
|
|
</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>
|
2013-08-21 10:03:53 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QToolButton" name="toolButtonPointOfContact">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-10-05 12:51:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tool point of contact.</string>
|
|
|
|
</property>
|
2013-08-21 10:03:53 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/point_of_contact.png</normaloff>:/icon/32x32/point_of_contact.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>
|
2013-09-18 18:52:49 +02:00
|
|
|
<width>150</width>
|
2013-07-31 13:34:39 +02: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>
|
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>
|
2013-07-03 14:29:26 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
2013-07-25 20:39:51 +02:00
|
|
|
<widget class="QToolButton" name="toolButtonLine">
|
|
|
|
<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">
|
|
|
|
<string>Tool line.</string>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="text">
|
2013-07-25 20:39:51 +02:00
|
|
|
<string>...</string>
|
2013-06-20 16:09:50 +02:00
|
|
|
</property>
|
2013-07-25 20:39:51 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/line.png</normaloff>:/icon/32x32/line.png</iconset>
|
|
|
|
</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>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="toolButtonLineIntersect">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-10-05 12:51:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tool point of line intersection.</string>
|
|
|
|
</property>
|
2013-07-31 13:34:39 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/intersect.png</normaloff>:/icon/32x32/intersect.png</iconset>
|
|
|
|
</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>
|
2013-10-14 13:49:01 +02:00
|
|
|
<width>150</width>
|
2013-08-05 10:37:56 +02: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 curves.</string>
|
|
|
|
</property>
|
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>
|
2013-07-03 14:29:26 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<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">
|
|
|
|
<string>Tool curve.</string>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="text">
|
2013-08-05 10:37:56 +02:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/spline.png</normaloff>:/icon/32x32/spline.png</iconset>
|
|
|
|
</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>
|
2013-08-09 08:49:34 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="toolButtonSplinePath">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-10-05 12:51:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tool path curve.</string>
|
|
|
|
</property>
|
2013-08-09 08:49:34 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/splinePath.png</normaloff>:/icon/32x32/splinePath.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>
|
2013-10-14 13:49:01 +02:00
|
|
|
<width>150</width>
|
2013-08-06 09:56:09 +02: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 arcs.</string>
|
|
|
|
</property>
|
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>
|
2013-07-03 14:29:26 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<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">
|
|
|
|
<string>Tool arc.</string>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="text">
|
2013-08-06 09:56:09 +02:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/arc.png</normaloff>:/icon/32x32/arc.png</iconset>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
<width>150</width>
|
2013-10-05 12:51:17 +02: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>
|
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>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QToolButton" name="toolButtonNewDetail">
|
2013-10-05 12:51:17 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tool new detail.</string>
|
|
|
|
</property>
|
2013-08-28 10:55:11 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/new_detail.png</normaloff>:/icon/32x32/new_detail.png</iconset>
|
|
|
|
</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>
|
2013-08-15 22:39:00 +02:00
|
|
|
<layout class="QHBoxLayout" name="LayoutView">
|
2013-08-13 18:48:36 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</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>
|
2013-06-20 16:09:50 +02:00
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2013-10-05 14:07:04 +02:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew"/>
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="actionSaveAs"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout_Qt"/>
|
|
|
|
<addaction name="actionAbout_Valentina"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuDrawing">
|
|
|
|
<property name="title">
|
|
|
|
<string>Drawing</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNewDraw"/>
|
|
|
|
<addaction name="actionOptionDraw"/>
|
|
|
|
<addaction name="actionTable"/>
|
|
|
|
<addaction name="actionHistory"/>
|
|
|
|
<addaction name="actionLayout"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuDrawing"/>
|
|
|
|
<addaction name="menuHelp"/>
|
2013-06-20 16:09:50 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionNew"/>
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="actionSaveAs"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
2013-07-13 12:51:31 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-06-20 16:09:50 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionDraw"/>
|
|
|
|
<addaction name="actionDetails"/>
|
2013-07-03 14:29:26 +02:00
|
|
|
<addaction name="actionArrowTool"/>
|
2013-06-20 16:09:50 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="toolBarDraws">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar_2</string>
|
|
|
|
</property>
|
|
|
|
<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">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar_3</string>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</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>
|
|
|
|
<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>
|
|
|
|
</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>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Save pattern</string>
|
2013-06-20 16:09:50 +02:00
|
|
|
</property>
|
|
|
|
</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">
|
2013-09-18 18:52:49 +02: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>
|
|
|
|
</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">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<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">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Draw mode</string>
|
2013-06-20 16:09:50 +02:00
|
|
|
</property>
|
|
|
|
</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">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<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">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Deatils mode</string>
|
2013-06-20 16:09:50 +02:00
|
|
|
</property>
|
|
|
|
</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">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/arrow_cursor.png</normaloff>:/icon/32x32/arrow_cursor.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Tools pointer</string>
|
2013-07-03 14:29:26 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Tools pointer</string>
|
2013-07-03 14:29:26 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-07-13 12:51:31 +02:00
|
|
|
<action name="actionNewDraw">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/new_draw.png</normaloff>:/icon/32x32/new_draw.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>New drawing</string>
|
2013-07-13 12:51:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Add new drawing</string>
|
2013-07-13 12:51:31 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOptionDraw">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/option_draw.png</normaloff>:/icon/32x32/option_draw.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Change the name of drawing</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Change the name of drawing</string>
|
2013-07-13 12:51:31 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-07-17 13:38:11 +02:00
|
|
|
<action name="actionTable">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<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>
|
|
|
|
</action>
|
2013-08-15 22:39:00 +02:00
|
|
|
<action name="actionHistory">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/history.png</normaloff>:/icon/32x32/history.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>History</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-08-29 12:31:50 +02:00
|
|
|
<action name="actionLayout">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/layout.png</normaloff>:/icon/32x32/layout.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Layout</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Create layout</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-10-05 14:07:04 +02:00
|
|
|
<action name="actionAbout_Qt">
|
|
|
|
<property name="text">
|
|
|
|
<string>About Qt</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout_Valentina">
|
|
|
|
<property name="text">
|
|
|
|
<string>About Valentina</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Exit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-06-20 16:09:50 +02:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2013-10-05 13:30:56 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>toolButtonEndLine</tabstop>
|
|
|
|
<tabstop>toolButtonAlongLine</tabstop>
|
|
|
|
<tabstop>toolButtonBisector</tabstop>
|
|
|
|
<tabstop>toolButtonNormal</tabstop>
|
|
|
|
<tabstop>toolButtonShoulderPoint</tabstop>
|
|
|
|
<tabstop>toolButtonPointOfContact</tabstop>
|
|
|
|
<tabstop>toolButtonLine</tabstop>
|
|
|
|
<tabstop>toolButtonLineIntersect</tabstop>
|
|
|
|
<tabstop>toolButtonSpline</tabstop>
|
|
|
|
<tabstop>toolButtonSplinePath</tabstop>
|
|
|
|
<tabstop>toolButtonArc</tabstop>
|
|
|
|
<tabstop>toolButtonNewDetail</tabstop>
|
|
|
|
</tabstops>
|
2013-07-03 14:29:26 +02:00
|
|
|
<resources>
|
|
|
|
<include location="icon.qrc"/>
|
|
|
|
</resources>
|
2013-06-20 16:09:50 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|