I'm creating a custom toolbar with my custom stylesheet, etc. I'll be placing some buttons & a logo on this toolbar.
While creating a new toolbar class, I've given the following details as mentioned below.

Class name: CToolbar
Base class: QToolBar
Type Information: ??
what should I select here. QObject or QWidget or any other? Why do we need "Type Information" if we are mentioning "Base Class"?
So kindly help me understand this. Thank you.