I do with a vector like this:
Qt Code:
for (int i = 0; i < SIZE; ++i) for (int i = 0; i < SIZE; ++i) lbArr[i]->setText( tr("Label n. %1").arg(i) );To copy to clipboard, switch view to plain text mode
I do with a vector like this:
Qt Code:
for (int i = 0; i < SIZE; ++i) for (int i = 0; i < SIZE; ++i) lbArr[i]->setText( tr("Label n. %1").arg(i) );To copy to clipboard, switch view to plain text mode
Bookmarks