Skip to content

Instantly share code, notes, and snippets.

@kaskavalci
Created September 26, 2015 10:45
Show Gist options
  • Save kaskavalci/35e92a0f0948618c719a to your computer and use it in GitHub Desktop.
Save kaskavalci/35e92a0f0948618c719a to your computer and use it in GitHub Desktop.
//DO NOT USE THIS
QStandardItem *cName;
for (int k = 0; k < cName->rowCount(); ++k) {
QList<QStandardItem*> listOfItems = cName->takeRow(k);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment