Skip to main content

Custom PySide6 UI widgets for Python applications

Project description

plwidgets

plwidgets is a custom widget library built on top of PySide6, offering modern UI components like sliders, toggles, progress indicators, and more — designed to give your PyQt/PySide apps a polished look.


🖼 UI Preview

Demo interface


📦 Installation

This package is not yet available on PyPI. You can clone this repository and add it to your PYTHONPATH manually.

Note: You must have PySide6 installed. If not:

pip install PySide6

🧩 Available Widgets

Widget Description
PlCheckBox Custom checkbox with styling.
PlCheckButtonGroup Group of toggle buttons (single or multi-select).
PlComboBox Styled dropdown selector.
PlDialog Base dialog window container.
PlFlag Titled content container with a styled header.
PlFormWidget Labeled horizontal layout for form elements.
PlLineEdit Styled single-line text input.
PlLoadingIndicator Animated loading spinner.
PlOverlayDialog Modal overlay popup with blur or dimming.
PlProgressCircle Circular progress indicator with text.
PlPushButton Custom push button with hover and press effects.
PlRoundCheckButton Rounded toggle button (styled checkbox).
PlSearchBar Input with icon for search actions.
PlSlider Custom horizontal slider.
PlTabWidget Custom tab navigation with painted tabs.

🧪 Quick Example

from PySide6 import QtWidgets
from plwidgets import PlWidgets

app = QtWidgets.QApplication([])

window = PlWidgets.PlDialog()
layout = QtWidgets.QVBoxLayout(window)

slider = PlWidgets.PLSlider()
slider.enableStep(10)

toggle = PlWidgets.PlCheckBox()
toggle.setChecked(True)

layout.addWidget(slider)
layout.addWidget(toggle)

window.show()
app.exec()

🎨 Styling with QSS

All widgets support custom styles using Qt Style Sheets (QSS):

PLSlider {
    background-color: #cccccc;
    thumb-color: #3498db;
}

PlCheckBox {
    handle-color: #ffffff;
    background-color: #888888;
}

📚 API Reference

See the docs (WIP!) for detailed information on each widget.


📄 License

MIT License © Pierre-Lou Guilloré

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

plwidgets-0.1.0.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

plwidgets-0.1.0-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

Details for the file plwidgets-0.1.0.tar.gz.

File metadata

  • Download URL: plwidgets-0.1.0.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.0

File hashes

Hashes for plwidgets-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0ccdb02e5d266d766aa37b1cf01f990038ba905e68dd626abe2b351f25b5c753
MD5 1e4ba4645ef36217527b4219a9b2ac2a
BLAKE2b-256 67fe005907e0c3cb50c0ac04a19b2de1a27ab6a035c84bcc5c951766967ab1d5

See more details on using hashes here.

File details

Details for the file plwidgets-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: plwidgets-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.0

File hashes

Hashes for plwidgets-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e307481931e2f5e17f89570c32606c1425fb69d1d08c19f105e89176d29270b9
MD5 3637f638d549cfcbccca54dfd838c6bf
BLAKE2b-256 550deb23b8179a2e5d561c72848d4c385c9c120ad56b50a4afe1ecfc2c707d93

See more details on using hashes here.

Supported by

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