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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to