NaviNIBS.util.GUI.QAppWithAsyncioLoop module¶
- class NaviNIBS.util.GUI.QAppWithAsyncioLoop.RunnableAsApp(*, appName=None, doRunAsApp=False, appLogEveryNLoops=None, theme='auto', Win=<class 'QMainWindowWithCloseSignal'>)[source]¶
Bases:
object
- Parameters:
_appName
_doRunAsApp
_appLogEveryNLoops
_theme
_Win – Can specify Win to point to a different MainWindow class (e.g. for docking support)
- property theme¶
- property appIsClosing¶
- class NaviNIBS.util.GUI.QAppWithAsyncioLoop.TestGUI(appName='Test GUI', *, doRunAsApp=False, appLogEveryNLoops=None, theme='auto', Win=<class 'QMainWindowWithCloseSignal'>)[source]¶
Bases:
RunnableAsApp
- Parameters:
_doRunAsApp
_appLogEveryNLoops
_theme
_Win – Can specify Win to point to a different MainWindow class (e.g. for docking support)
_appName