On Wed, Apr 21, 2010 at 4:55 PM, John <[email protected]> wrote: > I'm wondering if anyone has written an interface for openRPT. As I understand > it "openRPT" is written in QT. So I'm guessing that openRPT could be used > by pyQT. > > Any help or discussion would be helpful.
You can find some example (simpler than pyqt4 itself) bindings here: http://code.google.com/p/pyqt4-extrawidgets/ A tutorial: http://www.rkblog.rk.edu.pl/w/p/making-pyqt4-widgets-sip/ And finally a reports generator in pure Python: http://www.geraldoreports.org/ _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
