For: http://doc.qt.nokia.com/4.7-snapshot...ml#setItemText
I wrote:

Qt Code:
  1. <widget class="QComboBox" name = "button55">
  2. <property name="ItemText">
  3. <number>0</number>
  4. <string>fontCombosBox</string>
  5. </property>
  6. </widget>
To copy to clipboard, switch view to plain text mode 

This results in:
Qt Code:
  1. ui_showmap.h:73:109: error: no matching function for call to ‘QComboBox::setItemText(QString)’
  2. ../../../../qtsdk-2010.05/qt/include/QtGui/qcombobox.h:206:10: note: candidate is: void QComboBox::setItemText(int, const QString&)
To copy to clipboard, switch view to plain text mode 

I checked: http://www.kde.gr.jp/~ichi/qt/design...l-15.html#1-19

Tried changing string to cstring. That didn't help either.

What's the way out?

P.S. Complier is g++ on openSUSE 11.3 with Qt 4.7