Adding and removing a QML view with QVBoxLayout
-
This post is deleted!
-
Hi and welcome to devnet,
IIRC, that might be the
QLayoutItemcreated when you added the widget to your layout. Try removing it with removeItem.Hope it helps
Hi and welcome to devnet,
IIRC, that might be the QLayoutItem created when you added the widget to your layout. Try removing it with removeItem.
Hope it helps