Skip to content

Commit f5f7466

Browse files
Errata updated
1 parent 9aaddfe commit f5f7466

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Page 77: The section of code that describes the "on_category_change" method:
6767
* Line 3 reads, "dialog = CategoryWindow()", it should read, "self.dialog = CategoryWindow()"
6868
* Line 4 reads, "dialog.submitted.connect(self.add_category)", it should read, "self.dialog.submitted.connect(self.add_category)"
6969

70+
Page 418:
71+
* Here is the ```=__init__()``` method _should be_ Here is the ```__init__()``` method
72+
73+
Page 419:
74+
* The ```mousePressEvent())``` method is called _should be_ The ```mousePressEvent()``` method is called
75+
7076
### Related products
7177
* Qt5 Python GUI Programming Cookbook [[Packt]](https://www.packtpub.com/application-development/qt5-python-gui-programming-cookbook?utm_source=github&utm_medium=repository&utm_campaign=) [[Amazon]](https://www.amazon.com/dp/B079S4Q9T2)
7278

0 commit comments

Comments
 (0)