Does b/d are another column in Your model? If so it seams that You listView display only colum 0, with is default, simply use:
or any other column number, that you want to display. ListView displays only one column in view.Qt Code:
listView->setModelColumn( 1 );To copy to clipboard, switch view to plain text mode
Bookmarks