Hello Friends ,I have written the code to call a mainwindow from a dialog on pushbutton click as below
and i can go to the mainwindow but the size (layout) is changing,I dont know how to solve this,so please help me outQt Code:
void Dialog1::on_pushButton_2_clicked() { MainWindow *b=new MainWindow; b->showMaximized(); }To copy to clipboard, switch view to plain text mode
regards
ranjit
Bookmarks