Skip to content

Commit 65cd334

Browse files
PastaPastaPastaUdjinM6
authored andcommitted
Tools window: Information - make "InstantSend locks" and "Number of Masternodes" fields copyable
Signed-off-by: Pasta <pasta@dashboost.org>
1 parent 68d575d commit 65cd334

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,18 @@
232232
</item>
233233
<item row="9" column="1">
234234
<widget class="QLabel" name="masternodeCount">
235+
<property name="cursor">
236+
<cursorShape>IBeamCursor</cursorShape>
237+
</property>
235238
<property name="text">
236239
<string>N/A</string>
237240
</property>
241+
<property name="textFormat">
242+
<enum>Qt::PlainText</enum>
243+
</property>
244+
<property name="textInteractionFlags">
245+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
246+
</property>
238247
</widget>
239248
</item>
240249
<item row="10" column="0">
@@ -417,9 +426,18 @@
417426
</item>
418427
<item row="16" column="1">
419428
<widget class="QLabel" name="instantSendLockCount">
429+
<property name="cursor">
430+
<cursorShape>IBeamCursor</cursorShape>
431+
</property>
420432
<property name="text">
421433
<string>N/A</string>
422434
</property>
435+
<property name="textFormat">
436+
<enum>Qt::PlainText</enum>
437+
</property>
438+
<property name="textInteractionFlags">
439+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
440+
</property>
423441
</widget>
424442
</item>
425443
</layout>

0 commit comments

Comments
 (0)