Quote Originally Posted by probine View Post
How can we create a window without the NEW keyword?
Ahh... you can create one if you read a introduction into C++!!! Come on, that is so basic stuff!
Qt Code:
  1. QWidget* window = new QWidget();
To copy to clipboard, switch view to plain text mode