Example #1
0
 function data(QModelIndex $index, $role)
 {
     return new QVariant("test" . $index->column() . $index->row());
 }