[quote author="Volker" date="1317204423"]Read the "API docs":http://doc.qt.nokia.com/4.7/qcombobox.html and discover the "convenience methods":http://doc.qt.nokia.com/4.7/qcombobox.html#addItems.
And subsequently avoid four-liners, where a one-liner is sufficient:
@
AFC_North_ComboBox->addItems(AFC_North);
@
[/quote]
Yeah, either way, it's working, =).