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 (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.

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-1.0.7.tar.gz (34.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-1.0.7-py3-none-any.whl (44.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ezqt_widgets-1.0.7.tar.gz
  • Upload date:
  • Size: 34.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-1.0.7.tar.gz
Algorithm Hash digest
SHA256 b4c0fdf05a83f754a61447099439b14052b254a4e0927c797aa05719eb74ccd3
MD5 b382a4d9a4fd193841762804cc79205f
BLAKE2b-256 50cc0e9f63d01e7d86c86393db7561248d31b7bda000a9f55366ddc3615f4d2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ezqt_widgets-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 44.9 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-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 aaa692a7d0f11d3673b6f6998db61fed8cad3a644fc44c13a95a3361392d11b0
MD5 73f2b7376ba50ad6314fe1cf24397eff
BLAKE2b-256 877ddd3932345b1d747a7f8cada2c4a1e4194f30ff19571dd33f140a226845db

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