Fix flicker issues on the balances and transactions tables

This commit is contained in:
Aditya Kulkarni
2018-10-14 23:09:54 -07:00
parent e99c75b54a
commit 1c282000c8
17 changed files with 180 additions and 106 deletions

View File

@@ -25,6 +25,8 @@ public:
QLabel* statusLabel;
QLabel* statusIcon;
QLabel* loadingLabel;
private:
void setupSendTab();
void setupTransactionsTab();
@@ -42,6 +44,8 @@ private:
RPC* rpc;
Settings* settings;
QMovie* loadingMovie;
};
#endif // MAINWINDOW_H