mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 137b7a2af1 into merged_master (Bitcoin PR #17125)
This commit is contained in:
commit
1bc0f8231e
1 changed files with 16 additions and 2 deletions
|
|
@ -285,10 +285,24 @@
|
|||
</layout>
|
||||
</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>
|
||||
<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>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2_VM">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue