更新代码
This commit is contained in:
13
ui/core_helper/customstyle.h
Normal file
13
ui/core_helper/customstyle.h
Normal 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
|
||||
Reference in New Issue
Block a user