I am beginner and start simple PyQt application with tables. My knowledge of PyQt limited by book of Mark Summerfield's "Rapid GUI Programming with Python and Qt". Exaples of this very good book enought to begin my application even for me :) But now I met problems connecting to the version API and new version of Python (and Pyqt).
On qtrac.eu examples exists for different version but all of them based on version #1 (old) of API. One more question is about new Python version 3. So how critical this questions for new application and learning PyQt by beginners at all? thanks a lot! with best regards, -vadym 2010/4/4 Thorsten Kampe <[email protected]>: > The overall structure is now clear to me: gather the "external data" via > subprocess or QProcess and display it via QTreeView or QTreeWidget. Mark > Summerfield's book also contains chapters "Using the Convenience Item > Widgets" and "Representing Tabular Data in Trees" (including example > code) which fit my problem quite well. > > Thanks to Simone and Johannes who have answered and saved me a lot of > time. > > > Thorsten > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
