Re: [Development] Qt Examples need to be self-contained

2024-03-08 Thread Richard Gustavsen via Development
I would argue that putting actually shared resources into such libraries is a good idea Looking at https://code.qt.io/cgit/qt/qtdeclarative.git/tree/examples/quick/shared, it mostly contains QML controls, like Slider.qml and TextField.qml. The examples using those components should really be

Re: [Development] Qt Examples need to be self-contained

2024-03-07 Thread Fabian Kosmale via Development
-development Betreff: [Development] Qt Examples need to be self-contained Hi, We have quite a few Qt examples and tutorials that share assets (images, sources, ...) via relative paths in the file system. That is, there's often a 'shared' directory that multiple examples use by relative paths (see e.g

[Development] Qt Examples need to be self-contained

2024-03-07 Thread Kai Köhne via Development
Hi, We have quite a few Qt examples and tutorials that share assets (images, sources, ...) via relative paths in the file system. That is, there's often a 'shared' directory that multiple examples use by relative paths (see e.g.