diff --git a/ChangeLog.txt b/ChangeLog.txt
index 0c3195ad4..d1822f9fe 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,9 @@
# Version 0.6.0
- [#682] New feature. Export increments to Excel .csv.
+# Version 0.5.1
+- [#683] Tool Seam allowance's dialog is off screen on small resolutions.
+
# Version 0.5.0 May 9, 2017
- [#581] User can now filter input lists by keyword in function wizard.
- [#24] User can now add labels with different information on the detail
diff --git a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp
index 9e55ee72f..80d6c0b4e 100644
--- a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp
+++ b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp
@@ -89,7 +89,6 @@ DialogSeamAllowance::DialogSeamAllowance(const VContainer *data, const quint32 &
m_tabPins(new QWidget),
m_tabPassmarks(new QWidget),
m_ftb(new FancyTabBar(FancyTabBar::Left, this)),
- dialogIsInitialized(false),
applyAllowed(false),// By default disabled
flagGPin(true),
flagDPin(true),
@@ -425,21 +424,8 @@ void DialogSeamAllowance::closeEvent(QCloseEvent *event)
//---------------------------------------------------------------------------------------------------------------------
void DialogSeamAllowance::showEvent(QShowEvent *event)
{
- DialogTool::showEvent( event );
- if ( event->spontaneous() )
- {
- return;
- }
- if (dialogIsInitialized)
- {
- return;
- }
- // do your init stuff here
-
- m_ftb->setMaximumSize(m_ftb->size());
- m_ftb->setMinimumSize(m_ftb->size());
-
- dialogIsInitialized = true;//first show windows are held
+ // Skip DialotTool implementation. For this tool don't need disable resizing because it uses a scroll area.
+ QDialog::showEvent( event );
}
//---------------------------------------------------------------------------------------------------------------------
diff --git a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.h b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.h
index 234c8ab8d..96ece39b7 100644
--- a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.h
+++ b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.h
@@ -173,7 +173,6 @@ private:
FancyTabBar* m_ftb;
- bool dialogIsInitialized;
bool applyAllowed;
bool flagGPin;
bool flagDPin;
diff --git a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.ui b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.ui
index 43e4a1df8..fbca8268f 100644
--- a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.ui
+++ b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.ui
@@ -6,8 +6,8 @@
0
0
- 659
- 574
+ 593
+ 663
diff --git a/src/libs/vtools/dialogs/tools/piece/tabs/tabgrainline.ui b/src/libs/vtools/dialogs/tools/piece/tabs/tabgrainline.ui
index 21e76c87c..0674d8136 100644
--- a/src/libs/vtools/dialogs/tools/piece/tabs/tabgrainline.ui
+++ b/src/libs/vtools/dialogs/tools/piece/tabs/tabgrainline.ui
@@ -6,8 +6,8 @@
0
0
- 275
- 362
+ 402
+ 452
@@ -19,490 +19,509 @@
-
-
-
- Grainline visible
-
-
+
+
true
-
- false
-
-
-
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Rotation:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 1
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Length:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 90
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Center pin:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Top pin:
-
-
-
- -
-
-
- -
-
-
- Bottom pin:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
-
- 0
- 0
-
-
-
- Arrows:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
+
+
+
+ 0
+ 0
+ 382
+ 432
+
+
+
+ -
+
+
+ Grainline visible
+
+
+ true
+
+
+ false
+
+
+
-
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Rotation:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 1
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Length:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 90
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Center pin:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Top pin:
+
+
+
+ -
+
+
+ -
+
+
+ Bottom pin:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+ Arrows:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+
+
+
+
+
diff --git a/src/libs/vtools/dialogs/tools/piece/tabs/tablabels.ui b/src/libs/vtools/dialogs/tools/piece/tabs/tablabels.ui
index 6ddcb4901..543012c83 100644
--- a/src/libs/vtools/dialogs/tools/piece/tabs/tablabels.ui
+++ b/src/libs/vtools/dialogs/tools/piece/tabs/tablabels.ui
@@ -6,8 +6,8 @@
0
0
- 532
- 479
+ 566
+ 596
@@ -17,1595 +17,1614 @@
:/icon/64x64/icon64x64.png:/icon/64x64/icon64x64.png
-
+
-
-
-
- 0
+
+
+ true
-
-
- Piece label data
-
-
+
+
+
+ 0
+ 0
+ 546
+ 576
+
+
+
-
-
-
- Qt::Horizontal
+
+
+ 0
-
-
+
+
+ Piece label data
+
+
-
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Letter:
-
-
-
- -
-
-
- 3
-
-
- Letter of pattern piece
-
-
-
- -
-
-
- Name of detail:
-
-
-
- -
-
-
- Detail
-
-
- 30
-
-
- Name can't be empty
-
-
-
-
-
- -
-
-
- Material/Cut number/Placement
-
-
-
-
-
-
- Cut number:
-
-
-
- -
-
-
- Material type:
-
-
-
- -
-
-
- You can choose one of the predefined materials or enter a new one
-
-
- true
-
-
-
- -
-
-
- 1
-
-
- 1000
-
-
-
- -
-
-
- Placement:
-
-
-
- -
-
-
- -
-
-
- Add
-
-
-
- -
-
-
- Cancel
-
-
-
- -
-
-
- Remove
-
-
-
-
-
-
- -
-
+
- Qt::Vertical
+ Qt::Horizontal
-
-
- 20
- 40
-
-
-
+
+
+
-
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Letter:
+
+
+
+ -
+
+
+ 3
+
+
+ Letter of pattern piece
+
+
+
+ -
+
+
+ Name of detail:
+
+
+
+ -
+
+
+ Detail
+
+
+ 30
+
+
+ Name can't be empty
+
+
+
+
+
+ -
+
+
+ Material/Cut number/Placement
+
+
+
-
+
+
+ Cut number:
+
+
+
+ -
+
+
+ Material type:
+
+
+
+ -
+
+
+ You can choose one of the predefined materials or enter a new one
+
+
+ true
+
+
+
+ -
+
+
+ 1
+
+
+ 1000
+
+
+
+ -
+
+
+ Placement:
+
+
+
+ -
+
+
+ -
+
+
+ Add
+
+
+
+ -
+
+
+ Cancel
+
+
+
+ -
+
+
+ Remove
+
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+
+
+
+
+
+ 180
+ 0
+
+
+
+ Qt::ClickFocus
+
+
+
-
-
-
- 180
- 0
-
-
-
- Qt::ClickFocus
-
-
-
-
-
-
-
-
- Labels
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- true
-
-
- Detail label visible
-
-
- true
-
-
- true
-
-
- false
-
-
+
+
+ Labels
+
+
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Width:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 1
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Height:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 1
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Center pin:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
+
Qt::Horizontal
+
+
+ true
+
+
+ Detail label visible
+
+
+ true
+
+
+ true
+
+
+ false
+
+
+
-
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Width:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 1
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Height:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 1
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Center pin:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Top left pin:
+
+
+
+ -
+
+
+ -
+
+
+ Bottom right pin:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Angle:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 0
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+
+
+
+
+ true
+
+
+ Pattern label visible
+
+
+ true
+
+
+ false
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Width:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 1
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Height:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 1
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Center pin:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Top left pin:
+
+
+
+ -
+
+
+ -
+
+
+ Bottom right pin:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Angle:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+ 0
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+
+
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Top left pin:
-
-
-
- -
-
-
- -
-
-
- Bottom right pin:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Angle:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 0
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
-
-
-
- true
-
-
- Pattern label visible
-
-
- true
-
-
- false
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Width:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 1
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Height:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 1
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Center pin:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Top left pin:
-
-
-
- -
-
-
- -
-
-
- Bottom right pin:
-
-
-
- -
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Angle:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
-
- 0
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
- 0
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
diff --git a/src/libs/vtools/dialogs/tools/piece/tabs/tabpassmarks.ui b/src/libs/vtools/dialogs/tools/piece/tabs/tabpassmarks.ui
index dbadab6bd..3f7e2b48f 100644
--- a/src/libs/vtools/dialogs/tools/piece/tabs/tabpassmarks.ui
+++ b/src/libs/vtools/dialogs/tools/piece/tabs/tabpassmarks.ui
@@ -6,182 +6,201 @@
0
0
- 268
- 377
+ 352
+ 411
Form
-
+
-
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Passmark:
-
-
-
- -
-
-
-
-
- -
-
-
+
+
true
-
- Marks
-
-
-
-
-
-
- false
-
-
- One line
-
-
- buttonGroupLineType
-
-
-
- -
-
-
- false
-
-
- Two lines
-
-
- buttonGroupLineType
-
-
-
- -
-
-
- false
-
-
- Three lines
-
-
- buttonGroupLineType
-
-
-
- -
-
-
- false
-
-
- T mark
-
-
- buttonGroupLineType
-
-
-
- -
-
-
- false
-
-
- V mark
-
-
- buttonGroupLineType
-
-
-
-
+
+
+
+ 0
+ 0
+ 332
+ 391
+
+
+
+ -
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
-
+
+
+ Passmark:
+
+
+
+ -
+
+
+
+
+ -
+
+
+ true
+
+
+ Marks
+
+
+
-
+
+
+ false
+
+
+ One line
+
+
+ buttonGroupLineType
+
+
+
+ -
+
+
+ false
+
+
+ Two lines
+
+
+ buttonGroupLineType
+
+
+
+ -
+
+
+ false
+
+
+ Three lines
+
+
+ buttonGroupLineType
+
+
+
+ -
+
+
+ false
+
+
+ T mark
+
+
+ buttonGroupLineType
+
+
+
+ -
+
+
+ false
+
+
+ V mark
+
+
+ buttonGroupLineType
+
+
+
+
+
+
+ -
+
+
+ Angle
+
+
+
-
+
+
+ false
+
+
+ Straightforward
+
+
+ buttonGroupAngleType
+
+
+
+ -
+
+
+ false
+
+
+ Bisector
+
+
+ buttonGroupAngleType
+
+
+
+ -
+
+
+ false
+
+
+ Select if need designate the corner point as a passmark
+
+
+ Intersection
+
+
+ buttonGroupAngleType
+
+
+
+
+
+
+ -
+
+
+ false
+
+
+ Show the second passmark on seam line
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 11
+
+
+
+
+
+
- -
-
-
- Angle
-
-
-
-
-
-
- false
-
-
- Straightforward
-
-
- buttonGroupAngleType
-
-
-
- -
-
-
- false
-
-
- Bisector
-
-
- buttonGroupAngleType
-
-
-
- -
-
-
- false
-
-
- Select if need designate the corner point as a passmark
-
-
- Intersection
-
-
- buttonGroupAngleType
-
-
-
-
-
-
- -
-
-
- false
-
-
- Show the second passmark on seam line
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
diff --git a/src/libs/vtools/dialogs/tools/piece/tabs/tabpaths.ui b/src/libs/vtools/dialogs/tools/piece/tabs/tabpaths.ui
index 32d46eeff..6f237f911 100644
--- a/src/libs/vtools/dialogs/tools/piece/tabs/tabpaths.ui
+++ b/src/libs/vtools/dialogs/tools/piece/tabs/tabpaths.ui
@@ -6,8 +6,8 @@
0
0
- 401
- 600
+ 426
+ 637
@@ -17,881 +17,900 @@
:/icon/64x64/icon64x64.png:/icon/64x64/icon64x64.png
-
+
-
-
-
- 0
+
+
+ true
-
-
- Main path
-
-
+
+
+
+ 0
+ 0
+ 406
+ 617
+
+
+
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
- :/icon/32x32/clockwise.png
-
-
-
- -
-
-
- All objects in path should follow in clockwise direction.
-
-
- true
-
-
-
-
-
- -
-
-
- Forbid piece be mirrored in a layout.
+
+
+ 0
-
- Forbid flipping
-
-
-
- -
-
-
- QAbstractItemView::InternalMove
-
-
-
- -
-
-
- Ready!
-
-
- Qt::RichText
-
-
- false
-
-
-
-
-
-
-
- Seam allowance
-
-
- -
-
-
- Seam allowance
-
-
- false
-
-
-
- -
-
-
- false
-
-
- The seam allowance is part of main path
-
-
- Built in
-
-
-
- -
-
-
- false
-
-
- Automatic
-
-
- false
-
-
- false
-
-
-
- 0
-
-
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Width:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
- Nodes
-
-
-
- 0
-
+
+
+ Main path
+
+
+
-
+
-
-
-
-
-
-
-
- 0
- 0
-
-
-
- Node:
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+ :/icon/32x32/clockwise.png
+
+
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- Before:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Return to default width
-
-
- Default
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 255
- 0
- 0
-
-
-
-
-
-
-
-
- 159
- 158
- 158
-
-
-
-
-
-
-
- After:
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- Return to default width
-
-
- Default
-
-
-
- -
-
-
- Formula wizard
-
-
- ...
-
-
-
- :/icon/24x24/fx.png:/icon/24x24/fx.png
-
-
-
- 24
- 24
-
-
-
-
- -
-
-
-
-
-
- :/icon/24x24/equal.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 87
- 0
-
-
-
- Value
-
-
- _
-
-
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 28
-
-
-
- Calculation
-
-
- true
-
-
-
- -
-
-
-
- 18
- 18
-
-
-
-
- 0
- 0
-
-
-
- <html><head/><body><p>Show full calculation in message box</p></body></html>
-
-
-
-
-
-
- ../../
-
-
-
- 16
- 16
-
-
-
- true
-
-
-
-
-
- -
-
-
-
-
-
- Angle:
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
-
+
+
+ All objects in path should follow in clockwise direction.
+
+
+ true
+
+
-
-
-
-
-
- -
-
-
- false
-
-
- Custom
-
-
- false
-
-
-
- 6
-
-
- 9
-
-
- 0
-
-
-
-
-
- Qt::Horizontal
-
-
- true
-
-
-
-
- QFormLayout::ExpandingFieldsGrow
+
+ -
+
+
+ Forbid piece be mirrored in a layout.
+
+
+ Forbid flipping
+
+
+
+ -
+
+
+ QAbstractItemView::InternalMove
+
+
+
+ -
+
+
+ Ready!
+
+
+ Qt::RichText
+
+
+ false
+
+
+
+
+
+
+
+ Seam allowance
+
+
+ -
+
+
+ Seam allowance
+
+
+ false
+
+
+
+ -
+
+
+ false
+
+
+ The seam allowance is part of main path
+
+
+ Built in
+
+
+
+ -
+
+
+ false
+
+
+ Automatic
+
+
+ false
+
+
+ false
+
+
+
+ 0
-
- 6
-
-
-
-
-
- Start point:
-
-
-
- -
-
-
- -
-
-
- End point:
-
-
-
- -
-
-
- -
-
-
- Include as:
-
-
-
- -
-
-
-
- 0
- 0
-
+
-
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Width:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Nodes
+
+
+ 0
+
+
-
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+ Node:
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ Before:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Return to default width
+
+
+ Default
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 255
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 159
+ 158
+ 158
+
+
+
+
+
+
+
+ After:
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Return to default width
+
+
+ Default
+
+
+
+ -
+
+
+ Formula wizard
+
+
+ ...
+
+
+
+ :/icon/24x24/fx.png:/icon/24x24/fx.png
+
+
+
+ 24
+ 24
+
+
+
+
+ -
+
+
+
+
+
+ :/icon/24x24/equal.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 87
+ 0
+
+
+
+ Value
+
+
+ _
+
+
+
+
+
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 28
+
+
+
+ Calculation
+
+
+ true
+
+
+
+ -
+
+
+
+ 18
+ 18
+
+
+
+
+ 0
+ 0
+
+
+
+ <html><head/><body><p>Show full calculation in message box</p></body></html>
+
+
+
+
+
+
+ ../../
+
+
+
+ 16
+ 16
+
+
+
+ true
+
+
+
+
+
+ -
+
+
-
+
+
+ Angle:
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
-
-
-
- 0
- 0
-
+
+ -
+
+
+ false
-
-
- 0
- 0
-
+
+ Custom
+
+
+ false
+
+
+
+ 6
+
+
+ 9
+
+
+ 0
+
+
-
+
+
+ Qt::Horizontal
+
+
+ true
+
+
+
+
+ QFormLayout::ExpandingFieldsGrow
+
+
+ 6
+
+
-
+
+
+ Start point:
+
+
+
+ -
+
+
+ -
+
+
+ End point:
+
+
+
+ -
+
+
+ -
+
+
+ Include as:
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+ Internal paths
+
+
+ -
+
+
+ QAbstractItemView::InternalMove
-
-
-
-
-
-
-
-
-
- Internal paths
-
-
- -
-
-
- QAbstractItemView::InternalMove
-
+
+
+