Qt 6.11 is out! See what's new in the release
blog
Reg:symbols on scientific calculator
General and Desktop
3
Posts
3
Posters
2.9k
Views
1
Watching
-
Hi,
Iam developing a scientific calculator.
I want to display symbols on my push buttons.I found in one example that tr("\367) gives divison symbol
tr("x\262") gives power symbol.like wise I want to display square root,pie,sigma..etc.,symbols on my push buttons.
From where can i get those tr() values for pie,sigma, etc.,Thank you.