[PyQt] Form/dialog without title bar and actions buttons

zorze starglider.dev at gmail.com
Wed Sep 30 22:05:28 BST 2009


Hi Pete,
first of all thank you for your anwser.

I'm doing a point of sale in PyQt, one of the goals it to
work in touch screen devices, for my experience with other software 
it can't have minime, maximize, etc. buttons, the title bar is also useless.

You give the clue, I'm following.

Thanks.

Regards,
Jorge

On Monday 28 September 2009 21:42:19 Hans-Peter Jansen wrote:
> Am Montag 28 September 2009 schrieb zorze:
> > Hi,
> > I'm a newbee in Qt/PyQt but I'm starting to use it.
> 
> Welcome to the PyQt wonderlands ;-)
> 
> > The first problem that I need to solve is how to
> > remove the title bar from a Dialog/MainWindow?
> 
> Could you be more specific about your goals? Are you really after the 
> effects of "killall $WINDOWMANAGER"?
> 
> Without title bars, users usually cannot resize nor move their windows!
> 
> Anyway, programmatically, you can play with QWidget.setWindowFlags(...).
> 
> Real fun starts with sticky windows, skipping taskbars and pagers, title 
> bars without close/min/max buttons and the like..
> 
> Enjoy,
> Pete
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 


More information about the PyQt mailing list