[Development] QWebEnginePage and Qt 6: protected virtual functions and signals

Allan Sandfeld Jensen kde at carewolf.com
Fri May 28 12:14:24 CEST 2021


On Freitag, 28. Mai 2021 11:49:35 CEST Benjamin TERRIER wrote:
> Random thoughts: Could this willingness to replace virtual
> protected functions by signals be linked to QML?
> In QML we do not have virtual protected functions and can only use
> signals...
> 
Yes, that how all the methods are handled in QML. Note that most similar 
functionality in QWebEnginePage is also already using signals. Only API 
inherited from QtWebKit used inherited methods.

'Allan





More information about the Development mailing list