Searched refs:showAction (Results 1 – 2 of 2) sorted by relevance
141 QAction *showAction; variable
1409 showAction = new QAction(tr("&Show Window"), this); in createTrayIcon()1412 connect(showAction, SIGNAL(triggered()), this, SLOT(show())); in createTrayIcon()1415 tray_menu->addAction(showAction); in createTrayIcon()