PDA

View Full Version : how to copy part of QString to anothe QString



nass
26th March 2007, 19:57
hello everyone,
this may sound somewhat stupid,
but how do we copy part of QString to another QString???
i'm hopefully way too tired and not getting this ... it's bound to be trivial
nass

camel
26th March 2007, 20:05
QString::left()

QString::mid()

QString::right()

;-)