Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 318 Bytes

qmlseen

Mini tool to generate prerendered images from QML file.

Usage

Add property string fileName to items to be grabbed, and run:

$ qmlseen source.qml

See contrib/shadows.qml for example.

The root item must not be 0x0 size. Using Grid should be good for debugging.