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

Qt6/Deere: No library view #11897

Closed
uklotzde opened this issue Aug 30, 2023 · 9 comments · Fixed by #11912
Closed

Qt6/Deere: No library view #11897

uklotzde opened this issue Aug 30, 2023 · 9 comments · Fixed by #11912

Comments

@uklotzde
Copy link
Contributor

Bug Description

Screenshot from 2023-08-30 23-46-12

Qt 6.5.2

Version

main

OS

Fedora 38

@uklotzde uklotzde added the bug label Aug 30, 2023
@uklotzde uklotzde changed the title Qt6/Wayland: No library view Qt6: No library view Aug 30, 2023
@uklotzde
Copy link
Contributor Author

Occurs on both X11 and Wayland.

@Swiftb0y
Copy link
Member

Can only reproduce under Deere. Latenight, Shade and Tango work fine.

@uklotzde uklotzde changed the title Qt6: No library view Qt6/Deere: No library view Aug 31, 2023
@uklotzde
Copy link
Contributor Author

Confirmed. Only Deere is affected.

@ronso0
Copy link
Member

ronso0 commented Aug 31, 2023

@uklotzde Does removing the first line

<!DOCTYPE template>

from Deere/library.xml fix the issue?

Apart from that I can't spot an obvious difference in skin.xml and library.xml templates in Deere and LateNight 🤷

@uklotzde
Copy link
Contributor Author

@uklotzde Does removing the first line

Unfortunately that didn't help.

@uklotzde
Copy link
Contributor Author

uklotzde commented Sep 1, 2023

@ronso0 The missing library widgets (both sidebar tree and table view) become visible when switching to Maximize Library and disappear when switching back to the normal view.

@Holzhaus
Copy link
Member

Holzhaus commented Sep 2, 2023

@ronso0 maybe the issue is not in the XML, but in the CSS?

@ronso0
Copy link
Member

ronso0 commented Sep 2, 2023

Which object fills/is the gap? WWidgetGroup or WSplitter?

@ronso0 The missing library widgets (both sidebar tree and table view) become visible when switching to Maximize Library and disappear when switching back to the normal view.

Good to know!
You can try changing the vertical size policy max -> me here

<WidgetGroup><!-- Main section -->
<Layout>vertical</Layout>
<SizePolicy>min,max</SizePolicy>

In LateNight it's me,me and that's working fine, right?

@uklotzde
Copy link
Contributor Author

uklotzde commented Sep 2, 2023

Neither min, me nor me, me work.

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

Successfully merging a pull request may close this issue.

5 participants