-
Notifications
You must be signed in to change notification settings - Fork 326
refactor: Drop unused QFrames in SendCoinsEntry
#612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
furszy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed ACK a57cd02
No functional changes.
|
Concept ACK, nice cleanup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK a57cd02
-
This PR does an excellent clean-up to
sendcoinentry.uifile by:- Removing no longer used code.
- Simplifying the widget type for the updated UI elements.
- Fixing indentations.
- Fixing the parent class for the
BitcoinAmountFieldwidget.
-
I was able to successfully compile and run this PR on Ubuntu 22.04 with
Qt version 5.15.3 -
I observed no functional or behavioral changes in the GUI.
As @laanwj rightly pointed out. The comment mentioning “Stacked widget” shall also be removed.
It is no longer needed to derive the `SendCoinsEntry` class from the `QStackedWidget` one.
a57cd02 to
7ab72b9
Compare
w0xlt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested ACK 7ab72b9
shaavan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
SendCoins_UnauthenticatedPaymentRequestandSendCoins_AuthenticatedPaymentRequestsub-QFrame's of theSendCoinsEntrywidget have been unused since bitcoin/bitcoin#17165.Removed all dead code. The resulted
SendCoinsEntrywidget has been simplified.