Qt 6.11 is out! See what's new in the release
blog
Using Switch for QChar valuse
-
switch(ch.unicode()) { case 'c' : ... ... } -
switch(ch.unicode()) { case 'c' : ... ... }@Chris-Kawa
Thank you very much. I appreciate it.
How long have you been programming please?