Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Resizing window issue

$
0
0
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 ]

Viewing all articles
Browse latest Browse all 4972

Trending Articles