> >I like this idea - though I still have my own opinions on the naming ;) . > >Does this mean that $module_name/examples would be split up? The bigger >'examples' becoming Qt Examples and moving to qtexamples and the smaller >ones >becoming snippets (but staying in $module_name/examples)? Who would be >making >this decision?
The folder structure should be similar to that, for now the examples therefore stay in the modules and their maintainer can request the qtexamples module maintainer (e.g. probably me) to move it, or move it themselves, because they are also approvers. The qtexamples module maintainer should then figure out if there are examples that are so similar in name/functionality that it might make sense to remove/refactor some of them. (example: there are 3 calculator examples in the source tree, one QML, one widgets and one Qt Designer. They all show something completely different in Qt, but in Creator it will show 3 calculator examples below each other, which might make it confusing for users to understand which one they should use). What this also means it that it is the maintainers responsibility for an example inside a module to show up in the documentation in qtdoc (if you would want the example to be visible in the documentation) Casper _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
