mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 18:35:52 +00:00
move gihelper to own class from namespace
This action will allow to store data in the helper class. Also notification for high memory usage has been changed from 90 to 80.
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "abstractextitem.h"
|
||||
|
||||
|
||||
class GraphicalItemHelper;
|
||||
class QGraphicsScene;
|
||||
class QGraphicsView;
|
||||
|
||||
@ -97,6 +98,7 @@ private slots:
|
||||
void changeValue(const int state);
|
||||
|
||||
private:
|
||||
GraphicalItemHelper *m_helper = nullptr;
|
||||
QGraphicsScene *m_scene = nullptr;
|
||||
QGraphicsView *m_view = nullptr;
|
||||
Ui::GraphicalItem *ui;
|
||||
|
Reference in New Issue
Block a user