-
Notifications
You must be signed in to change notification settings - Fork 731
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
Using a different abstraction layer, includes Qt.py #107
Comments
Hi @tobkum, it should be possible to use. Using QdarkStyle v3.0 Using QDarkStyle v2.x Creating a new option (for version 3.0, preferably) Final thought Can you take a look at the first two options and check if it works? Tks :) |
@dpizetta Thanks so much for the suggestions! I'll try it over the weekend and report back :) |
I'd like to create a new option for compatibility with Qt.py and submit a PR - is the current head the v3.0 you're talking about or does that reside in an extra repository? |
Hum, I think it would be nice to have one more abstraction layer possible, what is your option @ColinDuquesnoy ? The v2 we are just providing bugfixes. New stuff in v3. Tks |
I don't think we need to support more shim. It should not matter to client code which shim we're using as long as we clearly documents how the qt binding will be selected (e.g. set the QT_API environment variable). Client code is free to use whatever shim they want as long as they select the same qt binding. Most shim (maybe not Qt.py) support selection via the QT_API environment variable, so setting it once should be enough.... |
So, @tobkum adding my arguments and the @ColinDuquesnoy arguments, it is better we provide theQdarkStyle with QtPy, and since you set both Qt.py and QtPy, your app will run perfectly. Closing this issue. Thank you for your suggestion. We will add some advice for this configuration in the future. |
Not really an issue, but probably stupidity on my part - how do I use qdarkstyle when using Qt.py (https://github.com/mottosso/Qt.py) as a wrapper for Qt?
I migrated my project to Qt.py to be more flexible, but am having a hard time with getting the style back.
Thanks!
The text was updated successfully, but these errors were encountered: