Hi all,

after I setup a gui with Qt designer I want to add a method to some of the used widget.

eg.
having a QListWidget StList to which I want to add a filter. The filter will be selected from a QComboBox state.

I think the "normal" aproach would be to create a new class myListWidget which base class is QListWidget and implemet a slot FilterChange which act accordingly.

But if i do so I have no benefit from the designer as long I do not provide a plugin for this widget. To write a plugin for onetime use seems not to be a clever appoach.



So what to do ??

Thanks
dexli