Thank you, Mike -- that is helpful.
On Mon, Oct 2, 2023 at 3:07 PM Mike Trahearn wrote:
> You may wish to take a look at the original drawing code for inspiration.
> Obviously to replicate this with "modern" components would take a little
> thought but certainly not out of reach.
>
>
> https://c
You may wish to take a look at the original drawing code for inspiration.
Obviously to replicate this with "modern" components would take a little
thought but certainly not out of reach.
https://code.qt.io/cgit/qt/qtquickcontrols.git/tree/src/controls/Styles/Base/StatusIndicatorStyle.qml
Most o
Hi Glen,
The old Status indicator had a Qt Quick Controls v 1 dependency which of course
is now deprecated so this could be a reason why it didn't "make the leap".
I had some trouble a few years ago with it when doing some iOS porting with
regards to that older dependency.
Seeing as it is a vi
The "LED" StatusIndicator (from QtQuick.Extras) didn't make the leap to
Qt6, oh well.
I'm sure it's not _too_ involved to implement some of those visual effects
in Qt6 -- the ones that make it look more 3-dimensional and whatever
dithering effect there might have been too.
Could someone please gi