F:/KPlato/koffice/libs/kformula/prototype/main.py

Aller à la documentation de ce fichier.
00001 #!/usr/bin/env python
00002 
00003 import sys
00004 from qt import *
00005 
00006 from engine import Widget
00007 
00008 a = QApplication(sys.argv)
00009 mw = Widget()
00010 mw.setCaption('Prototype of the formula engine')
00011 mw.show()
00012 a.connect(a, SIGNAL('lastWindowClosed()'), a, SLOT('quit()'))
00013 a.exec_loop()

Généré le Wed Nov 22 23:41:01 2006 pour KPlato par  doxygen 1.5.1-p1