refactor: change ui translation mechanism

This commit is contained in:
2024-04-22 14:57:47 +03:00
parent ba60be932a
commit 95572364c1
47 changed files with 7531 additions and 5017 deletions

View File

@ -20,6 +20,7 @@
#include <QColor>
#include "abstractextitem.h"
#include "awtranslation.h"
class GraphicalItemHelper;
@ -103,7 +104,6 @@ private:
GraphicalItemHelper *m_helper = nullptr;
QGraphicsScene *m_scene = nullptr;
QGraphicsView *m_view = nullptr;
void translate(void *_ui) override;
// properties
QString m_bar = "cpu";
int m_count = 100;