/qtpropertybrowser-2.5_1-opensource-for-qt5

qtpropertybrowser-2.5_1-opensource for qt5 vs2012 64bit

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Property Browser v2.5

A property browser framework enabling the user to edit a set of
properties.

The framework provides a browser widget that displays the given
properties with labels and corresponding editing widgets (e.g.
line edits or comboboxes). The various types of editing widgets
are provided by the framework's editor factories: For each
property type, the framework provides a property manager (e.g.
QtIntPropertyManager and QtStringPropertyManager) which can be
associated with the preferred editor factory (e.g.
QtSpinBoxFactory and QtLineEditFactory). The framework also
provides a variant based property type with corresponding variant
manager and factory. Finally, the framework provides three
ready-made implementations of the browser widget:
QtTreePropertyBrowser, QtButtonPropertyBrowser and
QtGroupBoxPropertyBrowser.


i have configure the "simple" project fot qt5

how to configure it for qt5 see http://blog.csdn.net/trustguan/article/details/47004759