nextpnr/3rdparty/QtPropertyBrowser
2023-03-16 13:37:23 +01:00
..
cmake Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
doc/images Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
examples Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
src Fixed warnings in QtPropertyBrowser component 2021-05-31 16:48:25 +02:00
.gitignore put some files back and place generated files in special folder for deps 2018-06-20 16:23:07 +02:00
CMakeLists.txt Remove anoying warning from cmake 2023-03-16 13:37:23 +01:00
README.md Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00

Qt Solutions Component: Property Browser

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.

Original source code is archived at https://qt.gitorious.org/qt-solutions/qt-solutions This fork adds CMake and Qt5 support