Angus Leeming wrote: > Is there a Qt helper function to fill a vector<string> from a QListBox (and > vice versa) or do I need to write something like:
I guess you have to (I don't know if QStringList::split() will be of any help. http://doc.trolltech.com/3.1/qstringlist.html#split) Did you see QCitation::updateBrowser()? I think there are several others (qbibtex, qsendto perhaps). Probably we should move out that code to qt_helpers. HTH, Juergen.