# pyqt5 **Repository Path**: bleedingfight/pyqt5 ## Basic Information - **Project Name**: pyqt5 - **Description**: pyqt5相关介绍 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文件结构 ``` . ├── bibliography.bib:引用参考文献 ├── code:文件的代码部分 │   └── QThread │   ├── ex1.py │   └── ex2.py ├── content:文件的主$LaTeX$文件 │   ├── qthread.tex │   ├── qtimer.tex │   ├── qwidget.tex │   └── style.tex ├── figures:图像素材 │   └── Qthread1.png ├── images:封面,背景素材 │   ├── background.jpg │   ├── cover.jpg │   └── idea.pdf ├── main.pdf:输出的最终文件 ├── main.tex:主latex文件 ├── README.md:说明文件 ├── tstextbook.cls:风格定义文件 ├── tstextbook_se.cls:风格定义 └── xmls:图像的原始数据文件 ```