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

自古美人都是妖i 提交于 2019-12-25 04:36:49

问题


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 .


回答1:


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.




回答2:


You might not want to use QT in your QNX app, because it is not supported in QNX 6.5 or lower. If you want to write a GUI app for QNX 6.5 or lower you should use photon

Since qnx 6.5 you can't develop your apps inside QNX, though company provides SDK and IDE for developing on windows/linux (not sure about osx). It can be downloaded with SDK from their official site (though it cost some $$ if you are not student).

People normally use virtual machines to develop (I didn't find a way to install QNX 6.6 on a PC, but there are many instructions how to deploy it on any sort of arm mPC)

EDIT: It is worth thinking about making WEB GUI for your app btw.



来源:https://stackoverflow.com/questions/31957759/how-to-develop-app-for-qnx-from-scratch-with-proper-gui

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!