In Qt4 the delegate is responsible for creating editors. So if you want a custom editor, you have to either register it with the existing (standard) delegate or provide your own delegate subclass.
In Qt4 the delegate is responsible for creating editors. So if you want a custom editor, you have to either register it with the existing (standard) delegate or provide your own delegate subclass.
macias (13th June 2007)
Bookmarks