[PyQt] Problem with pyuic4 etc. on Mac Snow Leopard

2011-03-13 Thread Madhusudan Singh
I downloaded the latest snapshots of sip and pyqt for mac. Used the following tutorial: http://blog.oak-tree.us/index.php/2010/05/27/pyqt-snow-leopard The make process seemed to finish properly. Did a make install. Now, I find that pyuic4 and other command line tools have not been installed anyw

Re: [PyQt] Problem with pyuic4 and QColumnView widget

2007-09-27 Thread Phil Thompson
On Thursday 27 September 2007, duncan duncan wrote: > For a software I am developing I'd like to try to use a QColumnView widget. > All my gui is designed using the Designer and when I compile the .ui file > which had the widget I get this error: > > "Unknown Qt widget: QColumnView" > > both under

[PyQt] Problem with pyuic4 and QColumnView widget

2007-09-27 Thread duncan duncan
For a software I am developing I'd like to try to use a QColumnView widget. All my gui is designed using the Designer and when I compile the .ui file which had the widget I get this error: "Unknown Qt widget: QColumnView" both under Windows and under Linux. I am working with Qt 4.3 and PyQt 4.3.

[PyQt] problem with pyuic4

2007-06-23 Thread Detlev Offenbach
Hi Phil, pyuic4 (if used with Qt 4.3) generates code for QGridLayout, that is not compatible with Qt 4.2. It generates calls to setHorizontalSpacing() and setVerticalSpacing() even if both are identical. Please change this the way you did it for setMargins(). If both spacing parameters are iden