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
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
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.
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