Hello,

I'm trying to make a full-screen, frameless QWidget (it's the QMainWindow). I have

setWindowFlags( Qt::Window || Qt::FramelessWindowHint );

which gets rid of everything except a bare title bar. I'd like to get rid of that too. If I try to just make the window larger than the screen--which is a bad solution anyway--then a status bar shows up on the bottom(?!). I'm using Qt 4.6 on a Mac. Anybody know what I should be doing? Thanks--

Matt