add chatbubbles to render chat

This commit is contained in:
DenioD
2020-05-03 01:03:29 +02:00
parent 29492b73c3
commit 0223d6def8
7 changed files with 355 additions and 88 deletions

View File

@@ -54,6 +54,7 @@ public:
bool isWebsocketListening();
void createWebsocket(QString wormholecode);
void stopWebsocket();
void balancesReady();
void payhushURI(QString uri = "", QString myAddr = "");
@@ -92,8 +93,9 @@ private:
void setupBalancesTab();
void setuphushdTab();
void setupchatTab();
void updateChat();
void updateContacts();
void updateChat();
void setupSettingsModal();
void setupStatusBar();