Hi Everyone,
I'm working on TCP/UDP communication in which I have set a range for ports as below
Now I want to connect to port 80(specific), but because of the above configuration, I'm unable to use port 80.Qt Code:
spinBox->setRange(1024, 65535);To copy to clipboard, switch view to plain text mode
So my question is, does it possible to add exceptional value/port in spinbox?
Bookmarks