Merge pull request 'TxConfDialog: make amounts selectable' (#14) from tobtoht/feather:txconf_text into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/14
This commit is contained in:
dsc 2020-10-09 22:31:59 +00:00
commit 8b8ee32214
1 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>655</width>
<height>232</height>
<height>248</height>
</rect>
</property>
<property name="windowTitle">
@ -46,6 +46,9 @@
<property name="text">
<string>address</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="1" column="0">
@ -60,6 +63,9 @@
<property name="text">
<string>amount</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="2" column="0">
@ -74,6 +80,9 @@
<property name="text">
<string>fee</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="3" column="1">
@ -95,6 +104,9 @@
<property name="text">
<string>total</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>