Re: [Interest] qtwebbrowser questions

2022-04-11 Thread Alexander Carôt
> Gesendet: Montag, 11. April 2022 um 17:32 Uhr > Von: "Alexander Carôt" > An: "Alexander Carôt" > Cc: "qt qt" > Betreff: Aw: [Interest] qtwebbrowser questions > > >> 1.) How can I set an initial URL when opening the browser ? > > A

Re: [Interest] qtwebbrowser questions

2022-04-11 Thread Alexander Carôt
>> 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 deskto