Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qtを使用してMacOsxのすべてのエイリアスファイルを一覧表示しようとしています。私は次の関数を使用しています:
QString QDir::fromNativeSeparators ( const QString & pathName )
ディレクトリへの相対パスを指定する。通常のファイルのみを一覧表示し、エイリアスをスキップします。
Qtを使用して通常ファイルとエイリアスファイルの両方を一覧表示するより良い方法があるかどうかを教えてください。
QDirIteratorを使用してください。Qtのドキュメントは次のとおりです。
http://doc.qt.io/qt-4.8/qdiriterator.html