Skip to content

Instantly share code, notes, and snippets.

View liujiacheng1009's full-sized avatar
🙃

liujiacheng1009

🙃
View GitHub Profile
# from: https://doc.qt.io/qt-5/qtcharts-nesteddonuts-example.html
import functools
import random
from PyQt5.QtChart import *
from PyQt5.QtGui import *
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
class Widget(QWidget):