更新
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user