Skip to main content

circle-shaped color button

Project description

pyqt-color-button

Circle-shaped color button

Requirements

  • PyQt5 >= 5.8

Setup

python -m pip install pyqt-color-button

Class and Method Overview

Constructor - ColorButton(size=20, r=255, g=255, b=255)

You can make a new instance of ColorButton like below.

btn = ColorButton(size=40, r=0, g=0, b=0)

Size argument is value(px) of border-radius, color is value of background-color.

With setColor(rgb: tuple) or setColor(rgb: QColor), you can set the color after you made a new instance.

getColor() let you get the current color of the box.

There is colorChanged(QColor) signal to detect the color of box changed.

Preview

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqt-color-button-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

pyqt_color_button-0.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page