get icon to work

This commit is contained in:
RickyRister 2025-02-08 21:40:30 -08:00
parent 00fc59f572
commit 68482935f5
2 changed files with 20 additions and 3 deletions

View file

@ -33,7 +33,7 @@ protected:
void paintEvent(QPaintEvent *event) override;
private:
QVBoxLayout *layout;
QLabel *iconLabel;
QLabel *bannerLabel;
Qt::Orientation gradientOrientation;
int transparency; // Transparency percentage for the gradient
@ -43,6 +43,7 @@ signals:
void buddyVisibilityChanged();
private slots:
void toggleBuddyVisibility() const;
void setExpandIconState(bool expanded) const;
};
#endif // BANNER_WIDGET_H