Re: Wallpaper idea

2021-09-22 Thread Albert Astals Cid
El diumenge, 19 de setembre de 2021, a les 2:02:20 (CEST), oldschoolcowboy va escriure: > I have an idea for a wallpaper plugin. I also have never done anything like > this. I have no idea where or how to start. Will someone be willing to point > me to a starting point so I can start learning?

Re: Project Submission

2021-09-22 Thread Farkas Máté
Alright then, I'll take your word and start thinking about how to rewrite it in QML and see how it goes :) Thanks a lot! Le mer. 22 sept. 2021 à 18:03, Aleix Pol a écrit : > Hi Farkas, > Integration is never a problem. QML is also written in C++. In fact, if > something is not possible to do w

Re: Project Submission

2021-09-22 Thread Aleix Pol
Hi Farkas, Integration is never a problem. QML is also written in C++. In fact, if something is not possible to do with QML we generally just add it. On the other hand it's harder to get C++ components to integrate visually without QML/QtQuick as we use the components transparently. Most of what y