Added
- Support for ComboBoxes (using QComboBox)
- Splash Screen (using QSplashScreen)
- auto decorator syntax
- "with" context manager syntax
- removed all widget-generating functions, all widgets are now classes
- widgets can be specified with just the class, a widget with a default name
will be allocated.
Changed
- "dropped" signal for list boxes (QListBox) renamed to "drop"