I’m trying to do some thing like a simple curl function that can do like sending a Get/Post request and set the response text in a label.
I have read about QNAM, but that’s complicated.
Is there any simple way to do that(without all the signal and slot) ?
I imagine you’ll want to read up on the QHttp class
It doesn’t require too much work with signals and slots, however if you don’t want to use them you may want to consider an alternative to Qt as it relies on them quite heavily.