You could simply add Widget in the scene.
Qt Code:
main() { // set the layout on widget; // add play styop buttons to widget; QScene scene; scene.addWidget(widget); view.show(); }To copy to clipboard, switch view to plain text mode
You could simply add Widget in the scene.
Qt Code:
main() { // set the layout on widget; // add play styop buttons to widget; QScene scene; scene.addWidget(widget); view.show(); }To copy to clipboard, switch view to plain text mode
Bookmarks