curseur pyqt5 commençant sur un widget

self.widget.setFocus() #This will set the cursor to start on the widget specified
68Duck