import FreeCAD as App import FreeCADGui as Gui from PySide2 import QtCore class time(): def __init__(self): self.timer = QtCore.QTimer() ...
確定! 回上一頁