Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqstylekitcustomcontrol.cpp
Go to the documentation of this file.
1
// Copyright (C) 2025 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
"qqstylekitcustomcontrol_p.h"
5
6
QT_BEGIN_NAMESPACE
7
8
using
namespace
Qt::StringLiterals;
9
10
QQStyleKitCustomControl
::QQStyleKitCustomControl(QObject *parent)
11
:
QQStyleKitControl
(parent)
12
{
13
}
14
15
int
QQStyleKitCustomControl
::
controlType
()
const
16
{
17
return
m_controlType;
18
}
19
20
void
QQStyleKitCustomControl
::
setControlType
(
int
controlType)
21
{
22
if
(m_controlType == controlType)
23
return
;
24
25
m_controlType = controlType;
26
27
emit controlTypeChanged();
28
}
29
30
QT_END_NAMESPACE
31
32
#
include
"moc_qqstylekitcustomcontrol_p.cpp"
QQStyleKitControl
Definition
qqstylekitcontrol_p.h:30
QQStyleKitCustomControl
Definition
qqstylekitcustomcontrol_p.h:25
QQStyleKitCustomControl::controlType
int controlType() const
Definition
qqstylekitcustomcontrol.cpp:15
QQStyleKitCustomControl::setControlType
void setControlType(int controlType)
Definition
qqstylekitcustomcontrol.cpp:20
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtdeclarative
src
labs
stylekit
qqstylekitcustomcontrol.cpp
Generated on
for Qt by
1.16.1