HusRadius 圆角半径
January 28, 2026 · View on GitHub
HusRadius 圆角半径
提供四方向的圆角半径类型。
-
模块 { HuskarUI.Basic }
-
继承自 { QObject }
支持的代理:
- 无
支持的属性:
| 属性名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| all | real | 0 | 统一设置四个圆角半径 |
| topLeft | real | -1 | 左上圆角半径 |
| topRight | real | -1 | 右上圆角半径 |
| bottomLeft | real | -1 | 左下圆角半径 |
| bottomRight | real | -1 | 右下圆角半径 |