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

Graph window always in the front #323

Open
DanicaSTFC opened this issue Aug 28, 2024 · 2 comments
Open

Graph window always in the front #323

DanicaSTFC opened this issue Aug 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working results graphs

Comments

@DanicaSTFC
Copy link
Contributor

Cannot bring the main window in front of the results graph window

FEEDBACK FROM JUNE 2024 WORKSHOP

@DanicaSTFC DanicaSTFC added the bug Something isn't working label Aug 28, 2024
@DanicaSTFC DanicaSTFC added this to the v24.0.2 milestone Aug 28, 2024
@DanicaSTFC DanicaSTFC self-assigned this Sep 10, 2024
@paskino
Copy link
Contributor

paskino commented Oct 8, 2024

I can move the graphs and main window indipendently. What is the problem?

@DanicaSTFC
Copy link
Contributor Author

DanicaSTFC commented Oct 11, 2024

Qt.WindowStaysOnTopHint is a helpful flag for keeping a window on top, its reliability can vary depending on the underlying window management system, especially in Linux environments with X11.

basically this option does not work consistently across different OS. I tried to fix it for now but the only solution seems to have a window which is not a child of the main window. This also means that the qdarkstyle needs to be set manually.

In conclusion, I think we should address this in eqt and not here. We should create an independent window with the style inherited correctly from the settings.

@DanicaSTFC DanicaSTFC removed this from the v24.1.0 milestone Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working results graphs
Projects
Status: 🔖 To do
Development

No branches or pull requests

2 participants