-
Notifications
You must be signed in to change notification settings - Fork 21
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
Window State Not Persisted After Restart: Fails to Remember Full-Screen and Window Sizes #418
Comments
I agree with John's request.
v037.1 on Manjaro Linux
73
LU1IDC, Diego
El sáb, 20 jul 2024 10:24, oh2gba ***@***.***> escribió:
… This is my screen before closing:
Screenshot_1.png (view on web)
<https://github.com/user-attachments/assets/1523b912-5f27-4d69-a1f9-d9a01cc4b1b1>
Close Qlog and reopen it again, the size of the main window is smaller
now, and I have to maximize it
Screenshot_2.png (view on web)
<https://github.com/user-attachments/assets/cda32db8-d443-4be6-9b8c-81db3d1fda0b>
After maximizing, the window sizes are not the same anymore, see
dx-cluster and online-map are smaller now.
Screenshot_3.png (view on web)
<https://github.com/user-attachments/assets/3dc1432d-cf71-4c88-9ad7-27f1bbada638>
It would be *so* nice if Qlog would just remember all sizes! Perhaps not
a bug, but a kind request :)
John
—
Reply to this email directly, view it on GitHub
<#418>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIFJ5JENEF2HKLKBCQDOKGLZNJQKXAVCNFSM6AAAAABLF6FCP6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDAOBZG44TONQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I know about the issue but I don't know how to fix it. It occurs only in case when the full screen layout is saved. |
Suggestion: If a solution can be found here, perhaps the position and zoom factor of the band map could be saved at the same time, so that they are restored when QLog is restarted. On the other hand, there may be reasons why other settings or no settings at all for displaying the bandmap when starting QLog may make more sense. |
QApplication::desktop is obsoleted and QT6.x does not implement it. This commit uses QGuiApplication::screens
Need to apply only for QT under 6.3. Otherwise, other QT issue is present.
If it was like this, then the QT error occurred because no windows frame was present when switching to the same profile.
This is my screen before closing:
Close Qlog and reopen it again, the size of the main window is smaller now, and I have to maximize it
After maximizing, the window sizes are not the same anymore, see dx-cluster and online-map are smaller now.
It would be so nice if Qlog would just remember all sizes! Perhaps not a bug, but a kind request :)
John
The text was updated successfully, but these errors were encountered: