2011-11-10 15:20:17 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-10-16 15:14:26 +02:00
|
|
|
<class>ReceiveRequestDialog</class>
|
|
|
|
<widget class="QDialog" name="ReceiveRequestDialog">
|
2011-11-10 15:20:17 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-10-16 15:14:26 +02:00
|
|
|
<width>487</width>
|
|
|
|
<height>597</height>
|
2011-11-10 15:20:17 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2013-10-16 15:14:26 +02:00
|
|
|
<string>Request coins</string>
|
2011-11-10 15:20:17 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
2013-10-18 13:08:30 +02:00
|
|
|
<widget class="QRImageWidget" name="lblQRCode">
|
2011-11-10 15:20:17 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
|
|
|
<height>300</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2012-06-24 18:28:05 +02:00
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
2011-11-10 15:20:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2012-04-12 20:21:02 +02:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-11-10 15:20:17 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnSaveAs">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Save Image...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bitcoin URI:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-24 18:28:05 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="outUri">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="tabChangesFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Payment information:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-11-10 15:20:17 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2012-06-24 18:28:05 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="2" column="0">
|
2012-06-24 18:28:05 +02:00
|
|
|
<widget class="QLabel" name="lblLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Label:</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>lnLabel</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-11-10 15:20:17 +01:00
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="lnLabel">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-06-24 18:28:05 +02:00
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="3" column="0">
|
2012-06-24 18:28:05 +02:00
|
|
|
<widget class="QLabel" name="lblMessage">
|
|
|
|
<property name="text">
|
|
|
|
<string>Message:</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>lnMessage</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="lnMessage">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-06-24 18:28:05 +02:00
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="1" column="0">
|
2012-06-24 18:28:05 +02:00
|
|
|
<widget class="QLabel" name="lblAmount">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Amount:</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>lnReqAmount</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="BitcoinAmountField" name="lnReqAmount" native="true">
|
2012-06-24 18:28:05 +02:00
|
|
|
<property name="enabled">
|
2013-10-16 15:14:26 +02:00
|
|
|
<bool>true</bool>
|
2012-06-24 18:28:05 +02:00
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-10-16 15:14:26 +02:00
|
|
|
<property name="readOnly" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2012-06-24 18:28:05 +02:00
|
|
|
</widget>
|
2011-11-10 15:20:17 +01:00
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Address:</string>
|
2011-11-10 15:20:17 +01:00
|
|
|
</property>
|
2013-10-16 15:14:26 +02:00
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>reqAddress</cstring>
|
2011-11-10 15:20:17 +01:00
|
|
|
</property>
|
2013-10-16 15:14:26 +02:00
|
|
|
</widget>
|
2011-11-10 15:20:17 +01:00
|
|
|
</item>
|
2013-10-16 15:14:26 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lnAddress">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
2011-11-10 15:20:17 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-06-24 18:28:05 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>BitcoinAmountField</class>
|
2013-10-16 15:14:26 +02:00
|
|
|
<extends>QWidget</extends>
|
2012-06-24 18:28:05 +02:00
|
|
|
<header>bitcoinamountfield.h</header>
|
|
|
|
</customwidget>
|
2013-10-18 13:08:30 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>QRImageWidget</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>receiverequestdialog.h</header>
|
|
|
|
</customwidget>
|
2012-06-24 18:28:05 +02:00
|
|
|
</customwidgets>
|
2011-11-10 15:20:17 +01:00
|
|
|
<resources/>
|
2013-10-16 15:14:26 +02:00
|
|
|
<connections/>
|
2011-11-10 15:20:17 +01:00
|
|
|
</ui>
|