[PyQt] QMainWindow without titlebar

tom tomschuring at gmail.com
Thu Nov 19 23:14:58 GMT 2009


Hello,

can somebody point me to an example where a QMainWindow (or QWidget) is
setup without a titlebar please ?

i have looked everywhere and they all say : do it using window flags, but i
haven't been able to get anywhere near a solution.

my main window (Menu) is derived from QMainWindow:

and the constructor looks like:

    def __init__(self, parent = None):
        QMainWindow.__init__(self, parent)

best regards,
tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091119/42d8bd95/attachment.html


More information about the PyQt mailing list