• 3778阅读
  • 2回复

[讨论]Creator的代码提示 [复制链接]

上一主题 下一主题
离线sjyzhxw
 
只看楼主 倒序阅读 楼主  发表于: 2012-05-31
  1. QMap<QString, QString> map;
  2.     map.insert("Paris", "France");
  3.     map.insert("Guatemala City", "Guatemala");
  4.     map.insert("Mexico City", "Mexico");
  5.     map.insert("Moscow", "Russia");
  6.     QMutableMapIterator<QString, QString> i(map);
  7.     while (i.hasNext()) {
  8.         if (i.next().key ().endsWith("City"))
  9.             i.remove();
  10.     }
i.next().key ().endsWith("City") 就提示不了endsWith了
离线sheldon
只看该作者 1楼 发表于: 2012-05-31
也发现这个问题了,  用过VA之后,  用Qt Creator  感觉在提示功能上 两者差距还是蛮大的。  楼主将就一下吧 …  多敲几下  权当练打字了 。
离线sjyzhxw
只看该作者 2楼 发表于: 2012-06-06
回 1楼(sheldon) 的帖子
VA是什么。。?
快速回复
限100 字节
 
上一个 下一个