User:Milliams: Difference between revisions

From KDE TechBase
mNo edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Currently working on [http://websvn.kde.org/trunk/playground/games/ksquares/ KSquares]
Currently working on [http://websvn.kde.org/trunk/playground/games/ksquares/ KSquares], various parts of KDE Games and a new version of KEduca.


Website/blog found at [http://milliams.com milliams.com].
Website/blog found at [http://milliams.com milliams.com].


{{Code|
I'm responsible for the '''Introduction To KDE 4 Programming''' tutorial series on [[Development/Tutorials]].
 
title=Title|
 
args=cpp n|
 
text=QStringList tempNames;
for(int i=0; i<=3; i++)
{
tempNames.append(nameLineEditList.at(i)->text());
}
Settings::setPlayerNames(tempNames);
}}

Latest revision as of 19:34, 26 December 2007

Currently working on KSquares, various parts of KDE Games and a new version of KEduca.

Website/blog found at milliams.com.

I'm responsible for the Introduction To KDE 4 Programming tutorial series on Development/Tutorials.