mahos.gui#

The mahos.gui package implements common components of Qt-based GUI.

gui_node.GUINode(gconf, name[, context])

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

client.QBasicMeasClient(gconf, name[, ...])

QNodeClient for Basic Meas Nodes (Node with the BinaryState and a data).

tweaker.TweakerWidget(gconf, name, ...[, parent])

Top widget for TweakerGUI.

tweaker.TweakerGUI(gconf, name[, context])

GUINode for BasicMeasNode using BasicMeasWidget.

recorder.RecorderWidget(gconf, name, ...[, ...])

recorder.RecorderGUI(gconf, name[, context])

GUINode for Recorder using RecorderMainWindow.

camera.CameraWidget(gconf, name, ...[, parent])

Top widget for Camera.

camera.CameraGUI(gconf, name[, context])

GUINode for Camera using CameraWidget.