2013-10-18 20:20:54 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DialogTriangle</class>
|
|
|
|
<widget class="QDialog" name="DialogTriangle">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-08-14 13:16:02 +02:00
|
|
|
<width>285</width>
|
2014-10-24 15:57:05 +02:00
|
|
|
<height>212</height>
|
2013-10-18 20:20:54 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-05-30 11:59:14 +02:00
|
|
|
<string>Triangle</string>
|
2013-10-18 20:20:54 +02:00
|
|
|
</property>
|
2014-06-24 10:56:52 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../../share/resources/icon.qrc">
|
|
|
|
<normaloff>:/icon/64x64/icon64x64.png</normaloff>:/icon/64x64/icon64x64.png</iconset>
|
|
|
|
</property>
|
2013-10-18 20:20:54 +02:00
|
|
|
<property name="locale">
|
|
|
|
<locale language="English" country="UnitedStates"/>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
2013-10-18 20:20:54 +02:00
|
|
|
<widget class="QLabel" name="labelEditNamePoint">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-12-19 11:42:00 +01:00
|
|
|
<string>Point label</string>
|
2013-10-18 20:20:54 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="0" column="1">
|
2013-10-18 20:20:54 +02:00
|
|
|
<widget class="QLineEdit" name="lineEditNamePoint"/>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="1" column="0">
|
2014-07-14 18:12:51 +02:00
|
|
|
<widget class="QLabel" name="labelAxisP1">
|
2014-08-14 13:16:02 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-18 20:20:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>First point of axis</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="1" column="1">
|
2013-10-18 20:20:54 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxAxisP1">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>First point of line</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="2" column="0">
|
2014-07-14 18:12:51 +02:00
|
|
|
<widget class="QLabel" name="labelAxisP2">
|
2014-08-14 13:16:02 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-18 20:20:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Second point of axis</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="2" column="1">
|
2013-10-18 20:20:54 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxAxisP2">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>First point of line</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="3" column="0">
|
2014-07-14 18:12:51 +02:00
|
|
|
<widget class="QLabel" name="labelFirstPoint">
|
2014-08-14 13:16:02 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-18 20:20:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>First point</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="3" column="1">
|
2013-10-18 20:20:54 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxFirstPoint">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>First point of line</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="4" column="0">
|
2014-07-14 18:12:51 +02:00
|
|
|
<widget class="QLabel" name="labelSecondPoint">
|
2014-08-14 13:16:02 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-18 20:20:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Second point</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-24 15:48:49 +02:00
|
|
|
<item row="4" column="1">
|
2013-10-18 20:20:54 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxSecondPoint">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>First point of line</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
2014-08-14 13:16:02 +02:00
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2013-10-18 20:20:54 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-10-30 08:34:13 +01:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>lineEditNamePoint</tabstop>
|
|
|
|
<tabstop>comboBoxAxisP1</tabstop>
|
|
|
|
<tabstop>comboBoxAxisP2</tabstop>
|
|
|
|
<tabstop>comboBoxFirstPoint</tabstop>
|
|
|
|
<tabstop>comboBoxSecondPoint</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2014-06-24 10:56:52 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../share/resources/icon.qrc"/>
|
|
|
|
</resources>
|
2013-10-18 20:20:54 +02:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DialogTriangle</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>DialogTriangle</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|