Showing posts with label Misc. QtCreator. Show all posts
Showing posts with label Misc. QtCreator. Show all posts

Wednesday, October 23, 2013

GUI development using PyQt4

super(AssetDelegate, self).__init__(parent) The initializer is typical of most delegate subclasses, simply calling the base class. def paint(self, painter, option, index): myoption = QStyleOptionViewItem(option) if index.column()...