On Sun Nov 16 2014 at 3:46:40 PM Vincent Vande Vyvre < vincent.vande.vy...@telenet.be> wrote: > > No probleme with PyQt but I think this is a window manager question. > Window, gnome, KDE, Mate, ... > > > If your widget is a QMainWindow or a QDialog add a size grip: > > self.setSizeGripEnabled(True) > > The QWidget don't have this method, so, in this case, you must > reimplement his resizeEvent() >
I changed to QMainWindow, but I don't have a function called setSizeGripEnabled here.
-- https://mail.python.org/mailman/listinfo/python-list