#include <qtabwidgetproto.h>
|
| | QTabWidgetProto (QObject *parent) |
| |
| Q_INVOKABLE int | addTab (QWidget *page, const QString &label) |
| |
| Q_INVOKABLE int | addTab (QWidget *page, const QIcon &icon, const QString &label) |
| |
| Q_INVOKABLE void | clear () |
| |
| Q_INVOKABLE QWidget * | cornerWidget (int corner=1) const |
| |
| Q_INVOKABLE int | count () const |
| |
| Q_INVOKABLE int | currentIndex () const |
| |
| Q_INVOKABLE QWidget * | currentWidget () const |
| |
| Q_INVOKABLE int | elideMode () const |
| |
| Q_INVOKABLE QSize | iconSize () const |
| |
| Q_INVOKABLE int | indexOf (QWidget *w) const |
| |
| 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) |
| |
| Q_INVOKABLE bool | isTabEnabled (int index) const |
| |
| 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) |
| |
| 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) |
| |
| 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 |
| |
| Q_INVOKABLE bool | usesScrollButtons () const |
| |
| Q_INVOKABLE QWidget * | widget (int index) const |
| |
| QTabWidgetProto::QTabWidgetProto |
( |
QObject * |
parent | ) |
|
| int QTabWidgetProto::addTab |
( |
QWidget * |
page, |
|
|
const QString & |
label |
|
) |
| |
| int QTabWidgetProto::addTab |
( |
QWidget * |
page, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
label |
|
) |
| |
| void QTabWidgetProto::clear |
( |
| ) |
|
| QWidget * QTabWidgetProto::cornerWidget |
( |
int |
corner = 1 | ) |
const |
| int QTabWidgetProto::count |
( |
| ) |
const |
| int QTabWidgetProto::currentIndex |
( |
| ) |
const |
| QWidget * QTabWidgetProto::currentWidget |
( |
| ) |
const |
| int QTabWidgetProto::elideMode |
( |
| ) |
const |
| QSize QTabWidgetProto::iconSize |
( |
| ) |
const |
| int QTabWidgetProto::indexOf |
( |
QWidget * |
w | ) |
const |
| int QTabWidgetProto::insertTab |
( |
int |
index, |
|
|
QWidget * |
page, |
|
|
const QString & |
label |
|
) |
| |
| int QTabWidgetProto::insertTab |
( |
int |
index, |
|
|
QWidget * |
page, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
label |
|
) |
| |
| bool QTabWidgetProto::isTabEnabled |
( |
int |
index | ) |
const |
| void QTabWidgetProto::removeTab |
( |
int |
index | ) |
|
| void QTabWidgetProto::setCornerWidget |
( |
QWidget * |
widget, |
|
|
int |
corner = 1 |
|
) |
| |
| void QTabWidgetProto::setElideMode |
( |
int |
mode | ) |
|
| void QTabWidgetProto::setIconSize |
( |
const QSize & |
size | ) |
|
| void QTabWidgetProto::setTabEnabled |
( |
int |
index, |
|
|
bool |
enable |
|
) |
| |
| void QTabWidgetProto::setTabIcon |
( |
int |
index, |
|
|
const QIcon & |
icon |
|
) |
| |
| void QTabWidgetProto::setTabPosition |
( |
int |
position | ) |
|
| void QTabWidgetProto::setTabShape |
( |
int |
s | ) |
|
| void QTabWidgetProto::setTabText |
( |
int |
index, |
|
|
const QString & |
label |
|
) |
| |
| void QTabWidgetProto::setTabToolTip |
( |
int |
index, |
|
|
const QString & |
tip |
|
) |
| |
| void QTabWidgetProto::setTabWhatsThis |
( |
int |
index, |
|
|
const QString & |
text |
|
) |
| |
| void QTabWidgetProto::setUsesScrollButtons |
( |
bool |
useButtons | ) |
|
| QIcon QTabWidgetProto::tabIcon |
( |
int |
index | ) |
const |
| int QTabWidgetProto::tabPosition |
( |
| ) |
const |
| int QTabWidgetProto::tabShape |
( |
| ) |
const |
| QString QTabWidgetProto::tabText |
( |
int |
index | ) |
const |
| QString QTabWidgetProto::tabToolTip |
( |
int |
index | ) |
const |
| QString QTabWidgetProto::tabWhatsThis |
( |
int |
index | ) |
const |
| bool QTabWidgetProto::usesScrollButtons |
( |
| ) |
const |
| QWidget * QTabWidgetProto::widget |
( |
int |
index | ) |
const |
The documentation for this class was generated from the following files: