Many PySide projects have a similiar directory structure.
Solved
Qt for Python
-
I found that many PySide projects have such a project directory structure. Is this manually created according to convention or is it laid out like this by default when creating a project?
https://github.com/ogkalu2/comic-translate/
app/ projects/ translations/ ui/ docs/ models/ modules/ tests/
-