issues
search
enthought
/
pyface
pyface: traits-capable windowing framework
Other
107
stars
55
forks
source link
Update Qt APIs to be more Qt5/Qt6-ish
#1236
Closed
corranwebster
closed
1 year ago
corranwebster
commented
1 year ago
In particular this includes:
removing PyQt4 support (PySide is long-gone), but this means no more Qt4 (Fixes #510)
QtSvgWidgets
, and backwards compatibility imports in QtSvg on Qt6 platforms (Fixes #1235)
QtWidgets
is now available, and we should probably shift imports there instead of QtGui over time (but not in this PR) (work towards #1052)
In particular this includes:
QtSvgWidgets
, and backwards compatibility imports in QtSvg on Qt6 platforms (Fixes #1235)QtWidgets
is now available, and we should probably shift imports there instead of QtGui over time (but not in this PR) (work towards #1052)