Convinient use of repeaters.

This commit is contained in:
greek 2024-06-01 14:46:10 +01:00
parent 5cdc225e47
commit 8b3815baac
3 changed files with 70 additions and 73 deletions

View file

@ -3,7 +3,7 @@
PlayerAreaModel::PlayerAreaModel(QObject *parent)
{
for(int i = 0; i < 7; i++){
playerNames.append("Click to edit");
playerNames.append("N/A");
}
}