#ifndef PYTHONQTWRAPPER_QLABEL_H #define PYTHONQTWRAPPER_QLABEL_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 #include #include class PythonQtWrapper_QLabel : public QObject { Q_OBJECT public: public slots: QLabel* new_QLabel(QWidget* parent = 0, Qt::WindowFlags f = 0); QLabel* new_QLabel(const QString& text, QWidget* parent = 0, Qt::WindowFlags f = 0); void delete_QLabel(QLabel* obj) { delete obj; } Qt::Alignment alignment(QLabel* theWrappedObject) const; QWidget* buddy(QLabel* theWrappedObject) const; bool hasScaledContents(QLabel* theWrappedObject) const; int heightForWidth(QLabel* theWrappedObject, int arg__1) const; int indent(QLabel* theWrappedObject) const; int margin(QLabel* theWrappedObject) const; QSize minimumSizeHint(QLabel* theWrappedObject) const; QMovie* movie(QLabel* theWrappedObject) const; bool openExternalLinks(QLabel* theWrappedObject) const; const QPicture* picture(QLabel* theWrappedObject) const; const QPixmap* pixmap(QLabel* theWrappedObject) const; void setAlignment(QLabel* theWrappedObject, Qt::Alignment arg__1); void setBuddy(QLabel* theWrappedObject, QWidget* arg__1); void setIndent(QLabel* theWrappedObject, int arg__1); void setMargin(QLabel* theWrappedObject, int arg__1); void setOpenExternalLinks(QLabel* theWrappedObject, bool open); void setScaledContents(QLabel* theWrappedObject, bool arg__1); void setTextFormat(QLabel* theWrappedObject, Qt::TextFormat arg__1); void setTextInteractionFlags(QLabel* theWrappedObject, Qt::TextInteractionFlags flags); void setWordWrap(QLabel* theWrappedObject, bool on); QSize sizeHint(QLabel* theWrappedObject) const; QString text(QLabel* theWrappedObject) const; Qt::TextFormat textFormat(QLabel* theWrappedObject) const; Qt::TextInteractionFlags textInteractionFlags(QLabel* theWrappedObject) const; bool wordWrap(QLabel* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QLABEL_H