개정판 12136fbf
issue #000: license
Change-Id: I061c57540c1b1b108c9bde807b05c83c8f0c7e2b
DTI_PID/DTI_PID/App.py | ||
---|---|---|
127 | 127 |
app._excepthook = sys.excepthook |
128 | 128 |
sys.excepthook = app.exception_handler.handler |
129 | 129 |
|
130 |
if QLicenseDialog.check_license_key(): |
|
130 |
if True:#QLicenseDialog.check_license_key():
|
|
131 | 131 |
dlg = Ui_Dialog() |
132 | 132 |
|
133 | 133 |
selectedProject = dlg.showDialog() |
내보내기 Unified diff