<?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> <height>192</height> </rect> </property> <property name="windowTitle"> <string>Add new entry</string> </property> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::AllNonFixedFieldsGrow</enum> </property> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Label</string> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QLineEdit" name="newsubscriptionlabel"/> </item> <item row="4" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Address</string> </property> </widget> </item> <item row="4" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>302</width> <height>10</height> </size> </property> </spacer> </item> <item row="5" column="0" colspan="2"> <widget class="QLineEdit" name="lineEditSubscriptionAddress"/> </item> <item row="8" column="1"> <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> <item row="7" column="1"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> <item row="6" column="0" colspan="2"> <widget class="QLabel" name="labelSubscriptionAddressCheck"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </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>