Context menu for crossword grid: contains core actions for ease of use.
More...
Context menu for crossword grid: contains core actions for ease of use.
◆ __init__()
| def pycross.forms.CrosswordMenu.__init__ |
( |
|
self, |
|
|
|
mainwindow, |
|
|
|
on_triggered = None, |
|
|
|
parent = None |
|
) |
| |
Constructor.
- Parameters
-
| mainwindow | QtWidgets.QMainWindow pointer to gui::MainWindow instance |
| on_triggered | callable callback for the triggered signal (when an action is triggered) |
| parent | QtWidgets.QWidget parent widget (default = None, i.e. no parent) |
◆ initActions()
| def pycross.forms.CrosswordMenu.initActions |
( |
|
self | ) |
|
Adds actions to context menu.
◆ mainwindow
| pycross.forms.CrosswordMenu.mainwindow |
The documentation for this class was generated from the following file: