Home
last modified time | relevance | path

Searched refs:topActions (Results 1 – 4 of 4) sorted by relevance

/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqguiclients.cpp32 QList<QAction *> topActions; in PopupMenuGUIClient() local
34 topActions.append(showMenuBar); in PopupMenuGUIClient()
37 topActions.append(separator); in PopupMenuGUIClient()
41 topActions.append(stopFullScreen); in PopupMenuGUIClient()
44 topActions.append(separator); in PopupMenuGUIClient()
64 actionGroups.insert(KonqPopupMenu::TopActions, topActions); in PopupMenuGUIClient()
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Donmainwindow.h760 QList <QAction*> topActions; variable
H A Donmainwindow.cpp1217 topActions.clear(); in plugAppsInTray()
1225 topActions.append(act); in plugAppsInTray()
1253 foreach (QAction* act, topActions) in removeAppsFromTray()
1258 topActions.clear(); in removeAppsFromTray()
/dports/net/yate/yate-6.4.0-1/clients/qt4/
H A Dqt4client.cpp2971 QList<QAction*> topActions = mainMenu->actions(); in doInit() local
2972 for (int i = 0; i < topActions.count(); i++) { in doInit()
2973 QMenu* menu = topActions[i]->menu(); in doInit()