Support memo when sending

This commit is contained in:
Aditya Kulkarni
2018-10-17 14:45:41 -07:00
parent 51fcdd3d06
commit cf49b2bffa
10 changed files with 252 additions and 95 deletions

View File

@@ -216,7 +216,7 @@
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Address Balance:</string>
<string>Address Balance</string>
</property>
</widget>
</item>
@@ -259,7 +259,22 @@
<property name="title">
<string>Send To</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="sendToScrollArea">
<property name="sizeAdjustPolicy">
@@ -273,8 +288,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>823</width>
<height>226</height>
<width>841</width>
<height>288</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -327,7 +342,7 @@
<item>
<widget class="QCheckBox" name="Max1">
<property name="text">
<string>Maximum Available</string>
<string>Max Available</string>
</property>
</widget>
</item>
@@ -344,8 +359,33 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="MemoBtn1">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Memo</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="MemoTxt1">
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@@ -413,47 +453,44 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Fees</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Fee</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="sendTxFees">
<property name="text">
<string/>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Fee</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="sendTxFees">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">