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
qquickstyleitemradiodelegate.h
Go to the documentation of this file.
1// Copyright (C) 2023 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#ifndef QQUICKSTYLEITEMRADIODELEGATE_H
5#define QQUICKSTYLEITEMRADIODELEGATE_H
6
8
10
12{
14 QML_NAMED_ELEMENT(RadioDelegate)
15
16protected:
17 void connectToControl() const override;
18
19private:
20 void initStyleOption(QStyleOptionButton &styleOption) const override;
21};
22
24
25#endif // QQUICKSTYLEITEMRADIODELEGATE_H
void initStyleOption(QStyleOptionButton &styleOption) const override
Combined button and popup list for selecting options.
#define QML_NAMED_ELEMENT(NAME)
#define Q_OBJECT