You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This repo contains a library of [custom Python Qt5 widgets](https://www.learnpyq
9
9
|<br>**Graphical Equalizer**<br>Visualize audio frequency changes with configurable styles and decay<br>`from qtwidgets import EqualizerBar`<br>[Documentation](https://www.learnpyqt.com/widgets/equalizerbar/)|<br>**Power Bar**<br>Rotary control with amplitude display<br>`from qtwidgets import PowerBar`<br>[Documentation](https://www.learnpyqt.com/courses/custom-widgets/creating-your-own-custom-widgets/)|
10
10
|<br>**Palette**<br>Select colours from a configurable linear or grid palette.<br>`from qtwidgets import PaletteHorizontal`<br>`from qtwidgets import PaletteGrid`<br>[Documentation](https://www.learnpyqt.com/widgets/palette/)|<br>**Linear Gradient Editor**<br>Design custom linear gradients with multiple stops and colours.<br>`from qtwidgets import Gradient`<br>[Documentation](https://www.learnpyqt.com/widgets/gradient/)|
11
11
|**Color Button**<br>Simple button that displays and selects colours.<br>`from qtwidgets import ColorButton`|**Paint**<br>Draw pictures with a custom bitmap canvas, with colour and pen control.<br>`from qtwidgets import Paint`|
12
-
|**Password Edit**<br>A password line editor with toggleable visibility action.<br>`from qtwidgets import PasswordEdit`|<br>Replace checkbox with this handy toggle, with optional animations.|
12
+
|**Password Edit**<br>A password line editor with toggleable visibility action.<br>`from qtwidgets import PasswordEdit`|<br>Replace checkboxes with this handy toggle widget, with custom colors and optional animations<br>`from qtwidgets import Toggle`<br>`from qtwidgets import AnimatedToggle`|
13
13
14
14
For a more detailed introduction to each widget and a walkthrough of their APIs
15
15
see [the custom widget library on LearnPyQt](https://www.learnpyqt.com/widgets/).
0 commit comments