- #ifndef CUSTOMTITLEBAR_H
- #define CUSTOMTITLEBAR_H
- #include <TitleBar.h>
- class CustomTitleBar : public StandardTitleBar
- {
- Q_OBJECT
- public:
- CustomTitleBar(QWidget *parent = nullptr);
- void setBackgroundColor(QColor color);
- };
- #endif // CUSTOMTITLEBAR_H
|