qtgui/ ├── interpreter/ # Python 环境配置 │ ├── .env_qt_python/ # Python 虚拟环境 │ ├── requirements.txt # Python 依赖列表 │ └── README.md # Python 环境设置指南 ├── src/ # MoonBit 源代码 ...
The utils are simply a collection of various helpful Qt-Classes. Whats special about this project is the way they are organized: Every part of thus library has it's own branch. All those branches are ...