Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to get qt application through ip
-
How to get qt .exe application while giving ip address in browser.
and also to recieve data from ethernet in packets,Is there any example regarding this?
-
Please add more details to your question. What is qt.exe and how are you relating this to browser, IP address. What is that regarding receiving the data from ethernet.
Detail explanation would help.
-
Hi,
It was related to QT http server.Output required like when we type IP address in browser QT gui should open.
-
@Sowjanya
Qt GUI is a desktop application, as per title of this sub-forum. You cannot type an IP address into a browser and have a desktop GUI open.
-
Sry,my question is not conveyed properly.it was related to this https://stackoverflow.com/questions/3122508/qt-http-server/15962788
-
@Sowjanya
So then that is an example of what you are looking for, is it not? What is it you want that it does not do, or whatever?
-
Yes, it was somewhat similar to my question, but how could i add Labels and pushbuttons to this.
-
@Sowjanya said in How to get qt application through ip:
how could i add Labels and pushbuttons to this.
Aren't you referring to Qt for WebAssembly just in case?
-
Hi,
Form the sounds of it, you should likely take a look at Qt for WebAssembly.
-
@Sowjanya Let us know what is that you have tried. What is the problem you are facing. What is the question you have.
-
Yes, it was related to Qt for WebAssembly. Can i get any refer src code for this.
-
Then you should use the pre-built version using the Qt online installer.
-
@SGaist How to download it in Ubuntu
-
@Sowjanya said in How to get qt application through ip:
How to download it in Ubuntu
Using online installer as @SGaist already suggested (Qt Maintenance Tool if you already installed Qt using online installer).
In online installer Select "Preview" on the left side and Refresh. Then in Qt 5.14 branch select WebAssembly.
-
This post is deleted!