On Thu, Jan 17, 2013 at 01:44:52AM -0500, david wrote: > Having a touchscreen makes the visible mouse pointer when in Qt a bit > annoying, how would I go about adding the "-no-feature-CURSOR" option when > compiling Qt embedded with ptxdist? Thanks,
I prefer setting it at runtime: QApplication::setOverrideCursor(Qt::BlankCursor); Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
