#ifndef PYTHONQTWRAPPER_QDIAL_H #define PYTHONQTWRAPPER_QDIAL_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QDial : public QObject { Q_OBJECT public: public slots: QDial* new_QDial(QWidget* parent = 0); void delete_QDial(QDial* obj) { delete obj; } QSize minimumSizeHint(QDial* theWrappedObject) const; int notchSize(QDial* theWrappedObject) const; qreal notchTarget(QDial* theWrappedObject) const; bool notchesVisible(QDial* theWrappedObject) const; void setNotchTarget(QDial* theWrappedObject, double target); QSize sizeHint(QDial* theWrappedObject) const; bool wrapping(QDial* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QDIAL_H