There are currently varying settings and times for QML tooltips, so we need to make them consistent.
Using QML tooltips as an attached property is discouraged as they cannot inherit the default settings and times.
This is what we should use:
QQC2.ToolTip { ... }