May 2019
Intermediate to advanced
542 pages
13h 37m
English
Our form is going to require some nested layouts to get everything into position. Let's break down our proposed design and determine how to create this layout:
We'll begin by creating the main layout and adding in the calendar:
main_layout = qtw.QHBoxLayout() self.setLayout(main_layout) main_layout.addWidget(self.calendar)
We want the calendar widget to fill any extra ...
Read now
Unlock full access