Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 398 Bytes

QtPropertyBrowser

A Qt5 compatible fork of QtPropertyBrowser from QtSolutions.

https://doc.qt.io/archives/qq/qq18-propertybrowser.html

Changes made:

  • Added CMake build files
  • Added FilePath property type
  • Fixed several code pieces to compile with Qt5

How to use it?

Check out examples/simple/main.cpp

How to add a custom property type?

Check out doc/add_new_property_type.diff