Rename screenshots consistently.

This commit is contained in:
Martin Fitzpatrick
2018-02-19 02:45:01 +01:00
parent a165bbcf28
commit d28e747616
3 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
A very simple notepad clone using the QTextEdit widget to handle more or less A very simple notepad clone using the QTextEdit widget to handle more or less
everything. Supports file loading, saving and printing. everything. Supports file loading, saving and printing.
![No2Pads](screenshot-notepad.png)
> If you think this example app is neat and want to learn more about > If you think this example app is neat and want to learn more about
PyQt in general, [take a look at my ebook & online course PyQt in general, [take a look at my ebook & online course
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications) "Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)

View File

@@ -8,14 +8,14 @@ few additions (and subtractions). The programme features standard
tools including pen, brush, fill, spray can, eraser, text and a number of tools including pen, brush, fill, spray can, eraser, text and a number of
shapes. shapes.
![Piecasso](screenshot-paint2.png) ![Piecasso](screenshot-paint1.png)
You can copy from the image, with a custom shape, You can copy from the image, with a custom shape,
although pasting + floating is not supported. The canvas is a fixed size although pasting + floating is not supported. The canvas is a fixed size
and loaded images are adjusted to fit. A stamp tool is also included and loaded images are adjusted to fit. A stamp tool is also included
which is pre-loaded with pictures of delicious pie. which is pre-loaded with pictures of delicious pie.
![Piecasso](screenshot-paint.png) ![Piecasso](screenshot-paint2.png)
> If you think this example app is neat and want to learn more about > If you think this example app is neat and want to learn more about
PyQt in general, [take a look at my ebook & online course PyQt in general, [take a look at my ebook & online course

View File

@@ -5,7 +5,7 @@ The classic card Solitaire (Klondike) game with a North Korean /
offering the same options. Built with PyQt, it uses QGraphicsScene offering the same options. Built with PyQt, it uses QGraphicsScene
to handle the play area. to handle the play area.
![Ronery](screenshot-solitaire.png) ![Ronery](screenshot-solitaire1.png)
The classic Solitaire win-screen is also implemented, although since The classic Solitaire win-screen is also implemented, although since
the play canvas is not a bitmap it doesn't "fill up". It's still the play canvas is not a bitmap it doesn't "fill up". It's still