[Mac] QColumnView - Resize grips and separation lines not visible
-
Hi,
After porting my application from PyQt4 to PyQt5, the column separation lines and resize grips are not visible. Please refer the screenshot
I've tried setting the resize grips visible property to True but didn't work. I've attached the python example source code to reproduce the issue. https://www.dropbox.com/sh/8tfc5txj3lq35pv/AADi4dCq2CKd_o-tOwiQn7HRa?dl=0. Any help would be appreciated. -
@rtfa I tried the example program on my mac and see no problem. I can see the separators and manipulate them fine.
Qt 5.9.2 clang 64bit (default)
macOS High Sierra 10.13.3It is not PyQt5 though it is pure C++, so the problem lies in the PyQt5 stuff?
-
Hi,
You should add which version of Qt 5 and PyQt 5 you are using, how you installed them, which version of macOS you are running.
-
-
For the size grip, they are not visible on all versions of macOS but that's unrelated to Qt.
As for the separation line, I don't see them either with Pyqt5-5.10.1 nor PyQt5-5.9.1 on macOS 10.12.6 installed in a virtual environment with python 3.6.4.
-
Looks like there's a rendering issue on macOS then. Did you check the bug report system on that matter ?