Skip to content

gustavopedrosob/ExtraQWidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtraQWidgets

This is a collection of custom widgets for Qt/PySide6

Installation

pip install git+https://github.com/gustavopedrosob/ExtraQWidgets.git

Widgets

QActionMenuGroup

QActionMenuGroup

A menu which adds its actions on a QActionGroup automatically, making able to mark only one action per time on the menu.

QCheckBoxes

QCheckBoxes

A group of checkboxes that can be used to select a single option.

QCollapseGroup

QCollapseGroup

A group of collapsible widgets.

QColorButton

QColorButton

A color button.

QEmojiPicker

QEmojiPicker

An emoji picker.

QPassword

QPassword

A password input with a show/hide button.

QResponsiveTextEdit

QResponsiveTextEdit

A text edit that resizes its height based on its content.

QSingleSelectionList

QSingleSelectionList

An interactive list of items that can be moved to a selected list of items.

QThemeResponsiveAction

QThemeResponsiveAction-light QThemeResponsiveAction-dark

An action that changes its icon color when windows theme changes.

QThemeResponsiveButton

QThemeResponsiveButton-light QThemeResponsiveButton-dark

A button that changes its icon color when windows theme changes.