Inspector widget

Inspector is used to inspect object properties like Delphi or VisualStudio.NET.

Features:

  • You can use any type for object attribute being inspected
  • Attributes can be grouped by sections for easy access
  • Displayed object properties are retrieved with data model

Data model interface:

getAttributes(self)

Return list of all attribute names

getSectionAttributes(self, section)

Return list of attribute names for section

getSections(self)

Return list of section names

getType(self, name)

Return attribute type. Attribute type must be registered in Inspector

getValue(self, name)

Return attribute value