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
TraditionalWindowsStyleTreeControl
Windows95スタイルのツリーコントロールの見た目にする
Definition: TraditionalWindowsStyleTreeControl.h:14
LightStyle::LightStyle
LightStyle()
Definition: LightStyle.h:11
LightStyle
Definition: LightStyle.h:7
LightStyle::legacy_windows_
TraditionalWindowsStyleTreeControl legacy_windows_
Definition: LightStyle.h:9
LightStyle.h
TraditionalWindowsStyleTreeControl::drawPrimitive
bool drawPrimitive(QStyle::PrimitiveElement element, QStyleOption const *option, QPainter *painter, QWidget const *widget=nullptr) const
Definition: TraditionalWindowsStyleTreeControl.cpp:63
LightStyle::drawPrimitive
void drawPrimitive(PrimitiveElement element, QStyleOption const *option, QPainter *painter, QWidget const *widget=nullptr) const override
Definition: LightStyle.cpp:3
TraditionalWindowsStyleTreeControl.h