Hi all,

I want to check if a text, that the user entered in a QString, is a valid
and reachable Internetaddress (or even better a valid and reachable URL).

I looked into the docs and found various classes dealing with network things
but nothing that suits my needs. Can somebody suggest me a Classname to use?
I don't want to use this address anywhere else, I only want to check if it can
be accessed.


PS: The address I've to check is not a webpage address but an online radio stream; for example:

mms://xx.xxx.xx.xxx:xxxx/radio_name

I hope someone could help me