enthought / enable

Enable: low-level drawing and interaction
Other
91 stars 45 forks source link

Rename "qt4" to "qt" #1043

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

Rename *.qt4.* modules as *.qt.* and adapt imports to account for changes in Pyface 8.0 and TraitsUI 8.0 while keeping backwards compatibility.

It also removes some lingering PyQt4 support code.

This has some overlap with #1028 but doesn't fix everything that that PR does, so we still need that, or need to merge it into this.

As best I can tell, this change will break one test in an internal downstream project so we don't need to do any magic backwards compatibility mapping like we did in Pyface or TraitsUI.