Skip to content

Commit 7317f89

Browse files
committed
...
1 parent 22d112f commit 7317f89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This repo is a little collection of custom Python Qt5 widgets I've built myself.
1212
4. **Paint** — a scribble pad, left-click to draw, right-click to fill. The colours are customizable, try hooking it to the ColorButton or Palette.
1313
5. **Palette** — a [array of colours to choose from](https://www.learnpyqt.com/widgets/palette/), can be arranged horizontally, vertically or in a grid.
1414

15-
For explanations of the individual widgets and APIs see [the custom widget library on LearnPyQt](https://www.learnpyqt.com/widgets/).
16-
17-
**Licensed MIT/BSDv2** — feel free to use in your own projects.
15+
For a more detailed introduction to each widget and a walkthrough of their APIs
16+
see [the custom widget library on LearnPyQt](https://www.learnpyqt.com/widgets/).
1817

1918
More custom widgets will follow, *if you have ideas just let me know!*
19+
20+
**Licensed MIT/BSDv2** feel free to use in your own projects.

0 commit comments

Comments
 (0)