Skip to content

Commit 610d938

Browse files
dannmatdannmat
authored andcommitted
gui: Added label & tooltip for Verify Message labels
1 parent b33c03b commit 610d938

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/qt/forms/signverifymessagedialog.ui

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,24 @@
285285
</layout>
286286
</item>
287287
<item>
288-
<widget class="QPlainTextEdit" name="messageIn_VM"/>
288+
<widget class="QPlainTextEdit" name="messageIn_VM">
289+
<property name="toolTip">
290+
<string>The signed message to verify</string>
291+
</property>
292+
<property name="placeholderText">
293+
<string>The signed message to verify</string>
294+
</property>
295+
</widget>
289296
</item>
290297
<item>
291-
<widget class="QValidatedLineEdit" name="signatureIn_VM"/>
298+
<widget class="QValidatedLineEdit" name="signatureIn_VM">
299+
<property name="toolTip">
300+
<string>The signature given when the message was signed</string>
301+
</property>
302+
<property name="placeholderText">
303+
<string>The signature given when the message was signed</string>
304+
</property>
305+
</widget>
292306
</item>
293307
<item>
294308
<layout class="QHBoxLayout" name="horizontalLayout_2_VM">

0 commit comments

Comments
 (0)