Little fix for tools dialogs.

--HG--
branch : feature
This commit is contained in:
dismine 2014-05-21 20:22:40 +03:00
parent 34bd172f9a
commit 7a5f12b77d
11 changed files with 57 additions and 14 deletions

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>470</width>
<height>454</height>
<height>573</height>
</rect>
</property>
<property name="windowTitle">
@ -337,6 +337,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>501</width>
<height>448</height>
<height>538</height>
</rect>
</property>
<property name="windowTitle">
@ -527,6 +527,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>480</width>
<height>485</height>
<height>587</height>
</rect>
</property>
<property name="windowTitle">
@ -379,6 +379,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>507</width>
<height>375</height>
<height>493</height>
</rect>
</property>
<property name="windowTitle">
@ -306,6 +306,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>520</width>
<height>461</height>
<height>546</height>
</rect>
</property>
<property name="windowTitle">
@ -306,6 +306,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>605</width>
<height>397</height>
<height>499</height>
</rect>
</property>
<property name="windowTitle">
@ -306,6 +306,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>539</width>
<height>559</height>
<width>584</width>
<height>718</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Point in the end of a line</string>
</property>
@ -532,8 +538,17 @@
</item>
<item>
<widget class="QLabel" name="labelDescription">
<property name="text">
<string/>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>488</width>
<height>594</height>
<height>732</height>
</rect>
</property>
<property name="windowTitle">
@ -554,6 +554,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>476</width>
<height>450</height>
<height>653</height>
</rect>
</property>
<property name="windowTitle">
@ -394,6 +394,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>473</width>
<height>485</height>
<height>686</height>
</rect>
</property>
<property name="windowTitle">
@ -415,6 +415,9 @@
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View file

@ -437,7 +437,8 @@ protected:
}
else
{
radioButtonSizeGrowth->setVisible(false);
radioButtonSizeGrowth->setEnabled(false);
radioButtonStandardTable->setChecked(true);
Measurements();
}
connect(radioButtonStandardTable, &QRadioButton::clicked, this, &DialogTool::Measurements);