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
qquicktoolbutton.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
5#include "qquickcontrol_p_p.h"
6#include "qquickbutton_p_p.h"
7
8#include <QtGui/qpa/qplatformtheme.h>
9
11
16
35class Q_QUICKTEMPLATES2_EXPORT QQuickToolPrivate : public QQuickButtonPrivate
36{
37 Q_DECLARE_PUBLIC(QQuickToolButton)
38
39public:
41};
42
47
52
54
55#include "moc_qquicktoolbutton_p.cpp"
\reentrant
Definition qfont.h:22
The QPalette class contains color groups for each widget state.
Definition qpalette.h:19
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
Definition qquickitem.h:63
static QPalette palette(Scope scope)
static QFont font(Scope scope)
QQuickToolButton(QQuickItem *parent=nullptr)
QFont defaultFont() const override
Button with a look suitable for a ToolBar.
QPalette defaultPalette() const override
Combined button and popup list for selecting options.