PDA

View Full Version : Display new form



obad
17th October 2010, 13:56
Hi there,
I created a new Qt form, I need to make it run once I select that form from menu list. I add action slot but I don't know what soul I write inside it ?

this is a method :
void GUI::on_actionUser_guide_triggered()
{

}
and the new form has this name : UserGuide.ui I created that form without class (Just form)

Thank you in advnce

Lykurg
17th October 2010, 13:57
See QUiLoader or write a custom class around your form.