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

PySide6 bug #1348

Open
OdCgarcia opened this issue Feb 26, 2024 · 0 comments
Open

PySide6 bug #1348

OdCgarcia opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@OdCgarcia
Copy link

Describe the bug
When trying to open cuegui, there are errors in the DarkPalette.py file in the method DarkPalette()

To Reproduce
Steps to reproduce the behavior:
Open cuegui

Expected behavior
Open cuegui UI

Version Number
OpenCue Version 0.22.14

Additional context
Running it in PySide6 - 6.6.2
The issue comes with the roles when setting the color (setColor()) as the role is a constant of the class not the instance, not sure if we can use "QtGui.QPalette." for backwards compatibility with PySide2 but that is how I fixed the issue on my side. If someone can test it on PySide2 and confirm it does not brake anything I will happily create a PR for this one.

@OdCgarcia OdCgarcia added the bug Something isn't working label Feb 26, 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
Projects
None yet
Development

No branches or pull requests

1 participant