| Age | Commit message (Collapse) | Author |
|
https://stackoverflow.com/questions/70809206/color-overlay-an-image-in-qml-qt6#77060406
Even though the answer is not checked, but the Qt6.8 works, and after
following the suggestion in its comment about brightness.
The MultiEffect needs to be put outside of the Image when they're on a
Button. Having MultiEffect as the Image layer's effect only works when
it's not on a Button.
|
|
https://darapsa.org/qessenger.git/commit/?id=5f777bca13beadd0a56d2264225b0c09e49541a2
The mask Rectangle needs to be put outside of the MultiEffect,
and referred to by the Rectangle's ID.
It wouldn't work if it's put directly on MultiEffect's maskSource.
https://forum.qt.io/topic/145956/rounded-image-in-qt6
Enabling layer and invisibility on the mask rectangle are a must.
Take notice on what Jacoco wrote about jagged edges at the end of the
thread. Will test that later.
|
|
Still using the graphical effects compatibility for now.
|
|
|
|
Providing the alias to title instead, in the hopes that Bootstrap.heading can be overridden in the implementation QML file, would lead to
"Attached properties cannot be used here"
|
|
Instead, it's determined by its contents.
|
|
In case the app is not ready yet to implement the course duration or the
number of lectures this can be used to set to set its visible to false,
in order to hide it.
|
|
In case the app is not ready yet to implement ratings, this can be used
to set its visible to false, in order to hide it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|