May 2019
Intermediate to advanced
542 pages
13h 37m
English
The last feature we want in our application is the ability to add new categories to our combo box. The basic workflow we need to implement is this:
Let's start by implementing our pop-up form. This will be just like the form example we went through earlier in this chapter, and it looks like this:
class CategoryWindow(qtw.QWidget): submitted ...
Read now
Unlock full access