Drive Wi-Fi widget from iwctl with scrollable network list

This commit is contained in:
Ryan Hughes
2026-05-15 02:40:26 -04:00
parent 697e4b3c73
commit 96c5e048cb
3 changed files with 114 additions and 67 deletions
@@ -19,6 +19,7 @@ Rectangle {
property real horizontalPadding: 10
property real verticalPadding: 6
property bool active: false
property bool leftAlign: false
property color activeBackground: Qt.rgba(foreground.r, foreground.g, foreground.b, 0.18)
ToolTip {
@@ -61,7 +62,10 @@ Rectangle {
Row {
id: row
anchors.centerIn: parent
anchors.verticalCenter: parent.verticalCenter
anchors.left: root.leftAlign ? parent.left : undefined
anchors.leftMargin: root.leftAlign ? root.horizontalPadding : 0
anchors.horizontalCenter: root.leftAlign ? undefined : parent.horizontalCenter
spacing: 8
Text {