Skip to content

qml: add and use themed tooltip

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-themedtooltip into master

The current usages of Qt Quick ToolTip are not unified and some do not adhere to the theme. This MR adds ToolTipExt.qml, which is used in places where customized tooltip need to be used.

Merge request reports