QPy
Python-Qt dynamic bindings
|
Declarations and definitions of PyObject <--> QVariant converters. More...
#include <QVariant>
#include <QString>
#include "../PyQVariantToPyObject.h"
#include "../PyObjectToQVariant.h"
Go to the source code of this file.
Classes | |
struct | qpy::IntQVariantToPyObject |
int to Python int conversion More... | |
struct | qpy::DoubleQVariantToPyObject |
double to Python float conversion More... | |
struct | qpy::StringQVariantToPyObject |
QString to Python string conversion. More... | |
struct | qpy::IntPyObjectToQVariant |
Python int to QVariant conversion. More... | |
struct | qpy::DoublePyObjectToQVariant |
Python float to QVariant conversion. More... | |
struct | qpy::StringPyObjectToQVariant |
Python string to QVariant conversion. More... | |
Namespaces | |
namespace | qpy |
QPy namespace. |
Declarations and definitions of PyObject <--> QVariant converters.