PYTHON/PYSIDE6_QT

QlistWidget 개수 알아내기 (pyside6)

블리치 2021. 9. 14. 11:10

#count함수 사용

cou = self.listWidget.count()

print(cou)

 

 

결과 5