Tooltips for several buttons
This commit is contained in:
parent
a4b0002fc4
commit
3eb2a8e99d
1 changed files with 6 additions and 0 deletions
|
@ -545,6 +545,7 @@ wallet (wallet_a)
|
|||
}
|
||||
}
|
||||
});
|
||||
rebroadcast->setToolTip ("Rebroadcast block into the network");
|
||||
}
|
||||
|
||||
void rai_qt::block_viewer::rebroadcast_action (rai::uint256_union const & hash_a)
|
||||
|
@ -1018,6 +1019,7 @@ void rai_qt::wallet::start ()
|
|||
}));
|
||||
}
|
||||
};
|
||||
settings_button->setToolTip ("Unlock wallet, set password, change representative");
|
||||
}
|
||||
|
||||
void rai_qt::wallet::refresh ()
|
||||
|
@ -1393,6 +1395,10 @@ wallet (wallet_a)
|
|||
refresh_ledger ();
|
||||
refresh_count ();
|
||||
block_count->setToolTip ("Block count (blocks downloaded)");
|
||||
bootstrap->setToolTip ("Multi-connection bootstrap to random peers");
|
||||
search_for_receivables->setToolTip ("Search for pending blocks");
|
||||
create_block->setToolTip ("Create block in JSON format");
|
||||
enter_block->setToolTip ("Enter block in JSON format");
|
||||
}
|
||||
|
||||
void rai_qt::advanced_actions::refresh_count ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue