PCBbrd.py 文件源码

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

项目:FreeCAD-PCB 作者: marmni 项目源码 文件源码
def open(filename):
    ''' '''
    kursor = QtGui.QCursor()
    kursor.setShape(QtCore.Qt.ArrowCursor)
    QtGui.QApplication.setOverrideCursor(kursor)

    wersjaFormatu = wersjaFormatuF(filename)
    if wersjaFormatu[0]:
        FreeCAD.Console.PrintMessage("The file was created in {0}.\n".format(wersjaFormatu[1]))
        importBRD(filename, wersjaFormatu[0])
    else:
        FreeCAD.Console.PrintError("Incompatible file format.\n")

    QtGui.QApplication.restoreOverrideCursor()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号