Beispiel #1
0
 def check_box(self, selected):
     box = QCheckBox()
     if selected:
         box.nextCheckState()
     return box