ai_ct_scans.GUI.ui_stack_window module
- class ai_ct_scans.GUI.ui_stack_window.UiStackWindow
Bases:
QMdiArea
Internal application widget for switching between views and pages within the tool.
- ui
UI class containing UI elements for this widget.
- Type
- class Ui(widget)
Bases:
object
- choose_data_dir()
Open file dialog for selecting data directory.
- data_path
- load_data(data_path)
- Load data and pass to new instance of a viewer widget subwindow within the QMdiArea.
If CPD alignment data is present in data directory - then load and pass to the viewer.
- Parameters
data_path (pathlib Path) – path to patient data directory.
- staticMetaObject = <PySide2.QtCore.QMetaObject object>