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:n_actionUser_guide_triggered()
{

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

Thank you in advnce