I've been programming with Qt libraries for 3 years. All programs have been designed by traditional widgets so far. But now I noticed that you can design your user interface with HTML5+CSS+jQuery. Now these are my Questions:
- When should we design our interface with HTML5 and the core with Qt libraries?
- What will be the advantages if we use HTML5 in designing user interface instead of traditional widgets?
- Would it be reasonable if we design even our ordinary desktop applications user interface with HTML5?
Thanks!