QComponents ----------- This module provides all quasar-components auto-wrapped to python. Properties are available in the constructor and via Python properties. Slots are available as python properties starting with `slot_`. You can register callbacks to events by calling `comp.on_[eventname](callback)`. .. automodule:: ngapp.components.qcomponents :members: :show-inheritance: