#ifndef CDARKSTYLE_H #define CDARKSTYLE_H #include class CDarkStyle : public QProxyStyle { Q_OBJECT public: CDarkStyle(); }; #endif // CDARKSTYLE_H