newsubscriptiondialog.ui
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>NewSubscriptionDialog</class> 4 <widget class="QDialog" name="NewSubscriptionDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>368</width> 10 <height>254</height> 11 </rect> 12 </property> 13 <property name="minimumSize"> 14 <size> 15 <width>368</width> 16 <height>200</height> 17 </size> 18 </property> 19 <property name="windowTitle"> 20 <string>Add new entry</string> 21 </property> 22 <layout class="QFormLayout" name="formLayout"> 23 <item row="0" column="0"> 24 <widget class="QLabel" name="label_2"> 25 <property name="text"> 26 <string>Label</string> 27 </property> 28 </widget> 29 </item> 30 <item row="1" column="0" colspan="2"> 31 <widget class="QLineEdit" name="lineEditLabel"/> 32 </item> 33 <item row="2" column="0"> 34 <widget class="QLabel" name="label"> 35 <property name="text"> 36 <string>Address</string> 37 </property> 38 </widget> 39 </item> 40 <item row="3" column="0" colspan="2"> 41 <widget class="QLineEdit" name="lineEditAddress"/> 42 </item> 43 <item row="4" column="0" colspan="2"> 44 <widget class="QLabel" name="labelAddressCheck"> 45 <property name="text"> 46 <string/> 47 </property> 48 <property name="wordWrap"> 49 <bool>true</bool> 50 </property> 51 </widget> 52 </item> 53 <item row="6" column="0" colspan="2"> 54 <widget class="QCheckBox" name="checkBoxDisplayMessagesAlreadyInInventory"> 55 <property name="enabled"> 56 <bool>false</bool> 57 </property> 58 <property name="text"> 59 <string>Enter an address above.</string> 60 </property> 61 </widget> 62 </item> 63 <item row="7" column="1"> 64 <widget class="QDialogButtonBox" name="buttonBox"> 65 <property name="orientation"> 66 <enum>Qt::Horizontal</enum> 67 </property> 68 <property name="standardButtons"> 69 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 70 </property> 71 </widget> 72 </item> 73 <item row="5" column="0"> 74 <spacer name="verticalSpacer"> 75 <property name="orientation"> 76 <enum>Qt::Vertical</enum> 77 </property> 78 <property name="sizeHint" stdset="0"> 79 <size> 80 <width>20</width> 81 <height>40</height> 82 </size> 83 </property> 84 </spacer> 85 </item> 86 </layout> 87 </widget> 88 <resources/> 89 <connections> 90 <connection> 91 <sender>buttonBox</sender> 92 <signal>accepted()</signal> 93 <receiver>NewSubscriptionDialog</receiver> 94 <slot>accept()</slot> 95 <hints> 96 <hint type="sourcelabel"> 97 <x>360</x> 98 <y>234</y> 99 </hint> 100 <hint type="destinationlabel"> 101 <x>157</x> 102 <y>256</y> 103 </hint> 104 </hints> 105 </connection> 106 <connection> 107 <sender>buttonBox</sender> 108 <signal>rejected()</signal> 109 <receiver>NewSubscriptionDialog</receiver> 110 <slot>reject()</slot> 111 <hints> 112 <hint type="sourcelabel"> 113 <x>360</x> 114 <y>240</y> 115 </hint> 116 <hint type="destinationlabel"> 117 <x>286</x> 118 <y>256</y> 119 </hint> 120 </hints> 121 </connection> 122 </connections> 123 </ui>