Re: [PyQt] Simple Qt application

2010-04-04 Thread Vadym Honcharuk
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 an

Re: [PyQt] pyrcc4 query

2010-04-04 Thread Anshul Jain
Please tell me if there is any other possible way to create a resource file without the pyrcc4 command. On Sun, Apr 4, 2010 at 5:52 PM, Anshul Jain wrote: > It is very easy to use pyrcc4 command in terminal and i've been easily able > to do it. > > > Please tell me if there's a way to run this c

Re: [PyQt] Simple Qt application

2010-04-04 Thread Thorsten Kampe
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) whic

[PyQt] My first PyQt plasmoid crashes

2010-04-04 Thread linuxoidoz
Hello, I am trying to write my first plasmoid in PyQt but when I try to view it in plasmaviewer it crashes with segmentation fault "Executable: plasmoidviewer PID: 23063 Signal: 11 (Segmentation fault)", here's the log: "~/Develop/Python/plasmoids> plasmoidviewer qt-converter.plasmoid plasmoidv

[PyQt] pyrcc4 query

2010-04-04 Thread Anshul Jain
It is very easy to use pyrcc4 command in terminal and i've been easily able to do it. Please tell me if there's a way to run this command from a python code instead of terminal. The reason i wanna do this is because i want to constantly update an image for which i am using this command to create