def _create_tooltip(self):
     QToolTip.setFont(QFont('SansSerif', 10))
     self.setToolTip('This is a <b>QWidget</b> widget')