User:Milliams: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
Website/blog found at [http://milliams.com milliams.com]. | Website/blog found at [http://milliams.com milliams.com]. | ||
{{Code| | |||
== | title=Title| | ||
== | |||
args=cpp n| | |||
text=QStringList tempNames; | |||
for(int i=0; i<=3; i++) | |||
{ | |||
tempNames.append(nameLineEditList.at(i)->text()); | |||
} | |||
Settings::setPlayerNames(tempNames); | |||
}} |
Revision as of 17:03, 4 March 2007
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);