[Qt-interest] Turn off Mouse Cursor

linux newbie linux.newbie79 at gmail.com
Mon Nov 16 01:21:52 CET 2009


Hi,

I compiled Qt for my arm-based embedded platform and try to run some
sample application. We use only keyboard and there is no mouse. On
running the application, mouse cursor is displayed. Can anyone let me
know, the method to turn it off?


I tried the following:
1. From the constructor I called  setCursor(QCursor( Qt::BlankCursor ));
2. In the main.cpp, I called app.setOverrideCursor( QCursor( Qt::BlankCursor ));

Thanking You



More information about the Qt-interest-old mailing list