How to insert item which type is QString to a ComboBox in Qt?

Posted by Hanny on Stack Overflow See other posts from Stack Overflow or by Hanny
Published on 2010-06-12T18:22:57Z Indexed on 2010/06/12 18:42 UTC
Read the original article Hit count: 155

Filed under:
|

I have an item which type is QString:

for example: QString name="Name"

the question is: How can I put this name variable into a combobox?

I've read the Qt 4.6.2 docs but still cant figure out how to do that. Please dont refer me back to that Qt 4.6.2 docs again..

Please help me ASAP!! this is really urgent! thank you very much!! :)

© Stack Overflow or respective owner

Related posts about qt

Related posts about combobox