add sending ability for HushChat tab

This commit is contained in:
DenioD
2020-04-27 23:10:42 +02:00
parent b79334a497
commit 38a1d6966a
5 changed files with 253 additions and 20 deletions

View File

@@ -47,6 +47,7 @@ public:
QRegExpValidator* getAmountValidator() { return amtValidator; }
QString doSendTxValidations(Tx tx);
QString doSendChatTxValidations(Tx tx);
void replaceWormholeClient(WormholeClient* newClient);
bool isWebsocketListening();
@@ -85,10 +86,11 @@ private:
void setupSendTab();
void setupTransactionsTab();
void updateChat();
void setupReceiveTab();
void setupBalancesTab();
void setuphushdTab();
void setupchatTab();
void updateChat();
void setupSettingsModal();
void setupStatusBar();
@@ -98,11 +100,14 @@ private:
Tx createTxFromSendPage();
bool confirmTx(Tx tx, RecurringPaymentInfo* rpi);
Tx createTxFromChatPage();
void encryptWallet();
void removeWalletEncryption();
void cancelButton();
void sendButton();
void sendChatButton();
void addAddressSection();
void maxAmountChecked(int checked);