mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 14:55:48 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -49,18 +49,15 @@ private:
|
||||
// ui
|
||||
QGraphicsScene *m_toolTipScene = nullptr;
|
||||
QGraphicsView *m_toolTipView = nullptr;
|
||||
void checkValue(const QString &_source, const float _value,
|
||||
const float _extremum) const;
|
||||
void checkValue(const QString &_source, const float _value, const float _extremum) const;
|
||||
void checkValue(const QString &_source, const QString &_current,
|
||||
const QString &_received) const;
|
||||
void initScene();
|
||||
QString notificationText(const QString &_source, const float _value) const;
|
||||
QString notificationText(const QString &_source,
|
||||
const QString &_value) const;
|
||||
QString notificationText(const QString &_source, const QString &_value) const;
|
||||
// main method
|
||||
void setData(const QVariantHash &_values);
|
||||
void setData(const QString &_source, float _value,
|
||||
const float _extremum = -1.0f);
|
||||
void setData(const QString &_source, float _value, const float _extremum = -1.0f);
|
||||
// different signature for battery device
|
||||
void setData(const bool _dontInvert, const QString &_source, float _value);
|
||||
// variables
|
||||
|
Reference in New Issue
Block a user