refreshUi and translate things

This commit is contained in:
Lukas Brübach 2025-02-02 07:56:02 +01:00
parent a69dfdc135
commit 72192f6392
4 changed files with 29 additions and 16 deletions

View file

@ -14,6 +14,7 @@ public:
Qt::Orientation orientation = Qt::Vertical,
int transparency = 80);
void mousePressEvent(QMouseEvent *event) override;
void setText(const QString &text) const;
void setBuddy(QWidget *_buddy)
{
buddy = _buddy;