Skip to content

applets/digital-clock: use better-looking Qt.Labs version of FontDialog

Reason for the change

Right now we get the QML version of this dialog introduced with Qt 6. Unfortunately it looks ugly and broken. Until Qt improves the dialog or we override it with our own in plasma-integration, let's use the QtWidgets version provided by Qt.Labs, which is the one we had for Plasma 5.

This is basically the font dialog version of !5243 (merged).

Test plan

Right-click Digital Clock > Configure > Text Display: Manual > Choose Style…

Screenshots

Before After
Before After

Ok, so maybe the QtWidgets version is not a towering work of UI genius either, but it's at least not visibly broken-looking.

Bugs fixed

CCBUG: 487387

Merge request reports

Loading