I am using QSizeGrips on two internal frames. They work fine until I maximize the main window; Then the grips disappear. In the documentation (https://doc.qt.io/qt-5/qsizegrip.html) it states "On some platforms the size grip automatically hides itself when the window is shown full screen or maximised." I guess I am using a platform that hides the grips - I'm using Qt 5.9.1 in a Linux environment. Is there anyway to force the grips to appear even when the main window is maximized? I was going to use QPushButtons as an alternative, but I like the grips much better.
Thanks for your help!