Skip to content

PyQt5/PyQtClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f86e4e5 · Sep 1, 2022
Jan 26, 2019
Mar 5, 2022
Aug 31, 2022
Sep 1, 2022
Feb 2, 2019
Mar 4, 2022
Mar 4, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Nov 16, 2019
Feb 1, 2019
Aug 4, 2022
Mar 4, 2022
Apr 2, 2019
Aug 4, 2022

Repository files navigation

PyQtClient

PyQt Examples Client For https://github.com/PyQt5/PyQt

It requires both Python35+ and PyQt5 and QtWebKit.

需要 Python35+ PyQt5 和 QtWebKit

Installing

install requirements

pip install requests
pip install pygit2==0.27.2
pip install PyQt5 -U
pip install PyQt3D -U
pip install PyQtChart -U
pip install PyQtDataVisualization -U
pip install PyQtPurchasing -U

For Windows

pip install PyQtWebKit -U

For RHEL_7_6-X86_64

  1. Install Python35+
  2. Install Qt5.13.1 to ~/Qt5.13.1
  3. clone https://github.com/PyQt5/PyQtWebKit and run ./build.sh

Todo

Replace QtWebKit to QtWebEngine

Notice

第一次运行很慢(因为在clone例子源码)

If the first boot is slow

1. git clone https://github.com/PyQt5/PyQt.git
2. move PyQt to PyQtClient\Resources\Data\Projects
3. start PyQtClient

ScreenShot

PyQtClient