Last active
December 28, 2017 07:20
-
-
Save seozed/03b8caf074ab65edb3a2af50bc31726d to your computer and use it in GitHub Desktop.
PYQT示例
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from PyQt5 import QtCore, QtGui, QtWidgets | |
from PyQt5.QtWidgets import * | |
# 打开文件对话框, | |
filename, filetype = QFileDialog.getOpenFileName(None, '选择文件', "", filter="txt (*.txt)") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment