Index
sgp.ui.SGPMainWindow
Bases: MainWindow, QObject
Custom main window for the qtconsole that adds a window for displaying matplotlib figures.
sgp.ui.SGPMainWindow.corrTab
corrTab(data: dict = None) -> TableWidget
Query the correlation matrix.
sgp.ui.SGPMainWindow.distTab
distTab(data: dict = None) -> TableWidget
Query the distribution parameters.
sgp.ui.SGPMainWindow.fromBytes
Load the project from a binary string or file if a path is provided.
sgp.ui.SGPMainWindow.fromCryptography
Load the project from a binary string or file if a path is provided.
sgp.ui.SGPMainWindow.fromJson
Load the project from a json string or file if a path is provided.
sgp.ui.SGPMainWindow.fromToml
Load the project from a toml string or file if a path is provided.
sgp.ui.SGPMainWindow.fromYaml
Load the project from a yaml string or file if a path is provided.
sgp.ui.SGPMainWindow.setLanguage
Change the language of the application.
sgp.ui.SGPMainWindow.toBytes
Convert the project to a binary string or save it to a file if a path is provided.
sgp.ui.SGPMainWindow.toCryptography
Convert the project to a binary string or save it to a file if a path is provided.
sgp.ui.SGPMainWindow.toJson
Convert the project to a json string or save it to a file if a path is provided.
sgp.ui.SGPMainWindow.toToml
Convert the project to a toml string or save it to a file if a path is provided.