2011-12-06 6 views

답변

5

: http://doc.qt.io/qt-5/qfilesystemmodel.html

QString QFileSystemModel::filePath (const QModelIndex & index) const 주어진 인덱스에 따라 모델에 저장된 항목의 패스를 돌려줍니다.

이 질문에 대한 답변이 있으면 잘 모릅니다. 그렇지 않은 경우 연락하려는/시도하려는 코드에 대한 코드를 제공 할 수 있습니다.

0

QFileSystemModel :: filePath (index)와 같은 것을 사용하면됩니다.

관련 문제