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
qquicktabbutton.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qquicktabbutton_p.h"
5#include "qquickcontrol_p_p.h"
7
8#include <QtGui/qpa/qplatformtheme.h>
9
11
16
34class Q_QUICKTEMPLATES2_EXPORT QQuickTabButtonPrivate : public QQuickAbstractButtonPrivate
35{
36 Q_DECLARE_PUBLIC(QQuickTabButton)
37
38public:
40};
41
48
53
54#if QT_CONFIG(accessibility)
55QAccessible::Role QQuickTabButton::accessibleRole() const
56{
57 return QAccessible::PageTab;
58}
59#endif
60
62
63#include "moc_qquicktabbutton_p.cpp"
\reentrant
Definition qfont.h:22
The QPalette class contains color groups for each widget state.
Definition qpalette.h:19
void setAutoExclusive(bool exclusive)
void setCheckable(bool checkable)
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
Definition qquickitem.h:63
Button with a look suitable for a TabBar.
QPalette defaultPalette() const override
QFont defaultFont() const override
QQuickTabButton(QQuickItem *parent=nullptr)
static QPalette palette(Scope scope)
static QFont font(Scope scope)
Combined button and popup list for selecting options.