checkbutton.setStyleSheet("QPushButton {background-color:rgb(0,200,0) ; color: White; border-radius: 3px; height:15%; width:70%} "
"QPushButton:pressed {background-color:rgb(0,150,0) ; }")
widg1.setHorizontalStretch(1)
widg2.setHorizontalStretch(2)