Develop C++ Qt application GUI interfaces in HTML+javascript? -
we working on qt application, want move the web extent. smoother transition consider developing user interfaces using qtwebkit in html/javascript. later want reuse these ui pieces in web application, when there.
does sound meaningful idea? how more complicated develop user interfaces in html/javascript vs qtgui? common practice, or no?are there pitfalls should aware of?
this apparently common practice, reccomend against it. desktop application not web browser. design logic how want, , build qt interface it's decoupled log. when want build web version, rebuild ui scratch browser based client.
Comments
Post a Comment