[PyQt] QDialog (and others) not resizing on PyQt 5.10.1 PIP install

Hans-Peter Jansen hpj at urpla.net
Tue Mar 20 13:48:09 GMT 2018


On Dienstag, 20. März 2018 13:40:07 Marko Luther wrote:
> Thanks Pete for your quick response, always running the latest macOS,
> Version 10.13.3 at the moment. I also thought this might be either a Qt bug
> or a change in behaviour, but couldn't really find any trace of this using
> my Googles.
> 
> Wonder if  nobody else is using resizing QDialogs on Mac OS X with PyQt
> 5.10.1 and discovered that issue!?

Since there are a couple of ways to install PyQt5, mind sharing yours? (exact 
steps)

> I'll try to  build a C++ variant (a language new to me),

No big deal as long as you have the development package installed.

$ cd whatever-example
$ qmake 
$ make

run the result...

Cheers,
Pete



More information about the PyQt mailing list