Add tooltips for the elements

Graphics / Wayland / Orbital - Giulio Camuffo [gmail.com] - 22 August 2013 11:27 UTC

Currently only Launcher and Logout use it.

9727524 Add tooltips for the elements
src/client/CMakeLists.txt | 3 +-
src/client/client.cpp | 1 +
src/client/element.cpp | 20 ++++--
src/client/element.h | 3 +-
src/client/elements/launcher/Launcher.qml | 13 ++++
src/client/elements/logout/Logout.qml | 49 +++++++++++---
src/client/resources.qrc | 1 +
src/client/tooltip.cpp | 99 +++++++++++++++++++++++++++++
src/client/tooltip.h | 53 +++++++++++++++
9 files changed, 227 insertions(+), 15 deletions(-)

Upstream: github.com


  • Share