Re: [OE-core] Qt embedded, touchscreens, and cursors

2013-06-27 Thread Eric Bénard
Hi Steve, Le Tue, 25 Jun 2013 09:34:05 -0700, Steve Sakoman sako...@gmail.com a écrit : I'm new to the Qt world, so perhaps this is a stupid question . . . I'm helping a client create a custom layer for their touchscreen based hardware and Qt applications. They've decided to use Qt4e and

Re: [OE-core] Qt embedded, touchscreens, and cursors

2013-06-27 Thread Steve Sakoman
On Thu, Jun 27, 2013 at 1:03 AM, Eric Bénard e...@eukrea.com wrote: IIRC you can hack this in qwscursor_qws.cpp around // default cursor you change ArrowCursor to BlankCursor (sorry no clean patch for that ATM). Hi Eric, That is exactly what I ended up doing. The -no-feature-CURSOR

[OE-core] Qt embedded, touchscreens, and cursors

2013-06-25 Thread Steve Sakoman
I'm new to the Qt world, so perhaps this is a stupid question . . . I'm helping a client create a custom layer for their touchscreen based hardware and Qt applications. They've decided to use Qt4e and we are including the stock danny qt4e binaries in the image. All works as desired with one