[Interest] qtwebbrowser questions
Alexander Carôt
alexander_carot at gmx.net
Mon Apr 11 17:32:49 CEST 2022
>> 1.) How can I set an initial URL when opening the browser ?
After getting familiar with QML I realized that Browserwindow.qml contained a bug:
navigation.load();
had to be changed to
navigation.load(url);
So this one is resolved – now I check how to disable the virtual keyboard for desktop platforms.
--
http://www.carot.de
Email : Alexander at Carot.de
Tel.: +49 (0)177 5719797
> Gesendet: Montag, 11. April 2022 um 08:52 Uhr
> Von: "Alexander Carôt" <alexander_carot at gmx.net>
> An: "Alexander Carôt" <alexander_carot at gmx.net>
> Cc: "qt qt" <interest at qt-project.org>
> Betreff: Aw: [Interest] qtwebbroser questions
>
> Regarding 1.) I realized that the app's initlalURL argument must not contain "-" (in contradiction to the other app args) so just the plain URL, however, the site is still not loaded. If anyone can confirm please let me know.
>
>
> --
> http://www.carot.de
> Email : Alexander at Carot.de
> Tel.: +49 (0)177 5719797
>
>
> > Gesendet: Sonntag, 10. April 2022 um 21:56 Uhr
> > Von: "Alexander Carôt" <alexander_carot at gmx.net>
> > An: "qt qt" <interest at qt-project.org>
> > Betreff: [Interest] qtwebbroser questions
> >
> > Hi all,
> >
> > while playing with qtqwebbrowser
> >
> > https://code.qt.io/cgit/qt-apps/qtwebbrowser.git
> >
> > the two questions arise:
> >
> > 1.) How can I set an initial URL when opening the browser ?
> > 2.) How can I disable the virtual keyboard when using desktop platforms ?
> >
> > Thanks as usual,
> > best
> >
> > Alex
> >
> >
> > --
> > http://www.carot.de
> > Email : Alexander at Carot.de
> > Tel.: +49 (0)177 5719797
> >
> > _______________________________________________
> > Interest mailing list
> > Interest at qt-project.org
> > https://lists.qt-project.org/listinfo/interest
> >
>
More information about the Interest
mailing list