Re: How to create an application without title bar and border
Originally Posted by gsmiko
Hi!
Use the Qt::FramelessWindowHint flag. The result will be a window without the frame and title bar. To create something similar to the window on your screenshot, a title bar/frame should be emulated, you have to draw all the controls, implement moving, resizing, react to window events... (btw. to intercept and to properly react to all the window events on Windows requires lots of time and experimentation)
thanks for answering
i think my main problem is how to use the flags, there is many examples in C++ but I'm using PyQt, so I need an example in python.
Edit: I did not see spirit's post before reply, i think i will find my answer in there
Last edited by sasan-j; 13th July 2009 at 14:10.
Reason: updated contents
Bookmarks