def __init__(self, parent=None): QtGui.QListWidget.__init__(self, parent) self.setFrameShape(QtGui.QFrame.NoFrame)