[Mac] QColumnView - Resize grips and separation lines not visible
-
I hope you'll be able to reproduce the issue in Qt, by just changing the view as QColumnView in this example.
@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.
-
I hope you'll be able to reproduce the issue in Qt, by just changing the view as QColumnView in this example.
-
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.
-
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.
-
I'm not sure whether it's Qt or macOS related.
@kenchan Can you check if you have the same issue with a 5.10 version of Qt on your machine as it runs a more recent version of macOS ?
-
Looks like there's a rendering issue on macOS then. Did you check the bug report system on that matter ?