home.social

#qtquick — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #qtquick, aggregated by home.social.

  1. Oddly pairing Microbe C++ with #gtk (gtk4) directly produces far better cross-platform results than either #vala #mono or C++ with #Qt and does so while producing tiny executables. Of course, the idea of doing any desktop applications while #blind is rather amusing, too.

    Something like Microbe might pair very well with #LVGL too, producing an embedded ui environment potentially cleaner than #QtQuick for most use cases while having far less execution overhead.

  2. I think I figured out how to modify LayerShellQt panels at runtime from QML: just define the "LayerShellQt::Window" pointer in the header file instead of "main()". I learned this from LXQt's panel.

    #Qt #LayerShell #LayerShellQt #QtQuick

  3. Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States

    #Cpp #CPlusPlus #Qt #QtQuick #QML

  4. noctalia-qs es un fork personalizado de Quickshell con características y parches específicos del ecosistema Noctalia
    #QtQuick #Quickshell #Noctalia
    github.com/noctalia-dev/noctal

  5. A small refresh on QThreads and a simple #dmx slider prototype interface is up and running. Using the cheapest dmx usb interface I could find so I need to manually send frames continuously.
    #DMX is a very dumb protocol.
    #qtdev #qtquick