mahos.gui.gui_node.GUINode#

class mahos.gui.gui_node.GUINode(gconf: dict, name: NodeName, context: Context | None = None)#

GUINode is a variant of Nodes for Qt-based GUI frontends.

__init__(gconf: dict, name: NodeName, context: Context | None = None)#

Methods

__init__(gconf, name[, context])

init_widget(gconf, name, context)

Initialize top widget and return it.

load_stylesheet()

Load the stylesheet.

main()

Start the QApplication.