Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
code : void wecome::on_pushButton_clicked() { MainWindow w; w.show(); }
For the code please use the code tags.
What do you want to do? What does work, what does not?
Try this.
MainWindow *w = new MainWindow; w->show();