Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 470 Bytes

QColumnView

1、文件系统浏览器

运行 FileManager.py

一个省市区关联的三级联动,数据源在data.json中

  1. 通过QFileSystemModel模型来显示文件系统
  2. 结合QColumnViewsetMode函数显示文件系统模型
  3. 通过QFileSystemModel.filePath(QColumnView.currentIndex())获取当前选中的路径

FileManager