Qt is used on many systems; you may learn more from https://contribute.qt-project.org
Youâll find it used by Microsoft Windows apps, on Apple MAC OS, and its foundational to the Android desktop on many of our phone/tablets.
Long ago it was made free for much open source work (when on computers; ie. Linux/BSD), but the the FSF still didnât like that it was owned by a corporation, thus the creation of GTK as an alternative (creating that from the Gimp Toolkit), so there is a lot of history.
Qt is managed on Ubuntu by Ubuntu-Qt, so those using it (which include Lubuntu & Kubuntu, as well as Ubuntu Studio which use the KDE Plasma desktop as well) all have a say on what version is found/default in the libraries, so on each release all will be using the same Qt version by default (some upgrades maybe provided by PPA; but thatâs not the default).
Code is also brought from upstream Debian-Qt-kde too, with LXQt using the same code there too.
The Qt used by Lubuntu & Kubuntu is the same.
Those Qt libraries donât do everything that KDE Plasma requires, thus KDE Plasma also uses KDE Frameworks, and its here that KDE Plasma & LXQt differ; in that LXQt doesnât also use KF.
KDE [Plasma] is a desktop (or project), and I donât see it as an OS.
Kubuntu uses the KDE Plasma desktop which is Qt based yes, but it also needs KDE Frameworks which I suppose could be seen as extensions beyond what Qt can provide.
Lubuntu uses LXQt which aims to be light thus doesnât go beyond Qt (using KDE Frameworks (KF) for example). Though Lubuntu does use some KDE apps (KDE Partition Manager as example) thus some KF is included on a Lubuntu install, but KF is only used when youâre using those app (ie. KDE Partition Manager is running).
Ubuntu 24.04 LTS (ie. Kubuntu 24.04 LTS & Lubuntu 24.04 LTS) remained on Qt5, as the flavors (in Ubuntu-Qt) decided to stick with that version, rather than all switching to Qt6. Qt6 became default at 24.10.
I donât see any differences between Qt in both KDE Plasma and LXQt, or Kubuntu and Lubuntu.