On Tue, 2014-01-21 at 16:40 +0100, Frederik Gladhorn wrote:
> Tirsdag 21. januar 2014 15.41.40 skrev Cornelius Hald:
> > Hi,
> >
> > I'm trying to set an application wide cursor for some time and later
> > return to the default cursor.
> >
> > I've tried QApplication::setOverrideCursor(QCursor(Qt
Tirsdag 21. januar 2014 15.41.40 skrev Cornelius Hald:
> Hi,
>
> I'm trying to set an application wide cursor for some time and later
> return to the default cursor.
>
> I've tried QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
>
> and
>
> ApplicationWindow {
> [...]
> MouseA
Hi,
I'm trying to set an application wide cursor for some time and later
return to the default cursor.
I've tried QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
and
ApplicationWindow {
[...]
MouseArea {
cursorShape: Qt.WaitCursor
acceptedButtons: Qt.NoButton