#include <mytabbedstackwidget.h>
Definition at line 45 of file mytabbedstackwidget.h.
| MyTabbedStackWidget::MyTabbedStackWidget |
( |
QWidget * |
parent = nullptr, |
|
|
bool |
isVertical = false, |
|
|
bool |
iconAbove = true |
|
) |
| |
| void MyTabbedStackWidget::currentAboutToShow |
( |
int |
index, |
|
|
bool * |
proceed |
|
) |
| |
|
signal |
| void MyTabbedStackWidget::currentChanged |
( |
int |
index | ) |
|
|
signal |
| int MyTabbedStackWidget::currentIndex |
( |
| ) |
const |
| QWidget* MyTabbedStackWidget::currentWidget |
( |
| ) |
|
|
inline |
| QWidget* MyTabbedStackWidget::getWidget |
( |
int |
index | ) |
|
|
inline |
| void MyTabbedStackWidget::insertCornerWidget |
( |
int |
index, |
|
|
QWidget * |
widget |
|
) |
| |
| void MyTabbedStackWidget::insertTab |
( |
int |
index, |
|
|
QWidget * |
tab, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
label |
|
) |
| |
| void MyTabbedStackWidget::removeTab |
( |
int |
index | ) |
|
| void MyTabbedStackWidget::setCurrentIndex |
( |
int |
index | ) |
|
|
slot |
| void MyTabbedStackWidget::setHidden |
( |
int |
index, |
|
|
bool |
hide |
|
) |
| |
| void MyTabbedStackWidget::setIconSize |
( |
int |
size | ) |
|
|
inline |
The documentation for this class was generated from the following files: