May 2018
Beginner to intermediate
452 pages
11h 26m
English
Now that our menu class is defined, our Application object needs to create an instance and add it into the main window. Before we can do that, we'll need to define some things that our MainMenu class needs.
Remember the following things from the previous section:
Let's define some things that our MainMenu class needs.
Open application.py and let's start adding code just before the creation of self.recordform:
self.settings = { 'autofill date': ...