This is identical to Appframework.ConfigDialog except adds platform
check for localhost jobs
|
|
__init__(self,
*args,
**kwargs)
Adds a validate_platforms property that indicates whether the
platform should be validated if it is localhost |
|
|
|
|
|
|
bool
|
validate(self)
Performs localhost validate if requested and then calls the parent
class validation method |
|
|
|
Inherited from ui.qt.appframework.ConfigDialog:
activate,
applySettings,
cpus3Edited,
currentHost,
getHosts,
getSettings,
getTotalOpenMPCPUs,
savePressed,
setupHostCombo,
setupHostLayout,
showHelp,
startPressed,
updateOpenMPInfo,
updateOpenMPLabel,
updateQueueResources,
validateAndAccept,
validateNumCpus,
validateNumGpus,
validateNumOpenMP,
validateNumProcs,
warning
|