![]() |
Qt 6.x
The Qt SDK
|
#include "qtabwidget.h"#include "private/qapplication_p.h"#include "private/qwidget_p.h"#include "private/qtabbar_p.h"#include "qapplication.h"#include "qbitmap.h"#include "qevent.h"#include "qlayout.h"#include "qstackedwidget.h"#include "qstyle.h"#include "qstyleoption.h"#include "qstylepainter.h"#include "qtabbar.h"#include "qtoolbutton.h"#include "moc_qtabwidget.cpp"
Include dependency graph for qtabwidget.cpp:Go to the source code of this file.
Classes | |
| class | QTabWidgetPrivate |
Functions | |
| static QSize | basicSize (bool horizontal, const QSize &lc, const QSize &rc, const QSize &s, const QSize &t) |
| QTabBar::Shape | _q_tb_tabBarShapeFrom (QTabWidget::TabShape shape, QTabWidget::TabPosition position) |
| QTabBar::Shape _q_tb_tabBarShapeFrom | ( | QTabWidget::TabShape | shape, |
| QTabWidget::TabPosition | position | ||
| ) |
Definition at line 1410 of file qtabwidget.cpp.
References QTabWidget::East, QTabWidget::North, position(), QTabWidget::Rounded, QTabBar::RoundedEast, QTabBar::RoundedNorth, QTabBar::RoundedSouth, QTabBar::RoundedWest, QTabWidget::South, QTabBar::TriangularEast, QTabBar::TriangularNorth, QTabBar::TriangularSouth, QTabBar::TriangularWest, and QTabWidget::West.
Referenced by QMdiAreaPrivate::setViewMode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 824 of file qtabwidget.cpp.
References QSize::height(), qMax(), and QSize::width().
Referenced by QTabWidget::heightForWidth(), QTabWidget::minimumSizeHint(), and QTabWidget::sizeHint().
Here is the call graph for this function:
Here is the caller graph for this function: