Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching refs:showAction

1304 	showAction = new QAction("&Show Window", this);
1307 connect(showAction, SIGNAL(triggered()), this, SLOT(show()));
1310 tray_menu->addAction(showAction);