2012-11-19 20:45:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NewSubscriptionDialog</class>
|
|
|
|
<widget class="QDialog" name="NewSubscriptionDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>368</width>
|
2013-12-01 05:15:18 +01:00
|
|
|
<height>173</height>
|
2012-11-19 20:45:05 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Add new entry</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2013-12-01 05:15:18 +01:00
|
|
|
<item row="0" column="0">
|
2012-11-19 20:45:05 +01:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Label</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-12-01 05:15:18 +01:00
|
|
|
<item row="1" column="0" colspan="2">
|
2012-11-19 20:45:05 +01:00
|
|
|
<widget class="QLineEdit" name="newsubscriptionlabel"/>
|
|
|
|
</item>
|
2013-12-01 05:15:18 +01:00
|
|
|
<item row="2" column="0">
|
2012-11-19 20:45:05 +01:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Address</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-12-01 05:15:18 +01:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="lineEditSubscriptionAddress"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="labelAddressCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2012-11-19 20:45:05 +01:00
|
|
|
</property>
|
2013-12-01 05:15:18 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
2012-11-19 20:45:05 +01:00
|
|
|
</property>
|
2013-12-01 05:15:18 +01:00
|
|
|
</widget>
|
2012-11-19 20:45:05 +01:00
|
|
|
</item>
|
|
|
|
<item row="5" column="0" colspan="2">
|
2013-12-01 05:15:18 +01:00
|
|
|
<widget class="QCheckBox" name="checkBoxDisplayMessagesAlreadyInInventory">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>CheckBox</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-11-19 20:45:05 +01:00
|
|
|
</item>
|
2013-12-01 05:15:18 +01:00
|
|
|
<item row="6" column="1">
|
2012-11-19 20:45:05 +01:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>NewSubscriptionDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>360</x>
|
|
|
|
<y>234</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>256</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>NewSubscriptionDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>360</x>
|
|
|
|
<y>240</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>256</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|