[PyQt] QDialog window buttons

Doug Bell dougb at bellz.org
Fri Sep 12 11:05:12 BST 2008


Scott Frankel wrote:
> Is there a flag, property, or hint that can be invoked on a QDialog to  
> have it display its window's dismiss/minimize/maximize buttons?

setWindowFlags(QtCore.Qt.Window)

(inherited from QWidget)

Doug.


More information about the PyQt mailing list