/
	code/			is where the real stuff lies
	add-dialog/
	externalbinaries/
	hello/		Hello world program
	hellobutton.py  Hello world using a button
	helloclass.py	A class based versions of hellobutton
	listbox/	A simple listbox example
	msgbox/ 	A demo of multiple 
	multiwin/	a few more examples of msgbox
	sample/		Mostly a junk box of code created while writing presentation
	thread/		Thread example with a flaw. GUI closes but thread continues to run
	thread2/	A broken example, thread runs but window isn't displayed
	thread3/	The fixed version that was ammended at Mlug
	
pythonQT.odp		Presentation Slides for MLUG Meeting 2
pythonQT.odp.odg	Drawing for the Class overview
README			ummm. This file


TODO:
- Include the progressbar examples from my desktop
- generate html'ised versions:
	pygmentize -O=True -f html -O full -o progressbar.py.html progressbar.py