@niks_entire I asked something similar recently. Basically this is how popups, dialogs etc. work in QML. If you want a separate window, then you basically have to use the Window component and implement it yourself. This is what I did recently when I needed a dialog that was separate from the main window. For a popup menu, I wonder whether you could use PopupMenu inside your separate Window (i.e fill theWindow with the popup) to benefit from at least some of the built-in functionality.