A widget dedicated view/edit the properties of any QObject.
Example:
from qarbon.external.qt import QtGui
from qarbon.qt.gui.application import Application
from qarbon.qt.gui.propertyeditor import PropertyEditor
app = Application()
inspector = PropertyEditor(qobject=None)
# watch myself... weard
inspector.setQObject(inspector)
inspector.show()
app.exec_()
Classes
| PropertyEditor | A widget dedicated view/edit the properties of any QObject. |
Bases: PyQt4.QtGui.QWidget
A widget dedicated view/edit the properties of any QObject.