Calling the MainWindow UI from another class
General and Desktop
4
Posts
2
Posters
1.2k
Views
1
Watching
-
Hello,
I connected a signal in client.cpp file to a slot in mainwindow.cpp file.
The connection works , the QMessagebox in the slot is working.
But the ui->blablabla won't work.
I tried to delete the ~MainWindow() function who was trying to delete the pointer of *ui.
But no positive results, have you any suggestion ??