Convinient use of repeaters.
This commit is contained in:
parent
5cdc225e47
commit
8b3815baac
3 changed files with 70 additions and 73 deletions
|
@ -3,7 +3,7 @@
|
|||
PlayerAreaModel::PlayerAreaModel(QObject *parent)
|
||||
{
|
||||
for(int i = 0; i < 7; i++){
|
||||
playerNames.append("Click to edit");
|
||||
playerNames.append("N/A");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue