Re: Invoking a browser...???
Re: Invoking a browser...???
Or could you not use one of the Qt classes to render the html instead of launching an external browser?
Maybe QTextBrowser...
Re: Invoking a browser...???
In qt 4.2 there is a new class for opening html files into a configured browser: QDesktopServices
Succes,
Re: Invoking a browser...???
Quote:
Originally Posted by
Jeroen van der Waal
In qt 4.2 there is a new class for opening html files into a configured browser:
QDesktopServices
I second this recommendation. It works very well. In addition, it will launch the user's preferred browser, instead of the one you chose.