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
src_gui_kernel_qguiapplication_x11.cpp
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
#
include
<
QCursor
>
4
#
include
<
QGuiApplication
>
5
6
namespace
src_gui_kernel_qguiapplication_x11
{
7
void
calculateHugeMandelbrot
();
8
9
void
wrapper
() {
10
11
12
//! [0]
13
QGuiApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
14
calculateHugeMandelbrot
(
)
;
// lunch time...
15
QGuiApplication::restoreOverrideCursor();
16
//! [0]
17
18
19
}
// wrapper
20
}
// src_gui_kernel_qguiapplication_x11
src_gui_kernel_qguiapplication_x11
Definition
src_gui_kernel_qguiapplication_x11.cpp:6
src_gui_kernel_qguiapplication_x11::calculateHugeMandelbrot
void calculateHugeMandelbrot()
src_gui_kernel_qguiapplication_x11::wrapper
void wrapper()
Definition
src_gui_kernel_qguiapplication_x11.cpp:9
qtbase
src
gui
doc
snippets
code
src_gui_kernel_qguiapplication_x11.cpp
Generated on
for Qt by
1.14.0