Q:

how to use self.list.setCurrentRow() in pyqt5

def changeitem(self):
    cur = self.listWidget.currentRow()
    self.listWidget.setCurrentRow(cur+1)
0

New to Communities?

Join the community