# MESFLCB PyQT **Repository Path**: mesflcb/mesflcb_-py-qt ## Basic Information - **Project Name**: MESFLCB PyQT - **Description**: 此仓库为MESFLCB项目的PyQT部分,使用python编写,在PyCharm上调试,创建于2025年一月一日。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-01 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome **Description:** - **README.md:** Description of the project. - **requirements.txt:** List of Python dependencies required for the project. - **main.py:** Entry point of the application. - **ui/:** Directory containing UI-related files. - **MapL1.ui:** Main window layout file. - Other UI-related files. - **src/:** Source code directory. - **qss/:** Directory for Qt Style Sheets (QSS) and icons. - **scss/:** SCSS files for styling. - **icons/:** Icon images. - **logs/:** Directory for log files. - **custom_widgets.log:** Log file. - **json_styles/:** Directory for JSON style files. - **style.json:** Example JSON style file. - **generated-files/:** Directory for files auto-generated by the custom widgets module. - Example generated files include **UI's** and **JSon** files - **util/:**工具包 - **dbutil:**数据库连接工具包 ```python con=Connection( host="", #主机名 port=3306, #端口 user="", #账号 password="", #密码 database="mesflcb", #数据库 autocommit=True #设置自动提交 ) ``` - **Dao/:** - **RemarkDao:**评论数据数据访问对象 This structure allows for automatic conversion of UI files to Python code and placement within the src folder, simplifying the development process for users. For more, visit https://github.com/KhamisiKibet/QT-PyQt-PySide-Custom-Widgets