Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all, I ported my application on a BeagleBone Black. I run the application with linuxfb platform and the graphics show without problem via HDMI on my monitor.
The problem is with keyboard. Is seems there is no keboard input...
Where do I wrong...?
Hi,
IIRC you also need to tell Qt what input to use e.g. evdev
Hi, you mean when I built Qt libraries or on runtime...?
Sorry, I was meaning at run time
Yes!
I solved starting my application with: @ ./myapp -platform linuxfb -plugin evdevkeyboard @
Very thanks a lot!