|
|
@ -6,8 +6,8 @@ |
|
|
|
<rect> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
|
<width>334</width> |
|
|
|
<width>340</width> |
|
|
|
<height>425</height> |
|
|
|
<height>530</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<property name="windowTitle"> |
|
|
@ -28,8 +28,8 @@ |
|
|
|
<height>300</height> |
|
|
|
<height>300</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="textFormat"> |
|
|
|
<string>QR Code</string> |
|
|
|
<enum>Qt::PlainText</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
@ -39,13 +39,31 @@ |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
|
|
|
|
<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> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QWidget" name="widget" native="true"> |
|
|
|
<widget class="QWidget" name="widget" native="true"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<item> |
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
|
|
|
|
<item> |
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QCheckBox" name="chkReqPayment"> |
|
|
|
<widget class="QCheckBox" name="chkReqPayment"> |
|
|
|
<property name="enabled"> |
|
|
|
<property name="enabled"> |
|
|
@ -57,44 +75,50 @@ |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
<layout class="QFormLayout" name="formLayout"> |
|
|
|
<item> |
|
|
|
<property name="fieldGrowthPolicy"> |
|
|
|
<widget class="QLabel" name="lblAmount"> |
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum> |
|
|
|
<property name="sizePolicy"> |
|
|
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> |
|
|
|
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
|
|
|
</sizepolicy> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
|
|
|
<widget class="QLabel" name="lblLabel"> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Amount:</string> |
|
|
|
<string>Label:</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="textFormat"> |
|
|
|
|
|
|
|
<enum>Qt::PlainText</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>lnReqAmount</cstring> |
|
|
|
<cstring>lnLabel</cstring> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item row="1" column="1"> |
|
|
|
<widget class="QLineEdit" name="lnReqAmount"> |
|
|
|
<widget class="QLineEdit" name="lnLabel"/> |
|
|
|
<property name="enabled"> |
|
|
|
</item> |
|
|
|
<bool>false</bool> |
|
|
|
<item row="2" column="0"> |
|
|
|
|
|
|
|
<widget class="QLabel" name="lblMessage"> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string>Message:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<property name="textFormat"> |
|
|
|
<size> |
|
|
|
<enum>Qt::PlainText</enum> |
|
|
|
<width>60</width> |
|
|
|
|
|
|
|
<height>0</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="buddy"> |
|
|
|
|
|
|
|
<cstring>lnMessage</cstring> |
|
|
|
|
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item row="2" column="1"> |
|
|
|
<widget class="QLabel" name="lblBTC"> |
|
|
|
<widget class="QLineEdit" name="lnMessage"/> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
|
|
|
<widget class="QLabel" name="lblAmount"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<horstretch>0</horstretch> |
|
|
@ -102,60 +126,27 @@ |
|
|
|
</sizepolicy> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>BTC</string> |
|
|
|
<string>Amount:</string> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="buddy"> |
|
|
|
|
|
|
|
<cstring>lnReqAmount</cstring> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<property name="textFormat"> |
|
|
|
</item> |
|
|
|
<enum>Qt::PlainText</enum> |
|
|
|
</layout> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
</layout> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
<item> |
|
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
|
|
|
<widget class="QLabel" name="lblLabel"> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string>Label:</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>lnLabel</cstring> |
|
|
|
<cstring>lnReqAmount</cstring> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="0" column="1"> |
|
|
|
<item row="0" column="1"> |
|
|
|
<widget class="QLineEdit" name="lnLabel"> |
|
|
|
<widget class="BitcoinAmountField" name="lnReqAmount"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<property name="enabled"> |
|
|
|
<size> |
|
|
|
<bool>false</bool> |
|
|
|
<width>100</width> |
|
|
|
|
|
|
|
<height>0</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
<item row="1" column="0"> |
|
|
|
|
|
|
|
<widget class="QLabel" name="lblMessage"> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string>Message:</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="alignment"> |
|
|
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="buddy"> |
|
|
|
|
|
|
|
<cstring>lnMessage</cstring> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
<item row="1" column="1"> |
|
|
|
|
|
|
|
<widget class="QLineEdit" name="lnMessage"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>100</width> |
|
|
|
<width>80</width> |
|
|
|
<height>0</height> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -163,10 +154,8 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
<property name="orientation"> |
|
|
|
<property name="orientation"> |
|
|
@ -194,6 +183,13 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
|
|
|
|
<customwidgets> |
|
|
|
|
|
|
|
<customwidget> |
|
|
|
|
|
|
|
<class>BitcoinAmountField</class> |
|
|
|
|
|
|
|
<extends>QSpinBox</extends> |
|
|
|
|
|
|
|
<header>bitcoinamountfield.h</header> |
|
|
|
|
|
|
|
</customwidget> |
|
|
|
|
|
|
|
</customwidgets> |
|
|
|
<resources/> |
|
|
|
<resources/> |
|
|
|
<connections> |
|
|
|
<connections> |
|
|
|
<connection> |
|
|
|
<connection> |
|
|
|