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): |