We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BitcoinAmountField
1 parent 3262542 commit 7ab72b9Copy full SHA for 7ab72b9
src/qt/forms/sendcoinsentry.ui
@@ -161,7 +161,7 @@
161
<item row="2" column="1">
162
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
163
<item>
164
- <widget class="BitcoinAmountField" name="payAmount">
+ <widget class="BitcoinAmountField" name="payAmount" native="true">
165
<property name="toolTip">
166
<string>The amount to send in the selected unit</string>
167
</property>
@@ -223,8 +223,9 @@
223
</customwidget>
224
<customwidget>
225
<class>BitcoinAmountField</class>
226
- <extends>QLineEdit</extends>
+ <extends>QWidget</extends>
227
<header>qt/bitcoinamountfield.h</header>
228
+ <container>1</container>
229
230
</customwidgets>
231
<tabstops>
0 commit comments