Details
-
Suggestion
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 7.0.1
-
None
Description
why can't I promote QWidget to QListWIdget? for example, Sometimes I just want to show data in a QTabWiget , so I want to promote every tab to QListWidget in QTabWidget. I think it is a normal requirement. I also found I can't promote any widget to Qt class, I have to customize widget and it is stupid