You can, but I’m not really sure that will be scalable. Also you will miss
te powerful of the Qt API… I don’t think that is the best that you need. If
you really just want to make your app for a Mobile environment with only
javascript, I think that you can considere to use HTML5 + Js. Should be
more useful for your knowledge.

With Qt there are some concepts that can’t missing even when you only use
QML.

- Models
- Delegates
- Signals/Slots

and so on…


At least is what I think

Regards


=============================================



*"El tamaño de tus logros depende del tamaño de tus metas." C++ and Qt
Senior DeveloperB.S. Computer ScienceBuenos Aires, Argentina*

On August 30, 2016 at 16:11:29, Артур Истомин (art.is...@yandex.ru) wrote:

I want to convert my POS (point of sale) software (long ugly shell-scripts)
to GUI-software for mobile (Android) and desktop (Linux/Windows) devices.

I don't know C++ but know some JS. So is it possible to write my
application, POS, entirely on JavaScript? Almost all application logic are
sql transactions with local sqlite database.

Thank you!
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to