-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
OnlineQueries with QtWebEngine #1938
Conversation
This should add a QWebengineView to the GUI. However, when calling the window, it vanishes immediately. It is not even yet used currently! The editor shows red "invalid layout" icons. How to fix that?
Hello @gzotti! Thank you for this enhancement. |
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
This is an automatically generated QA checklist based on modified files |
- still allow selection of our panel or external webbrowser
OK, we can display queries in our own webview in a separate window. @alex-w Shall we still keep the option to call the system webbrowser? |
I think no need to call external browser for it
Good idea - one tab and collection of buttons |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's OK for me, thanks!
Hello @gzotti! Please check the fresh version (development snapshot) of Stellarium: |
Hello @gzotti! Please check the latest stable version of Stellarium: |
Description
The OnlineQueries plugin currently can only display HTML text. This branch should allow to display remote web content including images. The QtWebEngine module brings in Chromium-based web browser building blocks.
However, it does not embed into our usual StelDialog widgets. Therefore a new StelDialogSeparate allows stand-alone windows. This is even helpful as it allows moving this webbrowser window (which users may enlarge to take a major part of the screen) to a second screen.
Fixes # (issue)
Screenshots (if appropriate):
Type of change
How Has This Been Tested?
Test Configuration:
Checklist:
Things that should work: