Last indexation completed on 2024-05-05 06:03:33 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:40:41  
folder propertywidgets/ - 2024-02-11 01:40:41

This folder contains the implementations for the "edit a property with a slider-style" widgets which show up when you move the cursor over certain properties in a QML document. When creating a new widget, you MUST: * create a new QML file in this folder, named like whatever you want * add that file with the property name you want to support to propertypreviewwidget.cpp::constructIfPossible (it's okay to redirect multiple properties to the same file) * implement the widget in QML, where you MUST - add a "property string value" property to your root widget, which will be set to the value the widget should start with during initialization (but after the component completes loading, so you have to listen for changes on it) ...


SEE ALSO: README

file propertypreviewwidget.cpp 7703 bytes 2024-02-11 01:40:41 2024-05-05 04:40:45  
file propertypreviewwidget.h 3760 bytes 2024-02-11 01:40:41 2024-05-05 04:40:46