This commit is contained in:
feiyangqingyun
2023-08-16 15:41:51 +08:00
parent 9939fcd803
commit 8cb2b9c8ba
12 changed files with 80 additions and 97 deletions

View File

@@ -49,6 +49,9 @@ public:
QString position; //位置 left right top bottom
bool defaultBorder; //默认有边框
quint32 btnWidth; //按钮宽度
quint32 btnHeight; //按钮高度
quint32 iconSize; //图标字体尺寸
quint32 iconWidth; //图标图片宽度
quint32 iconHeight; //图标图片高度
@@ -69,6 +72,9 @@ public:
position = "left";
defaultBorder = false;
btnWidth = 0;
btnHeight = 0;
iconSize = 12;
iconWidth = 15;
iconHeight = 15;