#include //#include #include //#include #include #include "dialogimpl.h" #include "dialogimpl2.h" #include "dialogimpl3.h" // place your code here DialogImpl3::DialogImpl3( QWidget * parent, Qt::WFlags f) : QDialog(parent, f) { setupUi(this); } void DialogImpl3::on_precboite3_clicked() { Parent2->show(); close(); } /*void DialogImpl3::on_suivboite3_clicked(); { DialogImpl4 *dlg2 = new DialogImpl4 (this); dlg3->Parent3 = this; dlg3->setVisible(true); //dlg3.show(); hide(); //dlg3.exec(); }*/