Skip to content

Latest commit

 

History

History

QColumnView

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

QColumnView

1、文件系统浏览器

运行 FileManager.py

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

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

FileManager