|
| | QTabWidgetProto (QObject *parent) |
| |
| Q_INVOKABLE int | addTab (QWidget *page, const QString &label) |
| |
| Q_INVOKABLE int | addTab (QWidget *page, const QIcon &icon, const QString &label) |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| bool | blockSignals (bool block) |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| Q_INVOKABLE void | clear () |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| QScriptContext * | context () const |
| |
| Q_INVOKABLE QWidget * | cornerWidget (int corner=1) const |
| |
| Q_INVOKABLE int | count () const |
| |
| Q_INVOKABLE int | currentIndex () const |
| |
| Q_INVOKABLE QWidget * | currentWidget () const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE int | elideMode () const |
| |
| QScriptEngine * | engine () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| Q_INVOKABLE QSize | iconSize () const |
| |
| Q_INVOKABLE int | indexOf (QWidget *w) const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| Q_INVOKABLE int | insertTab (int index, QWidget *page, const QString &label) |
| |
| Q_INVOKABLE int | insertTab (int index, QWidget *page, const QIcon &icon, const QString &label) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isTabEnabled (int index) const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name (const char *defaultName) const |
| |
| const char * | name () const |
| |
| QString | objectName () const |
| |
| QObject * | parent () const |
| |
| QVariant | property (const char *name) const |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | removeTab (int index) |
| |
| Q_INVOKABLE void | setCornerWidget (QWidget *widget, int corner=1) |
| |
| Q_INVOKABLE void | setElideMode (int) |
| |
| Q_INVOKABLE void | setIconSize (const QSize &size) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setTabEnabled (int index, bool enable) |
| |
| Q_INVOKABLE void | setTabIcon (int index, const QIcon &icon) |
| |
| Q_INVOKABLE void | setTabPosition (int position) |
| |
| Q_INVOKABLE void | setTabShape (int s) |
| |
| Q_INVOKABLE void | setTabText (int index, const QString &label) |
| |
| Q_INVOKABLE void | setTabToolTip (int index, const QString &tip) |
| |
| Q_INVOKABLE void | setTabWhatsThis (int index, const QString &text) |
| |
| Q_INVOKABLE void | setUsesScrollButtons (bool useButtons) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| Q_INVOKABLE QIcon | tabIcon (int index) const |
| |
| Q_INVOKABLE int | tabPosition () const |
| |
| Q_INVOKABLE int | tabShape () const |
| |
| Q_INVOKABLE QString | tabText (int index) const |
| |
| Q_INVOKABLE QString | tabToolTip (int index) const |
| |
| Q_INVOKABLE QString | tabWhatsThis (int index) const |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE bool | usesScrollButtons () const |
| |
| Q_INVOKABLE QWidget * | widget (int index) const |
| |
|
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| |