Code as Fast as You Can Think
"I have only proved my code correct, not tested it" - Donald Knuth
Search This Blog
Showing posts with label
PyQt
.
Show all posts
Showing posts with label
PyQt
.
Show all posts
Tuesday, June 16, 2009
PyQt Hello World
import sys
from PyQt4.QtGui import *
app = QApplication(sys.argv)
label = QLabel("Hello World")
label.show()
app.exec_()
Older Posts
Home
Subscribe to:
Posts (Atom)
About Me
Unknown
View my complete profile