You can find one (or maybe more) PropertyEditor on QtApps.org

As for the object inspector it is simply a tree view showing object trees maintained by the meta object system.

These components are available in Qt Designer sources, but are fully independent from the QtDesigner application and can probably be made independent from the rest of Qt Designer core lib easily enough if you take some time to study the code.