Qt.py icon indicating copy to clipboard operation
Qt.py copied to clipboard

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.

Results 58 Qt.py issues
Sort by recently updated
recently updated
newest added

Previously unable to access QProxyStyle as it was not mapped.

Long time listener, first time caller from [The Third Floor](https://thethirdfloorinc.com/) I located these 4 members in PySide6 and based this modification on similar commits. Please let me know if there's...

In the following function: ``` def headerToModule(header): """ Translate a header file to python module path foo/bar.h => foo.bar """ # Remove header extension module = os.path.splitext(header)[0] ``` This will...

help wanted

Hi @mottosso! A Qt.py user reported this to me, and luckily I can take care of the problem on my own, but I need your input. Here's a quick refresher....

Hi! :wave: I'm currently trying to improve the package of this project for Arch Linux. I am currently unable to run tests successfully. ``` PATH="$PWD:$PATH" QT_PREFERRED_BINDING=PySide2 xvfb-run nosetests --verbose tests.py`...

Hi! :wave: We're currently cleaning up packages for the Python 3.12 rebuild on Arch Linux. I noticed that the tests in this repository are still using the imp module https://github.com/mottosso/Qt.py/blob/2c0f4dc596204670f4597b841821cff8a171c3a2/tests.py#L6...

Sorry for the PR twofer. I got pulled away before I could update my last one with this fix. Looks like 80dc006094fab4e4a950b2cf0fbb74ad130d5dbd removed a chunk of misplaced members that shouldn't...