mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-18 08:09:58 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -30,12 +30,11 @@ class GraphicalItemHelper : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit GraphicalItemHelper(QObject *_parent = nullptr,
|
||||
QGraphicsScene *_scene = nullptr);
|
||||
explicit GraphicalItemHelper(QObject *_parent = nullptr, QGraphicsScene *_scene = nullptr);
|
||||
virtual ~GraphicalItemHelper();
|
||||
// parameters
|
||||
void setParameters(const QString &_active, const QString &_inactive,
|
||||
const int _width, const int _height, const int _count);
|
||||
void setParameters(const QString &_active, const QString &_inactive, const int _width,
|
||||
const int _height, const int _count);
|
||||
// paint methods
|
||||
void paintBars(const float _value);
|
||||
void paintCircle(const float _percent);
|
||||
|
Reference in New Issue
Block a user