mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-15 18:10:26 +01:00
Merge #17606: qt, refactor: Use proper classes for Ui::*
93352d261fqt: Use proper class for Ui::ReceiveCoinsDialog (Hennadii Stepanov)8781904643qt: Fix class name of Ui::ModalOverlay (Hennadii Stepanov) Pull request description: Use proper classes for: - `Ui::ModalOverlay` to remove `<customwidget>` entry - `Ui::ReceiveCoinsDialog` to be consistent with the code base This PR does not change behavior. ACKs for top commit: jonasschnelli: Tested ACK93352d261f- ran this on top of master and tested the modal overlay on initial mainnet sync. laanwj: code review ACK93352d261fTree-SHA512: faeed8e86dbf5355505defcdb7e1db07d6a6005ee5eb07367b00f6aa122dd8ad34f8372d4bae7b29c0eac87b538a33157e19328be2876135e8a6376a3197f1bc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>ModalOverlay</class>
|
||||
<widget class="ModalOverlay" name="ModalOverlay">
|
||||
<widget class="QWidget" name="ModalOverlay">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
@@ -369,14 +369,6 @@ QLabel { color: rgb(40,40,40); }</string>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>ModalOverlay</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>qt/modaloverlay.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>ReceiveCoinsDialog</class>
|
||||
<widget class="QWidget" name="ReceiveCoinsDialog">
|
||||
<widget class="QDialog" name="ReceiveCoinsDialog">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
||||
Reference in New Issue
Block a user