Guitar
LightStyle.h
Go to the documentation of this file.
1 #ifndef LIGHTSTYLE_H
2 #define LIGHTSTYLE_H
3 
5 #include <QProxyStyle>
6 
7 class LightStyle : public QProxyStyle {
8 private:
10 public:
12  : QProxyStyle(nullptr)
13  {
14  }
15  void drawPrimitive(PrimitiveElement element, QStyleOption const *option, QPainter *painter, QWidget const *widget = nullptr) const override;
16 };
17 
18 #endif // LIGHTSTYLE_H
Definition: LightStyle.h:7
LightStyle()
Definition: LightStyle.h:11
void drawPrimitive(PrimitiveElement element, QStyleOption const *option, QPainter *painter, QWidget const *widget=nullptr) const override
Definition: LightStyle.cpp:3
TraditionalWindowsStyleTreeControl legacy_windows_
Definition: LightStyle.h:9
Windows95スタイルのツリーコントロールの見た目にする
Definition: TraditionalWindowsStyleTreeControl.h:14