On Tue, Sep 22, 2009 at 18:29, Bryce Salmi <Bryce.Salmi at zoran.com> wrote: > Request.setUrl(QUrl((“http://%s/something.cgi”, ip))); That would be QUrl( QString( "http://%s/something.cgi" ).arg( ip ) ) -- regards, Robin