is there a sample example of an architecture for modular design of large projects in PyQt?

Excuse me, is there a sample example of an architecture for modular design of large projects in PyQt?

For example, Flutter has the following modular design scheme. Is there a similar sample scheme for PyQt that can be used for reference?

Hi @liaodalin19903 ,
Hmmmm… not sure but you can check official examples: PySide6-Examples · PyPI or just:

pip install PySide6-Examples

there are lot of different topic cover there