2013-07-17 13:38:11 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DialogIncrements</class>
|
|
|
|
<widget class="QDialog" name="DialogIncrements">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-03-26 05:39:07 +01:00
|
|
|
<width>979</width>
|
2015-08-25 12:35:50 +02:00
|
|
|
<height>680</height>
|
2013-07-17 13:38:11 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2014-02-05 14:00:07 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-17 13:38:11 +02:00
|
|
|
<property name="windowTitle">
|
2015-02-18 11:06:03 +01:00
|
|
|
<string>Tables of Variables</string>
|
2013-09-18 18:52:49 +02:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2015-07-24 20:04:38 +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="English" country="UnitedStates"/>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2014-02-05 14:00:07 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-07-17 13:38:11 +02:00
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::North</enum>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2016-06-11 14:51:48 +02:00
|
|
|
<number>0</number>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tabIncrements">
|
|
|
|
<attribute name="title">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Increments</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</attribute>
|
2015-08-25 12:35:50 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2016-06-11 14:51:48 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelFind">
|
|
|
|
<property name="text">
|
|
|
|
<string>Find:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineEditFind">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButtonFindPrevious">
|
|
|
|
<property name="text">
|
2016-06-16 17:06:07 +02:00
|
|
|
<string notr="true">...</string>
|
2016-06-11 14:51:48 +02:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-previous" resource="../../../libs/vmisc/share/resources/theme.qrc">
|
|
|
|
<normaloff>:/icons/win.icon.theme/16x16/actions/go-previous.png</normaloff>:/icons/win.icon.theme/16x16/actions/go-previous.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButtonFindNext">
|
|
|
|
<property name="text">
|
2016-06-16 17:06:07 +02:00
|
|
|
<string notr="true">...</string>
|
2016-06-11 14:51:48 +02:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-next" resource="../../../libs/vmisc/share/resources/theme.qrc">
|
|
|
|
<normaloff>:/icons/win.icon.theme/16x16/actions/go-next.png</normaloff>:/icons/win.icon.theme/16x16/actions/go-next.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-08-25 12:35:50 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-09-24 18:37:39 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<widget class="QTableWidget" name="tableWidgetIncrement">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>8</verstretch>
|
|
|
|
</sizepolicy>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>150</height>
|
|
|
|
</size>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>false</bool>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>120</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|
|
|
<number>70</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderDefaultSectionSize">
|
|
|
|
<number>25</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderMinimumSectionSize">
|
|
|
|
<number>8</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>The calculated value</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Formula</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="groupBoxDetails">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>4</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>236</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Details</string>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Details</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
2015-12-01 15:38:09 +01:00
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
2015-08-25 12:35:50 +02:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QToolButton" name="toolButtonUp">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move measurement up</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-up">
|
|
|
|
<normaloff>../../tape</normaloff>../../tape</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QToolButton" name="toolButtonDown">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move measurement down</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-down">
|
|
|
|
<normaloff>../../tape</normaloff>../../tape</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-01 15:38:09 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>5000</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2015-08-25 12:35:50 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-12-01 15:38:09 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>5000</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2015-08-25 12:35:50 +02:00
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QToolButton" name="toolButtonAdd">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2015-12-01 15:38:09 +01:00
|
|
|
<horstretch>0</horstretch>
|
2015-08-25 12:35:50 +02:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-add">
|
2016-09-24 19:44:06 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2015-08-25 12:35:50 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-01 15:38:09 +01:00
|
|
|
<item alignment="Qt::AlignLeft">
|
2015-08-25 12:35:50 +02:00
|
|
|
<widget class="QToolButton" name="toolButtonRemove">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-remove">
|
2016-09-24 19:44:06 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2015-08-25 12:35:50 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEditName">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2015-12-01 19:12:40 +01:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Unique increment name</string>
|
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="labelCalculated">
|
|
|
|
<property name="text">
|
|
|
|
<string>Calculated value:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLabel" name="labelCalculatedValue">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="labelFormula">
|
|
|
|
<property name="text">
|
|
|
|
<string>Formula:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayoutValue">
|
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEditFormula">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
2015-10-05 16:07:53 +02:00
|
|
|
<height>28</height>
|
2015-08-25 12:35:50 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2015-12-01 19:12:40 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Calculation</string>
|
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="tabChangesFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonGrow">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>Show full calculation in message box</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-down">
|
|
|
|
<normaloff>../../../libs/vtools/dialogs/support</normaloff>../../../libs/vtools/dialogs/support</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButtonExpr">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2015-12-01 19:12:40 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Formula wizard</string>
|
|
|
|
</property>
|
2015-08-25 12:35:50 +02:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../libs/vmisc/share/resources/icon.qrc">
|
|
|
|
<normaloff>:/icon/24x24/fx.png</normaloff>:/icon/24x24/fx.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>Description:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEditDescription">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-07-17 13:38:11 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Lines</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
2013-07-25 14:00:51 +02:00
|
|
|
<widget class="QTableWidget" name="tableWidgetLines">
|
2013-07-17 13:38:11 +02:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2014-02-06 15:44:55 +01:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-07-17 13:38:11 +02:00
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>137</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Line</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2014-01-17 23:03:24 +01:00
|
|
|
<string>Length</string>
|
2015-05-30 12:58:27 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
2015-06-02 15:53:19 +02:00
|
|
|
<string>Lines angles</string>
|
2015-05-30 12:58:27 +02:00
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
|
|
<item row="0" column="0">
|
2015-06-02 15:53:19 +02:00
|
|
|
<widget class="QTableWidget" name="tableWidgetLinesAngles">
|
2015-05-30 12:58:27 +02:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>137</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Line</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Angle</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_4">
|
|
|
|
<attribute name="title">
|
2015-06-02 15:53:19 +02:00
|
|
|
<string>Lengths curves</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0">
|
2013-08-05 10:37:56 +02:00
|
|
|
<widget class="QTableWidget" name="tableWidgetSplines">
|
2013-07-17 13:38:11 +02:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2014-02-06 15:44:55 +01:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-07-17 13:38:11 +02:00
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>137</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Curve</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2014-01-17 23:03:24 +01:00
|
|
|
<string>Length</string>
|
2013-07-17 13:38:11 +02:00
|
|
|
</property>
|
2016-09-24 19:44:06 +02:00
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_5">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Curves control point lengths</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QTableWidget" name="tableWidgetCLength">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>137</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Curve</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Length</string>
|
|
|
|
</property>
|
2013-07-17 13:38:11 +02:00
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-06-02 15:53:19 +02:00
|
|
|
<widget class="QWidget" name="tab_6">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Angles curves</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTableWidget" name="tableWidgetAnglesCurves">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>137</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Curve</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Angle</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-05-31 11:17:09 +02:00
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Radiuses arcs</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTableWidget" name="tableWidgetRadiusesArcs">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>137</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Arc</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Radius</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-07-17 13:38:11 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-10-05 13:30:56 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>tableWidgetIncrement</tabstop>
|
|
|
|
<tabstop>toolButtonAdd</tabstop>
|
|
|
|
<tabstop>toolButtonRemove</tabstop>
|
|
|
|
<tabstop>tableWidgetLines</tabstop>
|
|
|
|
<tabstop>tableWidgetSplines</tabstop>
|
|
|
|
</tabstops>
|
2013-09-18 18:52:49 +02:00
|
|
|
<resources>
|
2015-07-24 20:04:38 +02:00
|
|
|
<include location="../../../libs/vmisc/share/resources/icon.qrc"/>
|
2016-06-11 14:51:48 +02:00
|
|
|
<include location="../../../libs/vmisc/share/resources/theme.qrc"/>
|
2013-09-18 18:52:49 +02:00
|
|
|
</resources>
|
2014-01-17 22:41:27 +01:00
|
|
|
<connections/>
|
2013-07-17 13:38:11 +02:00
|
|
|
</ui>
|