Welcome to qt-handy’s documentation!

Introduction

Qt Handy is a collection of Qt utilities and event filters. The implementation is based on QtPy so it’s both compatible with PyQt5 and PySide2. Licensed under the MIT.

Usage

Installation

Using pip:

pip install qt-handy

Example

from qthandy import underline, bold, vbox, btn_popup_menu, ask_confirmation, flow
from qthandy.filter import InstantTooltipEventFilter

A to Z index