0

I have to bind the list of array values in to list view or table view. Can any one say with example web link? thanks in advance.

selladurai
  • 6,491
  • 14
  • 56
  • 88

1 Answers1

1

As you question is rather vague, al I can say is: read up on Qt Model/View Programming. It will explain how to get your data in a QListView or QTableView.

Elmar de Koning
  • 519
  • 3
  • 4