Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtabbar_p.h File Reference

(323cf718f634e5530ac43fef6f85777daa201570)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qtabbar.h"
#include "private/qwidget_p.h"
#include <qicon.h>
#include <qtoolbutton.h>
#include <qdebug.h>
#include <qstyleoption.h>
#include <utility>
+ Include dependency graph for qtabbar_p.h:

Go to the source code of this file.

Classes

class  QMovableTabWidget
 
class  QTabBarPrivate
 
struct  QTabBarPrivate::Tab
 

Macros

#define ANIMATION_DURATION   250
 

Functions

 QT_REQUIRE_CONFIG (tabbar)
 
constexpr bool verticalTabs (QTabBar::Shape shape) noexcept
 

Macro Definition Documentation

◆ ANIMATION_DURATION

#define ANIMATION_DURATION   250

Definition at line 29 of file qtabbar_p.h.

Referenced by QTabBar::mouseReleaseEvent(), and QTabBarPrivate::slide().

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( tabbar )

◆ verticalTabs()