I use Launchpad Theme, and need to display label showing when the 3D scene data has been created, on scene view,
just leftside to top-right 3 on-screen widgets, like: "Date of photo: 9.7.2020".
This is fixed text string to be taken from json config.
The need is very very simple, yet... I don't know how to do it. Since I don't need the whole widget functionality, Only automatically show some fixed text from when the application starts.
I think the right way is to create a custom widget, that like Coordinate widget will display text on screen, but -
1. Coordinate is a huge widget and I need to dig in it and create a very tiny one.