work on data update

This commit is contained in:
arcan1s
2014-08-31 20:21:06 +04:00
parent eac50a8799
commit 38c4d3bfaf
5 changed files with 162 additions and 31 deletions

View File

@ -68,6 +68,7 @@ protected:
private:
// functions
void initValues();
QStringList findKeys();
QStringList getKeys();
// ui
@ -75,6 +76,8 @@ private:
CustomLabel *textLabel;
QTimer *timer;
// values
QMap<QString, int> counts;
QMap<QString, QList<float>> tooltipValues;
QMap<QString, QString> values;
// debug
bool debug;