#QtQuick #Quickshell #Noctalia
https://github.com/noctalia-dev/noctalia-qs
Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States
@jloc0 @thesaigoneer @dobbie003
The new #mpd frontend is starting to take shape, however it is really still in the concept phase. Right now all the setup is done with #pyqt6 then it hands over to #quickshell via a Popen() call, where the pid is saved and everything dies (reasonably) gracefully on exit.
What needs to be done is the integration of the QML gui into the python scripts via QtQuick. That will really bring it out of concept and into development 🤓

Today I learned you can pass a property list to the QtQuick Component "createObject" thing and it's more efficient than setting them later as I have been doing because I didn't know and I'm used to VB.
See:
https://doc.qt.io/qt-6//qml-qtqml-component.html#createObject-method