app.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:FitScan 作者: GunfighterJ 项目源码 文件源码
def __init__(self, parent=None):
        super(InstructionDialog, self).__init__(parent)
        self.setupUi(self)

        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap(":img/icon.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.setWindowIcon(icon)

        self.setWindowFlags(QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowTitleHint)

        self.pushButton_OK.clicked.connect(self.close)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号