更新代码

This commit is contained in:
feiyangqingyun
2024-03-08 10:42:05 +08:00
parent 8b28eb53f7
commit c35ec2fda1
38 changed files with 748 additions and 285 deletions

View File

@@ -0,0 +1,13 @@
#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