Add view on block explorer for txid and address

This commit is contained in:
Aditya Kulkarni
2018-10-17 12:27:43 -07:00
parent c7d1eb284f
commit d28ab79743
15 changed files with 139 additions and 64 deletions

View File

@@ -273,8 +273,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>825</width>
<height>284</height>
<width>823</width>
<height>226</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -428,9 +428,9 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<widget class="QLineEdit" name="sendTxFees">
<property name="text">
<string>0.0001 ZEC</string>
<string/>
</property>
<property name="readOnly">
<bool>true</bool>
@@ -637,7 +637,7 @@
<x>0</x>
<y>0</y>
<width>889</width>
<height>21</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuBalance">
@@ -654,6 +654,7 @@
<string>Help</string>
</property>
<addaction name="actionDonate"/>
<addaction name="actionCheck_for_Updates"/>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuBalance"/>
@@ -688,6 +689,11 @@
<bool>false</bool>
</property>
</action>
<action name="actionCheck_for_Updates">
<property name="text">
<string>Check github.com for Updates</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
@@ -699,7 +705,7 @@
<tabstop>Amount1</tabstop>
<tabstop>Max1</tabstop>
<tabstop>addAddressButton</tabstop>
<tabstop>lineEdit</tabstop>
<tabstop>sendTxFees</tabstop>
<tabstop>sendTransactionButton</tabstop>
<tabstop>cancelSendButton</tabstop>
<tabstop>balancesTable</tabstop>