(sorry i am a french speaker )
Hello , i have a question :
i want to make a program which ask the name of the user . Then the user enter his name and his name will be stock in a vector.
example:
VINCENT ---> | V | I | N | C | E | N | T |
if the name of the vector is V then V[2] is N
How to do that with qt ??
if you have a code , give it to me .
thank you very much
(see that
http://doc.trolltech.com/3.3/qinputdialog.html )