i don't understand wtwithqt
Added by The Toast over 14 years ago
Hi,
i think the Wtqithqt is for developing an application wich will have a gui and a web-interface wich are look-alikes. But i cant start the wtwithqt examples as a gui application. i only can start the server.
Replies (2)
RE: i don't understand wtwithqt - Added by Koen Deforche over 14 years ago
Hey,
actually libwtwithqt is a library that helps in implementing a web application (with Wt) which uses Qt for backend/models. This allows you to reuse existing non-GUI Qt code.
What you are looking for is e.g. a stripped-down webkit browser (without menu bar etc) which renders a Wt application as if it were a desktop application ?
Regards,
koen
RE: i don't understand wtwithqt - Added by The Toast over 14 years ago
Ahh, thanks. I really misunderstood the sample.
My intention is to make a regular app, wich also has a webinterface. I hoped i could design it once with qt/wt and it would look the same off- as online. It is possible, but i have to design both interfaces seperate, right?
Well, the webkit-stuff would also be a good idea. I'm not really in qt, yet, but i see there is a qt-webkit lib, would this be an easy way to implement a stripped down browser?
Otherwise i think i develop the user interfaces seperate, because mine isn't very complex.