054148433a
class:ExCustomStyle的类,但是里面是空白的,为后面更新的控件风格作为一个基准
15 lines
191 B
C++
15 lines
191 B
C++
#ifndef EXCUSTOMSTYLE_H
|
|
#define EXCUSTOMSTYLE_H
|
|
|
|
#include <QCommonStyle>
|
|
|
|
class ExCustomStyle : public QCommonStyle
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
ExCustomStyle();
|
|
};
|
|
|
|
#endif // EXCUSTOMSTYLE_H
|