Copy txid from status bar

This commit is contained in:
adityapk
2018-10-17 10:52:35 -07:00
parent 402b80d289
commit c7d1eb284f
8 changed files with 57 additions and 14 deletions

View File

@@ -273,8 +273,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>823</width>
<height>226</height>
<width>825</width>
<height>284</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -637,7 +637,7 @@
<x>0</x>
<y>0</y>
<width>889</width>
<height>22</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuBalance">
@@ -645,7 +645,6 @@
<string>File</string>
</property>
<addaction name="actionImport_Private_Keys"/>
<addaction name="separator"/>
<addaction name="actionSettings"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
@@ -685,6 +684,9 @@
<property name="text">
<string>Import Private Keys</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>