menu

class camelot.admin.menu.Menu(verbose_name, items, icon=None)[source]

A menu is a part of the main menu shown on the main window. Each Menu contains a list of items the user select. Such a menu item is either a Menu itself, an Action object or None to insert a separator.

render(gui_context, parent)[source]
Returns:a QtGui.QMenu object

Previous topic

entity_admin

Next topic

not_editable_admin

This Page