inspigtor.gui.dialogs package¶
Submodules¶
inspigtor.gui.dialogs.group_averages_dialog module¶
-
class
inspigtor.gui.dialogs.group_averages_dialog.GroupAveragesDialog(pigs_model, groups_model, parent)¶ Bases:
PyQt5.QtWidgets.QDialogThis class implements a dialog that will show the averages of a given property for the groups defined so far.
-
build_events()¶ Set the signal/slots of the main window
-
build_layout()¶ Build the layout.
-
build_widgets()¶ Build and/or initialize the widgets of the dialog.
-
init_ui()¶ Initialiwes the dialog.
-
on_select_group(row)¶ Plot the averages and standard deviations over record intervals for a selected group.
- Args:
- row (int): the selected group
-
inspigtor.gui.dialogs.group_statistics_dialog module¶
-
class
inspigtor.gui.dialogs.group_statistics_dialog.GroupStatisticsDialog(pigs_model, groups_model, parent)¶ Bases:
PyQt5.QtWidgets.QDialog-
build_events()¶ Set the signal/slots of the main window
-
build_layout()¶ Build the layout.
-
build_widgets()¶ Build and/or initialize the widgets of the dialog.
-
init_ui()¶ Initialiwes the dialog.
-
inspigtor.gui.dialogs.individual_averages_dialog module¶
-
class
inspigtor.gui.dialogs.individual_averages_dialog.IndividualAveragesDialog(pigs_model, parent)¶ Bases:
PyQt5.QtWidgets.QDialogThis class implements a dialog that will show the averages of a given property for the different pigs.
-
build_events()¶ Set the signal/slots of the main window
-
build_layout()¶ Build the layout.
-
build_widgets()¶ Build and/or initialize the widgets of the dialog.
-
init_ui()¶ Initialiwes the dialog.
-
on_select_pig(row)¶ Plot the averages and standard deviations over record intervals for a selected pig.
- Args:
- row (int): the selected pig
-