Add loading indicator to table.

This commit is contained in:
Aditya Kulkarni
2018-10-29 10:01:37 -07:00
parent 1adb4cf820
commit 35be99170d
3 changed files with 23 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ public:
private:
QList<std::tuple<QString, QString>>* modeldata = nullptr;
QList<UnspentOutput>* utxos = nullptr;
bool loading = true;
};
#endif // BALANCESTABLEMODEL_H