A single line of widgets that displays the currently chosen solvent
and a button that will open a dialog allowing a new solvent model/solvent
choice. Tracks the necessary Jaguar keywords to implement the user's
choice.
|
__init__(self,
parent=None,
layout=None,
keywords=None,
**extra_args)
Create a CompactSolventSelector object |
|
|
|
chooseSolvent(self)
Open a dialog that lets the user choose solvent parameters (model,
solvent, solvent properties) and store the choices |
|
|
|
|
bool
|
|
str
|
|
str
|
getKeystring(self)
Get a string containing all the keywords specified by the user's
choices |
|
|
|
reset(self)
Reset all the widgets to their original values |
|
|