Have you noticed Qt Designer's widget promoting feature? You could place a plain QComboBox on the form and tell Qt Designer to actually handle it as your custom combo box. It looks and acts like a normal QComboBox in Qt Designer but in the uic's generated code it will be an instance of your custom class.
Bookmarks