April 2018
Beginner
238 pages
7h 13m
English
All of the individual widgets work the same:
In this example, we are using the Python convention of importing the entire library and calling it widgets. Then we use a specific widget type by referencing it via the dot notation. Each of the widget types has both common arguments and control-specific arguments to the constructor. The common arguments are elements such as description and disabled. The control-specific arguments are elements such as options for a radio button.