Multiple browser instances in Webkit

How to open several windows in Webkit Qt and set the last open window to the active window, and all the rest to the background.

+4
source share
1 answer

I think you could see how the Qt Demo Browser Example works. This is not the easiest! :)

The source code must be in the local directory C:\Qt\{QT_VERTION}\demos\browser .

+2
source

All Articles