Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt WebEngine autocomplete URL
-
I'm working on building a simple web browser using Qt WebEngine and I want to autocomplete the URL that user enters, for example if user will enter google.com it should complete this URL to https://www.google.com. How can this be achieved?