RoundButton¶
Fluent styled RoundButton.
import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/RoundButton.qml
Category: Styled controls · Library: v2.80
Example¶
RoundButton {
id: round
text: "+"
enabled: true
onClicked: add()
}
// --- API ---
// inherits AbstractButton: text, enabled, clicked()
Notes¶
Style-only Fluent chrome for Qt Quick Controls RoundButton. Public API is the Qt Quick Controls RoundButton type; this file supplies visuals/metrics only.
API¶
Style-only control: no extra QWinUI3 properties. Use the Qt Quick Controls RoundButton API (this file only supplies Fluent visuals / metrics).
Inherited from RoundButton¶
textclicked()
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.