Skip to content

Commit c6c97e0

Browse files
author
Philip Kaufmann
committed
[Qt] Rework of payment request UI (mainly for insecure pr)
- this shows insecure (unsecured) payment requests in a new yellowish colored UI (based on the secure payment request UI) instead of our normal payment UI - allows us to receive paymentACK messages for insecure payment requests - allows us to handle expirations for insecure payment request - changed walletmodel, so that all types of payment requests don't touch the addressbook
1 parent ede3ee3 commit c6c97e0

File tree

7 files changed

+609
-82
lines changed

7 files changed

+609
-82
lines changed

src/qt/forms/sendcoinsdialog.ui

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,16 @@
2929
</rect>
3030
</property>
3131
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
32-
<property name="margin">
32+
<property name="leftMargin">
33+
<number>0</number>
34+
</property>
35+
<property name="topMargin">
36+
<number>0</number>
37+
</property>
38+
<property name="rightMargin">
39+
<number>0</number>
40+
</property>
41+
<property name="bottomMargin">
3342
<number>0</number>
3443
</property>
3544
<item>

0 commit comments

Comments
 (0)