I'd like to generate a QStringList where every member is a concequtive integer. How do you load integers as QStringList contents?
This won't work:
Qt Code:
QStringList mylist; for(int i=0; i<100; i++) mylist.append(i);To copy to clipboard, switch view to plain text mode
Thanks
Bookmarks