Hello everyone, I am using QML to create app and now I don't know how to remove the frame from the app that I build. Can anyone advise me? Capture.PNG
Hello everyone, I am using QML to create app and now I don't know how to remove the frame from the app that I build. Can anyone advise me? Capture.PNG
I use only qml file so where should I put this statement?
You have to use this in the default constructor. Please refer the link http://pastebin.com/vjkpN4RL
You can't do that in pure QML. You'd have to modify qmlviewer if that's what you are using.
Bookmarks