|
|
|
@ -174,7 +174,7 @@ void install::page3()
|
|
|
|
|
widgetStack->addWidget(consoleWidget, 4);
|
|
|
|
|
widgetStack->raiseWidget(4);
|
|
|
|
|
|
|
|
|
|
connect( consoleWidget, TQT_SIGNAL( finished(bool) ), this, TQT_SLOT( page1() ));
|
|
|
|
|
connect( consoleWidget, TQ_SIGNAL( finished(bool) ), this, TQ_SLOT( page1() ));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -200,8 +200,8 @@ void install::page4()
|
|
|
|
|
widgetStack->addWidget(consoleWidget, 5);
|
|
|
|
|
widgetStack->raiseWidget(5);
|
|
|
|
|
|
|
|
|
|
//connect( consoleWidget, TQT_SIGNAL( finished(bool) ), this, TQT_SLOT( close() ));
|
|
|
|
|
connect( consoleWidget, TQT_SIGNAL( finished(bool) ), this, TQT_SLOT( page5() ));
|
|
|
|
|
//connect( consoleWidget, TQ_SIGNAL( finished(bool) ), this, TQ_SLOT( close() ));
|
|
|
|
|
connect( consoleWidget, TQ_SIGNAL( finished(bool) ), this, TQ_SLOT( page5() ));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|