deleted QStringList has operator[]
You should use iterators to iterate the list of strings
Or add the whole list into a string (with the delimiter you want), using join() and then use that string to setText in the lineEdit.
deleted QStringList has operator[]
You should use iterators to iterate the list of strings
Or add the whole list into a string (with the delimiter you want), using join() and then use that string to setText in the lineEdit.
Last edited by Zlatomir; 17th August 2010 at 12:30. Reason: Corrected the mistake Lykurg mentioned
Bookmarks