Hi, there.
I often see some customized QWidget written by programmer, for example :
MyComboBox::MyComboBox( QWidget * parent ) : QComboBox(parent)
{
}
MyCombobox is inherited from Qcombobox and not a standard QWidget provided By QT, I can’t see it on the Design mode, how to use it graphically?
Thanks a lot!
↧