nikhil.patil2010
17th March 2014, 10:15
I need to hide the title bar of my application. I tried
setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
in main.cpp.. But i got the error "C:\Qt\Qt5.2.1\Tools\QtCreator\bin\PSC\main.cpp:13: error: C2039: 'setWindowFlags' : is not a member of 'QtQuick2ApplicationViewer'"
setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
in main.cpp.. But i got the error "C:\Qt\Qt5.2.1\Tools\QtCreator\bin\PSC\main.cpp:13: error: C2039: 'setWindowFlags' : is not a member of 'QtQuick2ApplicationViewer'"