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

Lines Matching refs:showAction

1308 	showAction = new QAction(tr("&Show Window"), this);
1311 connect(showAction, SIGNAL(triggered()), this, SLOT(show()));
1314 tray_menu->addAction(showAction);