| Trees | Indices | Help |
|
|---|
|
|
PyQt4.QtGui.QLineEdit --+
|
ui.qt.swidgets.SLineEdit --+
|
ui.qt.swidgets.SLabeledEdit --+
|
KeywordEdit
A swidgets.SLabeledEdit for displaying, editing and retrieving Jaguar keywords.
|
|||
|
|||
| str |
|
||
| dict |
|
||
|
|||
| True or (False, str) |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a KeywordEdit instance. Any unrecognized keyword arguments are passed to the SLabeledEdit class
|
Return the keyword string in the QLineEdit
|
Return a dictionary whose keys are keywords and values are keyword values
|
Set the text of the KeywordEdit
|
Validate the contents to ensure they are valid Jaguar keywords. The return value of this is compatible with appframework2 validation methods - i.e. an af2 validation method can just call: return self.keyword_le.validateKeywords()
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:41 2015 | http://epydoc.sourceforge.net |