Hi,

today I create a self-designed widget, and successfully add it into the designer. I can add it into myDialog.ui in designer.

But then the problem arises, the ui_myDialog.h can not recognize this new widget.

PS: I use " ui.setupUi(this);" in the class to add in the ui.

Who can help me? Thanks.