2015-06-24 16:30:07 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DialogTrueDarts</class>
|
|
|
|
<widget class="QDialog" name="DialogTrueDarts">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-12-01 19:12:40 +01:00
|
|
|
<width>372</width>
|
2015-06-24 16:30:07 +02:00
|
|
|
<height>278</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>True darts</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2015-07-24 20:04:38 +02:00
|
|
|
<iconset resource="../../../vmisc/share/resources/icon.qrc">
|
2015-06-24 16:30:07 +02:00
|
|
|
<normaloff>:/icon/64x64/icon64x64.png</normaloff>:/icon/64x64/icon64x64.png</iconset>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2015-12-01 19:12:40 +01:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
</property>
|
2015-06-24 16:30:07 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelFirstBasePoint">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>First base point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2015-12-01 19:12:40 +01:00
|
|
|
<widget class="QComboBox" name="comboBoxFirstBasePoint"/>
|
2015-06-24 16:30:07 +02:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelSecondBasePoint">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>Second base point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2015-12-01 19:12:40 +01:00
|
|
|
<widget class="QComboBox" name="comboBoxSecondBasePoint"/>
|
2015-06-24 16:30:07 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="labelFirstDartPoint">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>First dart point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2015-12-01 19:12:40 +01:00
|
|
|
<widget class="QComboBox" name="comboBoxFirstDartPoint"/>
|
2015-06-24 16:30:07 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="labelSecondDartPoint">
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>Second dart point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QComboBox" name="comboBoxSecondDartPoint">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-02-02 14:38:37 +01:00
|
|
|
<width>0</width>
|
2015-06-24 16:30:07 +02:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="labelThirdDartPoint">
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>Third dart point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="comboBoxThirdDartPoint"/>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="labelFirstNewDartPoint">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>First new dart point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
2015-12-01 19:12:40 +01:00
|
|
|
<widget class="QLineEdit" name="lineEditFirstNewDartPoint">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Unique label</string>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Choose unique label.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-06-24 16:30:07 +02:00
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="labelSecondNewDartPoint">
|
|
|
|
<property name="text">
|
2015-12-01 19:12:40 +01:00
|
|
|
<string>Second new dart point:</string>
|
2015-06-24 16:30:07 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
2015-12-01 19:12:40 +01:00
|
|
|
<widget class="QLineEdit" name="lineEditSecondNewDartPoint">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Unique label</string>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Choose unique label.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-06-24 16:30:07 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2015-07-24 20:04:38 +02:00
|
|
|
<include location="../../../vmisc/share/resources/icon.qrc"/>
|
2015-06-24 16:30:07 +02:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DialogTrueDarts</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>DialogTrueDarts</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>
|