CxFreeze/CxfreezeExecDialog.py

changeset 107
ad65a49aa7f7
parent 106
3bd158b161f1
child 109
0d05668ee75a
equal deleted inserted replaced
106:3bd158b161f1 107:ad65a49aa7f7
28 import Preferences 28 import Preferences
29 29
30 30
31 class CxfreezeExecDialog(QDialog, Ui_CxfreezeExecDialog): 31 class CxfreezeExecDialog(QDialog, Ui_CxfreezeExecDialog):
32 """ 32 """
33 Module implementing a dialog to show the output of the cxfreeze process. 33 Class implementing a dialog to show the output of the cxfreeze process.
34 34
35 This class starts a QProcess and displays a dialog that 35 This class starts a QProcess and displays a dialog that
36 shows the output of the packager command process. 36 shows the output of the packager command process.
37 """ 37 """
38 def __init__(self, cmdname, parent=None): 38 def __init__(self, cmdname, parent=None):

eric ide

mercurial