BarWidgets: open widget settings

This commit is contained in:
ItsLemmy
2025-11-17 21:03:59 -05:00
parent 3283aacf9b
commit 81c0c302d4
3 changed files with 88 additions and 20 deletions
+8 -2
View File
@@ -87,6 +87,12 @@ PanelWindow {
onClicked: root.close()
}
// Content will be parented here by the popup
// (e.g., TrayMenu, NPopupContextMenu)
// Container for dialogs that need a full-screen Item parent (e.g., Qt Popup)
Item {
id: dialogContainer
anchors.fill: parent
}
// Expose the dialog container for external use
readonly property alias dialogParent: dialogContainer
}