PyQt5學習筆記----標準檔案開啟儲存框QFileDialog
阿新 • • 發佈:2018-11-10
-
單個檔案開啟 QFileDialog.getOpenFileName()
多個檔案開啟 QFileDialog.getOpenFileNames() -
資料夾選取 QFileDialog.getExistingDirectory()
-
檔案儲存 QFileDialog.getSaveFileName()
-
1 from PyQt5 import QtWidgets 2 from PyQt5.QtWidgets import QFileDialog 3 4 class
轉載---------------------
作者:翻滾吧挨踢男
來源:CSDN
原文:https://blog.csdn.net/a359680405/article/details/45166271
版權宣告:本文為博主原創文章,轉載請附上博文連結!