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: [
|
||||
"α","β","γ","δ","ε","ζ","η",
|
||||
"θ","κ","λ","μ","ξ","ρ","ς",
|
||||
"σ","τ","φ","χ","ψ","ω","Γ",
|
||||
"Δ","Θ","Λ","Ξ","Π","Σ","Φ",
|
||||
"Ψ","Ω","ₐ","ₑ","ₒ","ₓ","ₕ",
|
||||
"ₖ","ₗ","ₘ","ₙ","ₚ","ₛ","ₜ",
|
||||
"¹","²","³","⁴","⁵","⁶","⁷",
|
||||
"⁸","⁹","⁰","₁","₂","₃","₄",
|
||||
"₅","₆","₇","₈","₉","₀"," "
|
||||
"π","θ","κ","λ","μ","ξ","ρ",
|
||||
"ς","σ","τ","φ","χ","ψ","ω",
|
||||
"Γ","Δ","Θ","Λ","Ξ","Π","Σ",
|
||||
"Φ","Ψ","Ω","ₐ","ₑ","ₒ","ₓ",
|
||||
"ₕ","ₖ","ₗ","ₘ","ₙ","ₚ","ₛ",
|
||||
"ₜ","¹","²","³","⁴","⁵","⁶",
|
||||
"⁷","⁸","⁹","⁰","₁","₂","₃",
|
||||
"₄","₅","₆","₇","₈","₉","₀"
|
||||
|
||||
]
|
||||
Repeater {
|
||||
|
|
Loading…
Reference in a new issue