Gui: extend PySide2 wrapper of MainWindow with extra functions

This commit is contained in:
wmayer
2021-11-19 15:45:56 +01:00
parent 67cc5c9047
commit c8fcb9405e
5 changed files with 220 additions and 10 deletions

View File

@@ -87,6 +87,7 @@
#include "SoFCDB.h"
#include "PythonConsolePy.h"
#include "PythonDebugger.h"
#include "MainWindowPy.h"
#include "MDIViewPy.h"
#include "View3DPy.h"
#include "DlgOnlineHelpImp.h"
@@ -458,6 +459,7 @@ Application::Application(bool GUIenabled)
OutputStdout ::init_type();
OutputStderr ::init_type();
PythonStdin ::init_type();
MainWindowPy ::init_type();
MDIViewPy ::init_type();
View3DInventorPy ::init_type();
View3DInventorViewerPy ::init_type();