Gui: refactor PythonWrapper

This commit is contained in:
wmayer
2023-01-01 16:35:12 +01:00
parent 102e89988a
commit 6358ad1717
2 changed files with 57 additions and 76 deletions

View File

@@ -70,6 +70,10 @@ public:
QDir* toQDir(PyObject* pyobj);
static void createChildrenNameAttributes(PyObject* root, QObject* object);
static void setParent(PyObject* pyWdg, QObject* parent);
private:
static std::string shiboken;
static std::string PySide;
};
} // namespace Gui