show component out of application screen
-
hi, i want show component like list view or treeview out of app screen
how can i do this?@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.
-
hi, i want show component like list view or treeview out of app screen
how can i do this?@qAminzzz
in QML you will have to place it in a separate Window element -
@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".