Currently working on KSquares
Website/blog found at milliams.com.
QStringList tempNames; for(int i=0; i<=3; i++) { tempNames.append(nameLineEditList.at(i)->text()); } Settings::setPlayerNames(tempNames);