Trees | Indices | Help |
|
---|
|
object --+ | ui.qt.pop_up_widgets._WidgetWithPopUpMixin --+ | PyQt4.QtGui.QLineEdit --+ | ui.qt.pop_up_widgets.LineEditWithPopUp --+ | BasisSelectorLineEdit
A line edit that can be used to select a basis set. A basis selector pop up will appear whenever this line edit has focus.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Specify whether a blank basis set is allowed or should result in an "Invalid basis set" warning and a red outline around the line edit.
|
Whenever the text in the line edit is changed, update the pop up and the red error outline
|
If the user has specified an invalid basis set, draw a red outline around the line edit. If the user has specified a valid basis set, set the outline back to normal. |
Whenever the basis selected in the pop up is changed, update the line edit.
|
Set the structure to use for determining basis set information and availability
|
Set the atom number. The basis selector will now allow the user to select a basis set for the specified atom rather than for the entire structure. Note that this function will clear any per-atom basis sets that have been set via setPerAtom.
|
Set the atom number. The basis selector will now allow the user to select a basis set for the specified atom rather than for the entire structure. Note that this function will clear any per-atom basis sets that have been set via setPerAtom.
|
Set the basis to the requested value.
|
Return True if a basis set has been specified. False otherwise. |
Return True if a basis set has been specified and the basis set applies to the current structure. False otherwise. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:34 2015 | http://epydoc.sourceforge.net |