Hi,
is there any example out there or do you propably know how to create a frameless window in Qt5?
The old way (as shown below) doesn’t work.
myView->setWindowFlags(Qt::FramelessWindowHint)
the setWindowsFlags function is not available in QQuickView.
Thanks.
↧