每個widget 可有其所屬的parent ( 預設參數parent=None ) ... QtGui import QIcon; class Example(QWidget):; def __init__(self, parent = None): ...
確定! 回上一頁