enthought / traitsui

TraitsUI: Traits-capable windowing framework
http://docs.enthought.com/traitsui
Other
297 stars 95 forks source link

traitsui.qt4.ui_wizard it is missing. #773

Open pbrod opened 4 years ago

pbrod commented 4 years ago

traitsui.qt4.toolkit does an import of an unknown ui_wizard package: https://github.com/enthought/traitsui/blob/e3d7f1ca395881dba269b8b9bf56232654f3eaf0/traitsui/qt4/toolkit.py#L184

Looking at the structure in traitsu.wx I guess that traitsui.qt4.ui_wizard it is missing and should therefore be implemented.

rahulporuri commented 4 years ago

This was a stub added at the beginning of the project and we haven't come around to actually implementing this. I'm not even sure if Wizard-style dialogs exist in Qt - I think they only exist in Wx backend.

The solution to this issue is to simply remove this stub method - and preferably create a new issue about the need to add a new ui_wizard method to the qt4 toolkit which actually works.