---
title: "What even are Breeze, QtQuick, QtWidget, Union..?"
url: https://daily.dev/posts/what-even-are-breeze-qtquick-qtwidget-union--x78ztlyp2
source_url: https://akselmo.dev/posts/what-are-breeze-widgets-quick-union/
type: article
source: "Lobsters"
published: 2026-03-01T22:27:45.392Z
updated: 2026-03-15T04:11:31.546Z
tags: ["linux", "qml", "qt"]
reading_time: 5
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What even are Breeze, QtQuick, QtWidget, Union..?

**[Lobsters](https://daily.dev/sources/lobsters)** · 5 min read · 2 upvotes · 0 comments

## Summary

A plain-language explanation of the KDE UI stack components: QtWidgets (older C++ UI framework), QtQuick/QML (modern declarative UI), Breeze (the current KDE style/theme), qqc2-desktop-style (Breeze for QtQuick), Kirigami (shared QtQuick components), and Union (a new style engine that uses CSS as a single source of truth to keep QtWidgets and QtQuick visually consistent). The post highlights the current pain point of manually syncing styles across two different toolkits and explains how Union aims to solve this by unifying style output, with potential future support for GTK and other toolkits.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://akselmo.dev/posts/what-are-breeze-widgets-quick-union/>

## Similar posts on daily.dev

- [An update on KDE's Union style engine](https://daily.dev/posts/an-update-on-kde-s-union-style-engine-qcwk98z0l) · LWN.net · 0 upvotes · 0 comments
- [KDE theming has always been a beautiful disaster, but Union might finally fix it](https://daily.dev/posts/kde-theming-has-always-been-a-beautiful-disaster-but-union-might-finally-fix-it-nxqn65xew) · XDA Developers · 0 upvotes · 0 comments
- [KDE Plasma 6.7 Preps Rounded Style UI Enhancement For QtWidgets-Based Apps](https://daily.dev/posts/kde-plasma-6-7-preps-rounded-style-ui-enhancement-for-qtwidgets-based-apps-gwoyjfcu1) · Phoronix · 0 upvotes · 0 comments
- [A Cross-Platform C\# UI Framework via Qt’s Bridging Technology](https://daily.dev/posts/a-cross-platform-c-ui-framework-via-qt-s-bridging-technology-udm3k9ihw) · Qt · 2 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux), [#qml](https://daily.dev/tags/qml), [#qt](https://daily.dev/tags/qt)

[View this post on daily.dev](https://daily.dev/posts/what-even-are-breeze-qtquick-qtwidget-union--x78ztlyp2)
