I just searched the web on how to animate a change in the Layout.preferredWidh / Layout.preferredHeight properties without finding anything useful. It’s not that hard but maybe could save some minutes to others, so here my solution: Behavior on Layout.preferredWidth { NumberAnimation { duration: 150; easing.type: Easing.InOutQuad } } Just add this behavior to your
Tag: qml
No OpenGL does not means no QT Quick 2
Recently I was asked to make a project work on a not-so-powerfull board based on the iMX6UL Processor. The board isn’t that bad, until you try to run a GUI on it. The UL version of the iMX6 has no support for OpenGL, no support for EGLFS. They tried to run chromium in kiosk mode,