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.
path = str(QtGui.QFileDialog.getExistingDirectory(self, "Select Directory "))
ファイル形式の見方directorydialog
directorydialog
file = str(QtGui.QFileDialog.getOpenFileName(self, "Select File", "", "*.png *.jpg")) print file
pngこれにより、ファイルのみが一覧表示さjpgれます。一覧表示するファイル拡張子を入力します。
png
jpg