|
|
@ -107,6 +107,9 @@ |
|
|
|
<property name="maxLength"> |
|
|
|
<property name="maxLength"> |
|
|
|
<number>34</number> |
|
|
|
<number>34</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="placeholderText"> |
|
|
|
|
|
|
|
<string/> |
|
|
|
|
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
@ -178,7 +181,7 @@ |
|
|
|
<widget class="QPushButton" name="sendButton"> |
|
|
|
<widget class="QPushButton" name="sendButton"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>120</width> |
|
|
|
<width>150</width> |
|
|
|
<height>0</height> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -197,25 +200,6 @@ |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
|
|
|
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
|
|
|
</sizepolicy> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="toolTip"> |
|
|
|
|
|
|
|
<string>Abort the send action</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
|
|
|
<set>QDialogButtonBox::Cancel</set> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="centerButtons"> |
|
|
|
|
|
|
|
<bool>false</bool> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
@ -248,7 +232,6 @@ |
|
|
|
<tabstop>addAsLabel</tabstop> |
|
|
|
<tabstop>addAsLabel</tabstop> |
|
|
|
<tabstop>payAmount</tabstop> |
|
|
|
<tabstop>payAmount</tabstop> |
|
|
|
<tabstop>sendButton</tabstop> |
|
|
|
<tabstop>sendButton</tabstop> |
|
|
|
<tabstop>buttonBox</tabstop> |
|
|
|
|
|
|
|
</tabstops> |
|
|
|
</tabstops> |
|
|
|
<resources> |
|
|
|
<resources> |
|
|
|
<include location="../bitcoin.qrc"/> |
|
|
|
<include location="../bitcoin.qrc"/> |
|
|
|