Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl+F (Find) in Documentation #141

Open
irgolic opened this issue Oct 1, 2020 · 0 comments
Open

Ctrl+F (Find) in Documentation #141

irgolic opened this issue Oct 1, 2020 · 0 comments

Comments

@irgolic
Copy link
Member

irgolic commented Oct 1, 2020

In documentation (click a widget, press F1), there should be 'Find' functionality. Upon pressing Ctrl+F, a widget should pop up much like in other web browsers, taking text input and exposing a 'Next' and 'Previous' button, mapped to 'Enter' and 'Shift+Enter' shortcuts respectively.

QtWebEngine supposedly exposes some methods (QWebEngineView::findText) to help with this, but I think we have to implement the widget by ourselves. I'm sure someone has done this before, I suggest looking around and copying the skeleton of a widget from elsewhere if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant