Feature
Since the app is intended to be used for hosting speedruns in Wikipedia, an autocompletion system can be created to autofill possible articles from wikipedia.org to let users easily add custom levels rather than copying each URLs from an external browser.
Requirement
Autocompletion while creating levels encourages users to easily add levels and remove the hassle of using an external browser to copy each URL. This encourages the user to create more levels as well.
Additional context
I belive this can be done using a simple QNetworkRequest
Reference: https://simplestepscode.com/autocomplete-data-tutorial/
Feature
Since the app is intended to be used for hosting speedruns in Wikipedia, an autocompletion system can be created to autofill possible articles from wikipedia.org to let users easily add custom levels rather than copying each URLs from an external browser.
Requirement
Autocompletion while creating levels encourages users to easily add levels and remove the hassle of using an external browser to copy each URL. This encourages the user to create more levels as well.
Additional context
I belive this can be done using a simple QNetworkRequest
Reference: https://simplestepscode.com/autocomplete-data-tutorial/