Qtweb
-
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 ?
-
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 ?
@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 ?
-
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 ?
@dheerendra i am using QWebEngine for displaying.