更新代码

This commit is contained in:
feiyangqingyun
2022-11-24 20:15:50 +08:00
parent 2ce7ba59df
commit 65c1c61c40
102 changed files with 376 additions and 81 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