good morning!
I have to do a list of char datas.
The code that I'm using is:
Qt Code:
{ list<<"maider"<<"peter"<<"maider"; list->show(); }To copy to clipboard, switch view to plain text mode
why can't i see the list? In qt4 to do an array they use QVector fuction. Which function can I use in QT3?my version is: Version: 3.4.1
Bookmarks