I have been programming with Qt libraries for 3 years. So far, all programs have been developed by traditional widgets. But now I noticed that you can create your user interface using HTML5 + CSS + jQuery. Now these are my questions:
- When should we develop our interface with HTML5 and the core with the Qt library?
- What are the benefits if we use HTML5 when developing a user interface instead of traditional widgets?
- Would it be reasonable if we even develop our regular user interface for HTML5 desktop applications?
Thanks!
source share