Skip to content

Instantly share code, notes, and snippets.

@hakunamta00700
hakunamta00700 / qround_progress_bar.py
Created November 21, 2018 01:36
Round Progress Bar in PyQt
# original source : https://stackoverflow.com/questions/33577068/any-pyqt-circular-progress-bar
# but it was pyqt4
# I modified it for PyQt5
from PyQt5 import QtCore, QtGui, Qt, QtWidgets
import sys
class QRoundProgressBar(QtWidgets.QWidget):
StyleDonut = 1
StylePie = 2
@metaphox
metaphox / QtPlayer.py
Last active June 17, 2023 19:21
probing frame number
#!/usr/bin/env python
#############################################################################
##
## Copyright (C) 2013 Riverbank Computing Limited.
## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
## All rights reserved.
##
## This file is part of the examples of PyQt.