qtreeview

directory tree, and list of files in PyQt5

Need to insert a directory tree, and a list of files, in the application on PyQt5, I did not find it in the documentation. Ma ... print(a.text()) if __name__ == '__main__': app = QApplication(sys.argv) ex = App() sys.exit(app.exec_())```