Re: [Development] QFileSystemWatcher and Recursive Monitoring

2025-03-12 Thread logic.cpp
Hah 13 years later 😆 QFSW should probably just do what this codebase does: https://github.com/emcrisostomo/fswatch -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Why does QQuickImageProvider not support SVG images?

2025-03-12 Thread Schimkowitsch Robert
Hi, I immediately jumped on the brand-new VectorImage, and quickly found, to my disappointment, that I cannot use it, because I am missing an important piece. How am I supposed to pass a memory-generated SVG via URL? Normally, I would do that via QQuickImageProvider, but it seems someone forgot