Files
QWidgetDemo/ui/core_helper/customstyle.h
feiyangqingyun c35ec2fda1 更新代码
2024-03-08 10:42:05 +08:00

14 lines
282 B
C++

#ifndef CUSTOMSTYLE_H
#define CUSTOMSTYLE_H
#include <QObject>
class CustomStyle
{
public:
//全局样式比如放大选择器
static void initStyle(int fontSize = 15, int radioButtonSize = 18, int checkBoxSize = 16, int sliderHeight = 13);
};
#endif // CUSTOMSTYLE_H