Trees | Index | Help |
---|
Package XSLForms :: Package Resources :: Module PyQtResources :: Class XSLFormsResource |
|
CommonResource
--+ |PyQtCommonResource
--+ | XSLFormsResource
An XSLForms resource for use with PyQt.
Method Summary | |
---|---|
__init__(self,
design_identifier)
| |
Return a DOM-style document retrieved using the given 'document_identifier'. | |
prepare_widget(self,
design_identifier,
widget_identifier,
parent)
| |
request_refresh(self,
*kw,
**args)
| |
Inherited from PyQtCommonResource | |
| |
Populate the given 'field' using a list of DOM 'elements'. | |
| |
Empty the given collection 'field'. | |
Inherited from CommonResource | |
Prepare a document using the given 'document_identifier'. |
Class Variable Summary | |
---|---|
dict |
widget_resources = {}
|
Inherited from PyQtCommonResource | |
dict |
design_resources = {}
|
Inherited from CommonResource | |
dict |
document_resources = {}
|
NoneType |
resource_dir = None |
Method Details |
---|
get_document(self, document_identifier)Return a DOM-style document retrieved using the given 'document_identifier'. Each implementation is free to choose its own DOM library.
|
Class Variable Details |
---|
widget_resources
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Mar 1 00:46:44 2007 | http://epydoc.sf.net |