> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/devnotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/devnotes/misc/krita-and-qt/qtabletevent.md).

# QTabletEvent

### QTabletEvent unified pen data

Regardless of backend, Qt emits a QTabletEvent.

This unifies:

* Pressure
* Tilt
* Position
* Device type

The caller (such as Krita) does **not know** which API is being used.
