feat: sostituzione faux-cirillica (homoglyph) sui testi statici

This commit is contained in:
Matteo Benedetto
2026-08-16 17:12:18 +02:00
parent a3f1feaf7e
commit 3a5d24a0a5
6 changed files with 37 additions and 10 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import QtQuick 2.15
import QtQuick.Controls 2.15 as QQC2
import "fauxcyrillic.js" as Faux
// Selettore a tendina etichettato in stile costruttivista.
@@ -21,7 +22,7 @@ Column {
spacing: 4
Text {
text: comboWrap.label
text: Faux.apply(comboWrap.label)
color: "#f0dfba"
font.family: themeFont.name
font.pixelSize: 12