show component out of application screen
Unsolved
QML and Qt Quick
-
@qAminzzz said in show component out of application screen:
how can i do this?
Create a widget with this list view without parent, then call show() on it -> widgets without parent (which also are not part of any layout) are shown as windows.
-
@qAminzzz
in QML you will have to place it in a separate Window element -
@raven-worx thank you for your answer, i think that i have to do this
-
@qAminzzz said in show component out of application screen:
can i do this in qml?
no QtWidgets and QtQml are different modules and different UI "frameworks".