PyBitmessage/src/bitmessageqt/newsubscriptiondialog.ui

124 lines
3.0 KiB
Plaintext
Raw Normal View History

2012-11-19 19:45:05 +00: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>
<height>254</height>
2012-11-19 19:45:05 +00:00
</rect>
</property>
<property name="minimumSize">
<size>
<width>368</width>
<height>200</height>
</size>
</property>
2012-11-19 19:45:05 +00:00
<property name="windowTitle">
<string>Add new entry</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
2012-11-19 19:45:05 +00:00
<widget class="QLabel" name="label_2">
<property name="text">
<string>Label</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLineEdit" name="lineEditLabel"/>
2012-11-19 19:45:05 +00:00
</item>
<item row="2" column="0">
2012-11-19 19:45:05 +00:00
<widget class="QLabel" name="label">
<property name="text">
<string>Address</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QLineEdit" name="lineEditAddress"/>
</item>
<item row="4" column="0" colspan="2">
<widget class="QLabel" name="labelAddressCheck">
<property name="text">
<string/>
2012-11-19 19:45:05 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
2012-11-19 19:45:05 +00:00
</property>
</widget>
2012-11-19 19:45:05 +00:00
</item>
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxDisplayMessagesAlreadyInInventory">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Enter an address above.</string>
</property>
</widget>
2012-11-19 19:45:05 +00:00
</item>
<item row="7" column="1">
2012-11-19 19:45:05 +00: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>
<item row="5" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2012-11-19 19:45:05 +00:00
</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>