Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dexported-sql-viewer.py2297 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.…
4051 …menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHd…
4052 …menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCell…
4066 …menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipb…
4240 def CreateAction(label, tip, callback, parent=None, shortcut=None): function
4251 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
4256 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4259 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
4262 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area)
4265 return CreateAction("&Cascade", "Cascade the windows", mdi_area.cascadeSubWindows, mdi_area)
[all …]