mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
work on data update
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user