PythonQt
|
#include "PythonQtPythonInclude.h"
#include "PythonQtSystem.h"
#include "PythonQtThreadSupport.h"
#include <QVariant>
#include <QVariantList>
#include <QVariantMap>
Go to the source code of this file.
Classes | |
class | PythonQtObjectPtr |
a smart pointer that stores a PyObject pointer and that handles reference counting automatically More... | |
class | PythonQtSafeObjectPtr |
a smart pointer that stores a PyObject pointer and that handles reference counting automatically More... | |