status-qml/sandbox
Pascal Precht f3a6c9f4be feat(Controls): introduce StatusToolTip component
This moves the `StatusToolTip` component into `StatusQ` and applies some of
the changes done by @jrainville in https://github.com/status-im/status-desktop/pull/2447.

Usage:

```
import StatusQ.Controls 0.1

Button {
    text: "Hover me!"
    StatusToolTip {
        visible: parent.hovered
        text: "Top"
        orientation: StatusToolTip.Orientation.Top // default: Top
    }
}
```

Closes #14
2021-05-07 13:06:43 +02:00
..
Controls.qml feat(Controls): introduce StatusToolTip component 2021-05-07 13:06:43 +02:00
Icons.qml feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
Others.qml feat(Components): introduce StatusBadge component 2021-05-07 12:51:09 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
handler.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.qml feat(Core.Controls): introduce StatusIconTabButton component 2021-05-07 12:56:52 +02:00
qml.qrc feat(Core.Controls): introduce StatusIconTabButton component 2021-05-07 12:56:52 +02:00
sandbox.pro feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
sandboxapp.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
sandboxapp.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00