You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@python-qt-tools (does this ping us all?), now that I've got something, anyone want to express any opinions here? Basically, I wanted type hint support and Qt6 and so on and qtpy doesn't have the time to keep up so here we are. I haven't decided to target a wide audience with this yet, but we'll see.
I'm taking some shortcuts and allowing automatic setup, even selecting a wrapper via an environment variable, but I don't really like this route. I want to have the setup done more explicitly. To make this easy though we need to be able to from qts import QtCore first, then configure, then access QtCore.QCoreApplication etc. I have some thoughts but I haven't explored them yet and don't have high hopes that anything will work out great.
Anyways, just wanted to open this up for any feedback people are interested in giving.
The text was updated successfully, but these errors were encountered:
@python-qt-tools (does this ping us all?), now that I've got something, anyone want to express any opinions here? Basically, I wanted type hint support and Qt6 and so on and qtpy doesn't have the time to keep up so here we are. I haven't decided to target a wide audience with this yet, but we'll see.
I'm taking some shortcuts and allowing automatic setup, even selecting a wrapper via an environment variable, but I don't really like this route. I want to have the setup done more explicitly. To make this easy though we need to be able to
from qts import QtCore
first, then configure, then accessQtCore.QCoreApplication
etc. I have some thoughts but I haven't explored them yet and don't have high hopes that anything will work out great.Anyways, just wanted to open this up for any feedback people are interested in giving.
The text was updated successfully, but these errors were encountered: