Searched refs:showAboutAction (Results 1 – 1 of 1) sorted by relevance
1431 QAction *showAboutAction = new QAction("About", this); in ConfigMainWindow() local1432 connect(showAboutAction, SIGNAL(triggered(bool)), SLOT(showAbout())); in ConfigMainWindow()1468 menu->addAction(showAboutAction); in ConfigMainWindow()