Hi Folks am new to QML can you plz guide me creating a login form in QML with HTTP request such as POST and GET. I dont know where to start from Plz help me![]()
Hi Folks am new to QML can you plz guide me creating a login form in QML with HTTP request such as POST and GET. I dont know where to start from Plz help me![]()
Hello Siraj,
I hope you have basic understanding of UI elements in QML, regarding communicating with a remote server for Login , you can do that in native Qt c++ using QNetworkAccessManager and then pass the data to QML again to process.