You are not logged in.

vini

Unregistered

1

Thursday, February 17th 2005, 6:00pm

how to move int value...

how to move the int value (return of size() ) to the QListViewItem in Qt

jacek

Master

  • "jacek" is male

Posts: 2,729

Location: Warsaw, Poland

  • Send private message

2

Thursday, February 17th 2005, 6:09pm

RE: how to move int value...

If you have a pointer to that QListViewItem, you can do this using QListViewItem::setText --- you will only have to make a QString from that int (using QString::number static method).