enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

`QtGui.QSizePolicy.Policy.*` #1165

Open ntntnlstdnt opened 1 year ago

ntntnlstdnt commented 1 year ago

The Fixed, Preferred, Expanding attributes now belong to QtGui.QSizePolicy

ntntnlstdnt commented 1 year ago

There more files that yield similar errors. Namely places where attributes from QtCore and QtGui modules are used.

corranwebster commented 1 year ago

Thanks for the contribution and apologies for the delay in responding!

I might need to do a manual check to see if this causes a problem with PyQt6 in addition to the other supported Qt wrappers.

corranwebster commented 1 year ago

I think that the current main branch needs to be merged in to this PR branch before tests will pass.