[Qt-creator] small bug: no code completion in QStringList
Alexander Rössler
alexanderroessler at aon.at
Sat Feb 14 23:34:03 CET 2009
Hi,
I've seen that there is no code completion for cases like this in Qt Creator:
QStringList list;
list[1]. <- and at this point NO code completion window pops up, but there
should be a code completion window for QString
Or a little bit more complicated if you have a QStringList array:
lists[1]. <- popup for QStringList
lists[1][1]. <- popup forQString
I'm shure it's no problem for you to implement this.
Thanks,
Alex
More information about the Qt-creator-old
mailing list