Trying to honor a feature request from our customers, I\'d like that my application, when Internet is available, check on our website if a new version is available.
My Qt app just uses QHttp to read tiny XML file off my website that contains the latest version number. If this is greater than the current version number it gives the option to go to the download page. Very simple. Works fine.