Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrbnlulu/customtooltipqml
Custom qml tooltip enspired by discord
https://github.com/nrbnlulu/customtooltipqml
Last synced: about 2 months ago
JSON representation
Custom qml tooltip enspired by discord
- Host: GitHub
- URL: https://github.com/nrbnlulu/customtooltipqml
- Owner: nrbnlulu
- License: mit
- Created: 2022-07-12T06:48:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T09:13:22.000Z (over 2 years ago)
- Last Synced: 2024-10-13T09:41:26.833Z (3 months ago)
- Language: QML
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Custom qml tooltip enspired by discord
![example](example.gif)### installation:
- create a fork
- clone
- install python poetry if you havent already
- cd into the cloned repo
- run:
```console
poetry install
poetry run python -m example.py
```