Conversation
Added page with photo card component Modified form gallery editor
Added larger cards for gallery page
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
|
|
||
| // the footer of the card | ||
| // contains the text to display over the blurred part of the image | ||
| FastBlur { |
There was a problem hiding this comment.
As this is a new code let's move away from deprecated modules to something new. You'll be the guinea pig, but let's try to use MultiEffect.
Some more info here: Qt5Compat module
There was a problem hiding this comment.
I tried to implement the MultiEffect footer, but there seems to be a problem with how it handles the bottom margins

I tried to find some solutions https://forum.qt.io/topic/145956/rounded-image-in-qt6/6. but they did not work as previously
I would keep the state as it is, blured area size flexible and padding, text size fixed... the differences will be probably minimal and the text will fill out the spare space if necessary |
| ***************************************************************************/ | ||
| import QtQuick | ||
| import QtQuick.Controls | ||
| import Qt5Compat.GraphicalEffects |
There was a problem hiding this comment.
We do not use anything from Qt5Compat, right?
There was a problem hiding this comment.
Initially, I used the OpacityMask and the FastBlur. Then, Matej suggested using MultiEffects, which worked but there is one issue I didn't solve (check the first commentary)
Added size property Modified text padding to adapt to the size Added photo card in gallery that adapts to the width
📦 Build Artifacts Ready
|
I created a new component called 'Photo card' which will be used instead of MMPhoto in the Form Gallery editor.
This component has the following configurable properties:
Here are some visuals:
ScreenRecording_02-12-2026.15-12-09_1.mov
And the gallery photo page:
