-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add documentation for methods or helpers that are specific to qtpy #61
Comments
That could be done directly in the readme because it's quite important. |
Agreed! |
@dalthviz I can try to help with this, but given I'm not a Qt expert (both a benefit and a downside when writing user docs), I'll need a little more detail on what you want said here:
|
Besides the things described at the OP probably some description for the env variables that
Yes, related in the sense that following what is decided there (keeping it as it is, adding aliases to those functions or patching |
This includes documenting
from qtpy.QtCore import Signal, Slot
from qtpy.QtCore import __version__
The text was updated successfully, but these errors were encountered: