backend_qt
sgp.ui.backend_qt.CustomFigureCanvasQTAgg
Bases: FigureCanvasQTAgg
sgp.ui.backend_qt.CustomFigureManagerQT
Bases: FigureManagerQT
Custom figure manager for the qt backend that adds a window for displaying matplotlib figures.
sgp.ui.backend_qt.SGPMainWindow
Bases: MainWindow, QObject
Custom main window for the qtconsole that adds a window for displaying matplotlib figures.
sgp.ui.backend_qt.SGPMainWindow.corrTab
corrTab(data: dict = None) -> TableWidget
Query the correlation matrix.
sgp.ui.backend_qt.SGPMainWindow.distTab
distTab(data: dict = None) -> TableWidget
Query the distribution parameters.
sgp.ui.backend_qt.SGPMainWindow.fromBytes
Load the project from a binary string or file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.fromCryptography
Load the project from a binary string or file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.fromDict
fromDict(*, data: dict, **kwargs)
Load the project from a dictionary.
sgp.ui.backend_qt.SGPMainWindow.fromJson
Load the project from a json string or file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.fromToml
Load the project from a toml string or file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.fromYaml
Load the project from a yaml string or file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.queryTab
queryTab() -> QueryTab
Query the parameters from the database.
sgp.ui.backend_qt.SGPMainWindow.requestRestart
Request a restart of the application.
sgp.ui.backend_qt.SGPMainWindow.setLanguage
Change the language of the application.
sgp.ui.backend_qt.SGPMainWindow.simplifiedChinese
Change the language to Chinese.
sgp.ui.backend_qt.SGPMainWindow.toBytes
Convert the project to a binary string or save it to a file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.toCryptography
Convert the project to a binary string or save it to a file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.toDict
toDict(**kwargs) -> dict
Convert the project to a dictionary.
sgp.ui.backend_qt.SGPMainWindow.toJson
Convert the project to a json string or save it to a file if a path is provided.
sgp.ui.backend_qt.SGPMainWindow.toToml
Convert the project to a toml string or save it to a file if a path is provided.
sgp.ui.backend_qt.getSgpMainWindow
getSgpMainWindow() -> Optional['SGPMainWindow']
Return the main window for the application.