QtCore import * from PyQt4.QtGui import * class EditEnvironmentDlg(QDialog): def __init__(self, parent=None): super(self.__class__, self).
確定! 回上一頁