__init__(self,
parent,
title='
' ,
jobname='
' ,
checkcommand=None,
**kw)
(Constructor)
|
|
See class docstring. Raises an Exception if the disposition specified
as the default is not recognized.
If pre_close_command is specified, it will be run when the user
presses the Start button. The dialog is only closed if that function
returns 0.
- Parameters:
use_rest - specifies whether this is a FEP/REST job or not. FEP/REST jobs
may run on multiple GPUs, otherwise, GPUs are limited to 1
- Overrides:
ui.qt.appframework.ConfigDialog.__init__
- (inherited documentation)
|