Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwasmcursor.h
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QWASMCURSOR_H
5#define QWASMCURSOR_H
6
7#include <qpa/qplatformcursor.h>
8
10
12{
13public:
14 void changeCursor(QCursor *windowCursor, QWindow *window) override;
15};
16
18
19#endif
The QCursor class provides a mouse cursor with an arbitrary shape.
Definition qcursor.h:45
The QPlatformCursor class provides information about pointer device events (movement,...
void changeCursor(QCursor *windowCursor, QWindow *window) override
This method is called by Qt whenever the cursor graphic should be changed.
\inmodule QtGui
Definition qwindow.h:63
Combined button and popup list for selecting options.
aWidget window() -> setWindowTitle("New Window Title")
[2]