mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
qt: Fix BitcoinAmountField
's base widget
This commit is contained in:
parent
3262542104
commit
7ab72b9d2a
1 changed files with 3 additions and 2 deletions
|
@ -161,7 +161,7 @@
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
|
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<widget class="BitcoinAmountField" name="payAmount">
|
<widget class="BitcoinAmountField" name="payAmount" native="true">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The amount to send in the selected unit</string>
|
<string>The amount to send in the selected unit</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -223,8 +223,9 @@
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>BitcoinAmountField</class>
|
<class>BitcoinAmountField</class>
|
||||||
<extends>QLineEdit</extends>
|
<extends>QWidget</extends>
|
||||||
<header>qt/bitcoinamountfield.h</header>
|
<header>qt/bitcoinamountfield.h</header>
|
||||||
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
|
Loading…
Add table
Reference in a new issue