Rename screenshots consistently.
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
> 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)
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> 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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user