Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
window.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 Research In Motion.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4
#include "
window.h
"
5
6
Window::Window
()
7
{
8
}
9
10
int
Window::normalProperty
()
11
{
12
return
0;
13
}
14
15
int
Window::newProperty
()
16
{
17
return
1;
18
}
19
20
void
Window::normalMethod
()
21
{
22
show
();
23
}
24
25
void
Window::newMethod()
26
{
27
// Can be hidden from users expecting the initial API
28
show
();
29
}
QWidget::show
void show()
Shows the widget and its child widgets.
Definition
qwidget.cpp:7956
Window::normalMethod
void normalMethod()
Definition
window.cpp:10
Window::newProperty
int newProperty
Definition
window.h:14
Window::Window
Window()
Definition
window.cpp:6
Window::normalProperty
int normalProperty
Definition
window.h:13
window.h
qtbase
src
corelib
doc
snippets
qmetaobject-revision
window.cpp
Generated by
1.9.7