cqnx

How to develop app for QNX from scratch with proper GUI?


I was wondering around Internet for proper article regarding how to develop a good UI app for QNX . I was able to find things like -

  1. We can use jamaicaVM to port our code developed on java to c .

Following are my questions :

  1. On what platform should i develop the app for QNX .
  2. The app should have proper UI.

This might even help other beginner .


Solution

  • Now that Qt 5 has support on QNX 6.6, I would suggest using it. With Qt you can either develop your GUI in either in native C++ (Qt Widgets) or with Qt Quick.

    The biggest limiting factor will be the hardware you are running on (particularly the GPU or lack of) and the available QNX drivers for the hardware.