diff --git a/src/qt/forms/modaloverlay.ui b/src/qt/forms/modaloverlay.ui index b5a69c578..da19a6fa2 100644 --- a/src/qt/forms/modaloverlay.ui +++ b/src/qt/forms/modaloverlay.ui @@ -1,382 +1,374 @@ ModalOverlay - + 0 0 640 385 Form QLayout::SetDefaultConstraint 0 0 0 0 #bgWidget { background: rgba(0,0,0,220); } 60 60 60 60 #contentWidget { background: rgba(255,255,255,240); border-radius: 6px; } QLabel { color: rgb(40,40,40); } 0 10 10 10 10 20 0 false :/icons/warning :/icons/warning:/icons/warning 48 48 true Qt::Vertical 20 40 0 0 Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. Qt::RichText true 75 true Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. Qt::RichText true Qt::Vertical 20 40 Qt::Vertical 20 40 QFormLayout::FieldsStayAtSizeHint 6 6 10 75 true Number of blocks left Unknown... 75 true Last block time 0 0 Unknown... 75 true Progress ~ 24 75 true Progress increase per hour calculating... 75 true Estimated time left until synced calculating... 10 10 Qt::Horizontal 40 20 Hide Qt::StrongFocus true - - - ModalOverlay - QWidget -
qt/modaloverlay.h
- 1 -
-
diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index 58f030ebf..405bcdd96 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -1,320 +1,320 @@ ReceiveCoinsDialog - + 0 0 776 364 0 0 QFrame::StyledPanel QFrame::Sunken An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. &Message: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter reqMessage An optional label to associate with the new receiving address. An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. Use this form to request payments. All fields are <b>optional</b>. An optional label to associate with the new receiving address. &Label: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter reqLabel An optional amount to request. Leave this empty or zero to not request a specific amount. &Amount: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter reqAmount 80 0 An optional amount to request. Leave this empty or zero to not request a specific amount. 150 0 &Request payment :/icons/receiving_addresses:/icons/receiving_addresses 0 0 Clear all fields of the form. Clear :/icons/remove:/icons/remove false Qt::Horizontal 40 20 Qt::Vertical 20 10 0 0 QFrame::StyledPanel QFrame::Raised 75 true Requested payments history Qt::CustomContextMenu false true false Show the selected request (does the same as double clicking an entry) Show :/icons/edit:/icons/edit false false Remove the selected entries from the list Remove :/icons/remove:/icons/remove false Qt::Horizontal 40 20 BitcoinAmountField QLineEdit
qt/bitcoinamountfield.h
1
reqLabel reqAmount reqMessage receiveButton clearButton recentRequestsView showRequestButton removeRequestButton