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

I cannot seem to get Qt.py to autocomplete for PyCharm. Is there any concise instructions on how to do this? Or is it not possible? I have dug in a...

Unable to import QtCharts through interface

I'm having an issue with Qt.py in conjunction with pyinstaller. When trying to run the frozen .exe, I get an "ImportError: cannot import name 'QtWidgets' from 'Qt' (E:\xxxx\Qt.pyc)" - (xxxx...

need more information

I am having this issue with loadUi with Pyside2 where I am not able to override a dropEvent in the following situation: ```python #!/usr/bin/env python # -*- coding: utf-8 -*-...

Qt.py checks whether "long" is defined, and if it isn't (for Python 3.x) defines it as "int". The _wrapinstance() function has an assertion to ensure that the 'ptr' parameter passed...

I just added testing with CY2018 update 1 as a [PR](https://github.com/mottosso/Qt.py/pull/260), although I don't think we need to merge it in its current state as it doesn't provide any extra...

i liked the QtLegacy idea, as it can isolate the above cases. Here is something, to begin with... prototype #90

help wanted

Patch `PyQt*` Qt namespace enums to behave like `PySide*`. i.e. Fixes :negative_squared_cross_mark: in `QtCore.Qt` Attributes | `PyQt*` | `PySide*` ---|---|--- `Qt.Checked` value | :heavy_check_mark: | :heavy_check_mark: `Qt.CheckState` class | :heavy_check_mark:...

Hi, I would like to suggest a change to the implementation of QtCompat.wrapInstance. ## Issue In the current implementation, wrapInstance only checks if the direct superclass is a QtWidgets class....