Fold settings ActionPill + IconButton into qs.Ui kit

This commit is contained in:
Ryan Hughes
2026-05-18 00:29:26 -04:00
parent 4529988676
commit 4b4df8b4f5
5 changed files with 135 additions and 105 deletions
@@ -394,6 +394,14 @@ Item {
fontFamily: root.fontFamily
active: true
}
PillButton {
text: "Apply"
foreground: root.foreground
fontFamily: root.fontFamily
focusable: true
bordered: true
}
}
}
}
@@ -516,6 +524,17 @@ Item {
fontFamily: root.fontFamily
enabled: false
}
PanelActionButton {
iconText: "⚙"
tooltipText: "Focusable (settings form button)"
foreground: root.foreground
panelBackground: root.background
fontFamily: root.fontFamily
fontSize: 13
size: 26
focusable: true
}
}
}
}