hi , I posted thread earlier regarding this problem but not solved.
Here Following code are call UI file in Main Project
Qt Code:
void MainWindow::on_btn_screate_clicked() { // sessiondetail.ui is another UI file in same project Ui::sessiondetail ui; }To copy to clipboard, switch view to plain text mode
And its output error is
As a result which i want the sessiondetail.ui file must be displayed when click on button.mainwindow.cpp:462: error: expected primary-expression before '*' token
Can anyOne Plz Slove this problem
thanks to every one
Regards, Raza


Reply With Quote


Bookmarks