Searched refs:QAction (Results 1 – 3 of 3) sorted by relevance
136 QAction *disconnectAction;137 QAction *reconnectAction;138 QAction *eventAction;139 QAction *scanAction;140 QAction *statAction;141 QAction *showAction;142 QAction *hideAction;143 QAction *quitAction;165 QAction *fileStartServiceAction;166 QAction *fileStopServiceAction;[all …]
44 fileStopServiceAction = new QAction(this); in WpaGui()49 fileStartServiceAction = new QAction(this); in WpaGui()59 addInterfaceAction = new QAction(this); in WpaGui()1388 disconnectAction = new QAction(tr("&Disconnect"), this); in createTrayIcon()1389 reconnectAction = new QAction(tr("Re&connect"), this); in createTrayIcon()1398 eventAction = new QAction(tr("&Event History"), this); in createTrayIcon()1399 scanAction = new QAction(tr("Scan &Results"), this); in createTrayIcon()1400 statAction = new QAction(tr("S&tatus"), this); in createTrayIcon()1409 showAction = new QAction(tr("&Show Window"), this); in createTrayIcon()1410 hideAction = new QAction(tr("&Hide Window"), this); in createTrayIcon()[all …]
3728 auto QAction = LI.getAction(Q).Action; in lowerBitCount() local3729 return QAction == Legal || QAction == Libcall || QAction == Custom; in lowerBitCount()