Re: [PyQt] Master-detail relationship with plain QTableView tables (no SQL database)

2010-05-19 Thread Vadym Honcharuk
2010/5/9 Mark Summerfield : > On 2010-05-08, Vadym Honcharuk wrote: >> Hi to All, >> >> I need three tables with master-detail relationship one to other. I >> made QTableView Model from Mark book and three vertical frame on one >> page for it. How possible connect these tables with master-detail >

[PyQt] Make Header double rows

2010-05-19 Thread AON LAZIO
Hi How can I set up the header such that it has 2 rows,i.e. the upper header and the lower one. The attached pic shows it. Thanks in advance. -- Aonlazio 'Peace is always the way.' NW <>___ PyQt mailing listPyQt@riverbankcomputing.com http://ww

[PyQt] SIP exception handling

2010-05-19 Thread Qin Shen
Hi there, I'm fairly new on SIP and haven't done any development on PyQt. But I'm using SIP to write a python wrapper for our C++ library. I have tried to translate the C++ exceptions to Python exceptions. So far I managed to get it to work, but I had to change the auto-generated sipcode, which

Re: [PyQt] Symbol not found in QtGui.so on Snow Leopard 10.6.3 64bit

2010-05-19 Thread William Kyngesburye
On May 19, 2010, at 12:54 PM, Rob McPeak wrote: > I'm getting the following error when trying to import PyQt4.QtGui using my > freshly-built Qt, SIP and PyQt4. > Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) > [GCC 4.2.1 (Apple Inc. build 5646)] on darwin > Type "help", "copyright", "credits"

[PyQt] Symbol not found in QtGui.so on Snow Leopard 10.6.3 64bit

2010-05-19 Thread Rob McPeak
I'm getting the following error when trying to import PyQt4.QtGui using my freshly-built Qt, SIP and PyQt4. Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4.QtCore i