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
mywidget.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
MYWIDGET_H
5
#
define
MYWIDGET_H
6
7
#
include
<
QWidget
>
8
9
class
MyWidget
:
public
QWidget
10
{
11
public
:
12
MyWidget
(QWidget *parent =
nullptr
);
13
};
14
15
#
endif
MyWidget
[24]
Definition
src_corelib_kernel_qobject.cpp:264
MyWidget::MyWidget
MyWidget(QWidget *parent=nullptr)
[0]
Definition
mywidget.cpp:10
loadCustomWidget
QWidget * loadCustomWidget(const QString &className, QWidget *parent)
[0]
Definition
main.cpp:12
main
int main(int argc, char *argv[])
[ctor_close]
Definition
src_corelib_animation_qpropertyanimation.cpp:100
qttools
src
uitools
doc
snippets
quiloader
mywidget.h
Generated on
for Qt by
1.14.0