def shape(self):
     path = QPainterPath()
     path.addRoundedRect(self.bounding_rectangle, 5, 5)
     return path