Skip to content

New elementRect property/absolute paths

Marco Martin requested to merge work/mart/absolutePathThemes into master

Support absolute paths in theme base paths

A new notifying property called elementRect which is the rect of either the whole svg document or the rect of the selected id.

using the elementRect function from qml is extremely error prone, as it doesn't work with property binfings. This makes using that element rectangle from qml much more reliable

Merge request reports