onceloved
Results
2
comments of
onceloved
`class QtpyVCPQFileSystemModel(QFileSystemModel): def data(self, index, role=Qt.DisplayRole): # Column nº 3 is date, align it to right col = index.column() if role == Qt.DisplayRole: data = QFileSystemModel.data(self, index, role) if col...
Hi, can you send me a copy? Thanks a lot [email protected]