Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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

def changeitem(self):
    cur = self.listWidget.currentRow()
    self.listWidget.setCurrentRow(cur+1)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+7 =