该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
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:**数据库连接工具包

      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

空文件

简介

此仓库为MESFLCB项目的PyQT部分,使用python编写,在PyCharm上调试,创建于2025年一月一日。 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化