fix: proper svg icon rendering on hidpi screen.
This commit is contained in:
@ -13,6 +13,7 @@ class ToolButton : public QPushButton
|
||||
Q_OBJECT
|
||||
public:
|
||||
ToolButton(bool hoverColor = false, QWidget * parent = nullptr);
|
||||
void setIconResourcePath(const QString &iconp);
|
||||
|
||||
public slots:
|
||||
void setOpacity(qreal opacity, bool animated = true);
|
||||
|
Reference in New Issue
Block a user