PySide 1.2.2 setMaxWidth and AeroSnap
Juan Christian
juan0christian at gmail.com
Sun Nov 16 13:09:46 EST 2014
More information about the Python-list mailing list
Sun Nov 16 13:09:46 EST 2014
- Previous message (by thread): PySide 1.2.2 setMaxWidth and AeroSnap
- Next message (by thread): PySide 1.2.2 setMaxWidth and AeroSnap
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun Nov 16 2014 at 3:46:40 PM Vincent Vande Vyvre < vincent.vande.vyvre at 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20141116/9680bfc9/attachment.html>
- Previous message (by thread): PySide 1.2.2 setMaxWidth and AeroSnap
- Next message (by thread): PySide 1.2.2 setMaxWidth and AeroSnap
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list