Qtweb
-
wrote on 25 Dec 2018, 14:32 last edited by
Is there a way to convert my qt widget application into html format
-
Difficult to understand your question ? What are you trying to do ? Can you explain more ?
-
wrote on 25 Dec 2018, 14:43 last edited by
I am trying to develop a qt widget based application which should be deployed in my local device and also in web browser. Is there any supporting class/library in qt which complies my code into web formats like html ..
-
There no such compilation. Do you want the Qt widgets to be shown in the browser ?
-
There no such compilation. Do you want the Qt widgets to be shown in the browser ?
wrote on 25 Dec 2018, 14:55 last edited by@dheerendra yes . i want the Qt widgets shown in browser.
-
Are you using QWebEngine to display the html contents or just accessing the URLs in any standard browser like Chrome, IE or Firefox ?
-
wrote on 25 Dec 2018, 16:53 last edited by
You are talk about Qt for webassembly. It is still in development but with some bugs you can give try
-
Are you using QWebEngine to display the html contents or just accessing the URLs in any standard browser like Chrome, IE or Firefox ?
wrote on 25 Dec 2018, 19:32 last edited by@dheerendra i am using QWebEngine for displaying.
1/8