Hi all,
I have added the below lines to remove the title bar of the application window. It works fine, but now the resizing of the window is not happening. Is there any other way i can access the resizing of the window.
QQuickWindow* window = qobject_cast<QQuickWindow*>(obj);
window->setFlags(Qt::WindowTitleHint);
Regards
Ansif
[edit: @ tags added, Eddy. please do so next time ]
↧