Re: [Interest] Mouse cursor always resetted on mouse move

2014-01-22 Thread Cornelius Hald
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

Re: [Interest] Mouse cursor always resetted on mouse move

2014-01-21 Thread Frederik Gladhorn
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

[Interest] Mouse cursor always resetted on mouse move

2014-01-21 Thread 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 { [...] MouseArea { cursorShape: Qt.WaitCursor acceptedButtons: Qt.NoButton