User:Milliams: Difference between revisions

From KDE TechBase
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].


[http://developernew.kde.org/index.php?title=Special%3AAllpages&from=&namespace=10 Template list]
{{Code|


==TODO==
title=Title|
===KDE2 tutorials===
 
# khello (done)
args=cpp n|
# gui
 
# plugins
text=QStringList tempNames;
# scripting
for(int i=0; i<=3; i++)
===KDE3 Tutorials===
{
# lots of them :)
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.

Title

QStringList tempNames; for(int i=0; i<=3; i++) { tempNames.append(nameLineEditList.at(i)->text()); } Settings::setPlayerNames(tempNames);