Skip to main content

A collection of custom Qt widgets to enhance applications built with EzQt-App. This module provides advanced, reusable, and stylish graphical components, making it easier to develop modern and user-friendly interfaces.

Project description

EzQt-Widgets

Description

EzQt-Widgets is a collection of custom Qt widgets designed to enhance applications built with EzQt-App. This module provides advanced, reusable, and stylish graphical components, making it easier to develop modern and user-friendly interfaces.

Features

  • Ready-to-use custom widgets for PySide6/Qt applications
  • Consistent design and easy integration with EzQt-App projects
  • Modular and extensible components (buttons, labels, loaders, etc.)
  • Facilitates the creation of modern, ergonomic UIs

Installation

Install via pip (recommended):

pip install ezqt_widgets

Or install locally:

git clone https://github.com/neuraaak/ezqt_widgets.git
cd ezqt_widgets
pip install .

Dependencies

  • PySide6 >= 6.9.1 (installed automatically)
  • Compatible with Python 3.9 to 3.12

Usage Example

from ezqt_widgets.widgets.extended.icon_button import IconButton
from PySide6.QtWidgets import QApplication, QMainWindow

app = QApplication([])
window = QMainWindow()

# Example: Add a custom IconButton to your window
icon_button = IconButton(icon_path="path/to/icon.png", text="Click Me")
window.setCentralWidget(icon_button)

window.show()
app.exec()

Integration with EzQt-App

EzQt-Widgets is designed to be seamlessly integrated into any EzQt-App project. Simply import the desired widgets and use them as you would with standard Qt widgets.

Styling

For consistent styling across your application, refer to the STYLE_GUIDE.md file. This guide provides QSS (Qt Style Sheets) examples and best practices for all custom widgets in this library.

Changelog

Version 2.0.0

  • Major Update: Upgraded to PySide6 6.9.1+
  • Improved Stability: Better memory management and crash fixes
  • Enhanced Typing: Improved type annotations and IDE support
  • Platform Support: Extended platform compatibility
  • Development Status: Moved from Alpha to Beta

Migration from 1.x

This is a major version update that requires PySide6 6.9.1 or higher. Most existing code should work without changes, but we recommend testing your applications thoroughly.

License

MIT License

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

ezqt_widgets-2.0.0.tar.gz (41.0 kB view details)

Uploaded Source

Built Distribution

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

ezqt_widgets-2.0.0-py3-none-any.whl (51.4 kB view details)

Uploaded Python 3

File details

Details for the file ezqt_widgets-2.0.0.tar.gz.

File metadata

  • Download URL: ezqt_widgets-2.0.0.tar.gz
  • Upload date:
  • Size: 41.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.3

File hashes

Hashes for ezqt_widgets-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a5d93083e4a05221351bc3c3468dbe0c87b7b8b67a0c0b7626eaf8a88dcea2dc
MD5 f87437d1aab1e35f557923ccc7c5e7a8
BLAKE2b-256 aea41c25e02e149f4a8dccf8fa94ec0282c6c6b1335b5c1f8bf78af8cd12fa1c

See more details on using hashes here.

File details

Details for the file ezqt_widgets-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: ezqt_widgets-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 51.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.3

File hashes

Hashes for ezqt_widgets-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2b37a57cdc1ed4c189d4f429bb2d5766759ffe6add19087e7ba95e5d27ccc58f
MD5 2fcd2ab37a2111badcdf062cce8052a2
BLAKE2b-256 dc00db4e85c9c497e7ea945affae091e0123e47316d6b25e27ecb47419748ee0

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