Adding π to symbols.
This commit is contained in:
parent
e85285642c
commit
bc8338ee75
1 changed files with 8 additions and 8 deletions
|
@ -107,14 +107,14 @@ Item {
|
||||||
|
|
||||||
property var insertChars: [
|
property var insertChars: [
|
||||||
"α","β","γ","δ","ε","ζ","η",
|
"α","β","γ","δ","ε","ζ","η",
|
||||||
"θ","κ","λ","μ","ξ","ρ","ς",
|
"π","θ","κ","λ","μ","ξ","ρ",
|
||||||
"σ","τ","φ","χ","ψ","ω","Γ",
|
"ς","σ","τ","φ","χ","ψ","ω",
|
||||||
"Δ","Θ","Λ","Ξ","Π","Σ","Φ",
|
"Γ","Δ","Θ","Λ","Ξ","Π","Σ",
|
||||||
"Ψ","Ω","ₐ","ₑ","ₒ","ₓ","ₕ",
|
"Φ","Ψ","Ω","ₐ","ₑ","ₒ","ₓ",
|
||||||
"ₖ","ₗ","ₘ","ₙ","ₚ","ₛ","ₜ",
|
"ₕ","ₖ","ₗ","ₘ","ₙ","ₚ","ₛ",
|
||||||
"¹","²","³","⁴","⁵","⁶","⁷",
|
"ₜ","¹","²","³","⁴","⁵","⁶",
|
||||||
"⁸","⁹","⁰","₁","₂","₃","₄",
|
"⁷","⁸","⁹","⁰","₁","₂","₃",
|
||||||
"₅","₆","₇","₈","₉","₀"," "
|
"₄","₅","₆","₇","₈","₉","₀"
|
||||||
|
|
||||||
]
|
]
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
Loading…
Add table
Reference in a new issue