Graphical interface for arranging tasks without using Python code.
More...
|
def | on_activate (self) |
| Create all UI objects and show the window.
|
|
def | show (self) |
| Make sure that the window is visible and at the top.
|
|
def | on_deactivate (self) |
| Hide window and stop ipython console.
|
|
|
| automationlogic = Connector(interface='AutomationLogic') |
| declare connectors
|
|
| sigRunTaskFromList = QtCore.Signal(object) |
|
| sigPauseTaskFromList = QtCore.Signal(object) |
|
| sigStopTaskFromList = QtCore.Signal(object) |
|
Graphical interface for arranging tasks without using Python code.
The documentation for this class was generated from the following file:
- gui/automation/automationgui.py