mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
gui: Added label & tooltip for Verify Message labels
This commit is contained in:
parent
b33c03b0cb
commit
610d9384de
1 changed files with 16 additions and 2 deletions
|
@ -285,10 +285,24 @@
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPlainTextEdit" name="messageIn_VM"/>
|
<widget class="QPlainTextEdit" name="messageIn_VM">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The signed message to verify</string>
|
||||||
|
</property>
|
||||||
|
<property name="placeholderText">
|
||||||
|
<string>The signed message to verify</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QValidatedLineEdit" name="signatureIn_VM"/>
|
<widget class="QValidatedLineEdit" name="signatureIn_VM">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The signature given when the message was signed</string>
|
||||||
|
</property>
|
||||||
|
<property name="placeholderText">
|
||||||
|
<string>The signature given when the message was signed</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2_VM">
|
<layout class="QHBoxLayout" name="horizontalLayout_2_VM">
|
||||||
|
|
Loading…
Reference in a new issue