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
qtcast.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4
#
ifndef
QTCAST_H
5
#
define
QTCAST_H
6
7
#
include
<
QWidget
>
8
9
class
MyWidget
:
public
QWidget
10
{
11
Q_OBJECT
12
13
public
:
14
MyWidget
();
15
};
16
17
#
endif
MyWidget
[24]
Definition
src_corelib_kernel_qobject.cpp:264
qtbase
src
corelib
doc
snippets
qtcast
qtcast.h
Generated on
for Qt by
1.14.0