uos_activpal.gui.raw_viewer.MainWindow¶
-
class
uos_activpal.gui.raw_viewer.MainWindow(parent=None)[source]¶ A BaseMainWindow subclass which displays a plot of raw activPAL data.
-
__init__(parent=None)[source]¶ Create an instance of a MainWindow.
Parameters: parent (object) – The parent object.
Methods
__init__([parent])Create an instance of a MainWindow. centerOnScreen()Centers the window on the screen. run_main()Fetch a data file and plot it. select_file()Bring up a file dialog to pick a file. Attributes
base_geometry(left, top, width, height) – The default window geometry. -