Qt-interest Archive, May 2007
hide title bar
Message 1 in thread
when we write a mainwindow ,there is always has a title bar, but i don't
want it ,how can i hide this title bar , anyone can help ?
thanks all !
Message 2 in thread
Hi,
draculaearl draculaearl escribió:
> when we write a mainwindow ,there is always has a title bar, but i
> don't want it ,how can i hide this title bar , anyone can help ?
> thanks all !
Can you tell in which version?
On Qt3 it was a flag passed to main qwidget ...
--
[ signature omitted ]
Message 3 in thread
on qt4.2.3,
thanks all.
2007/5/8, Javier Díaz <jdiaz@xxxxxxxxxxx>:
>
> Hi,
> draculaearl draculaearl escribió:
> > when we write a mainwindow ,there is always has a title bar, but i
> > don't want it ,how can i hide this title bar , anyone can help ?
> > thanks all !
> Can you tell in which version?
> On Qt3 it was a flag passed to main qwidget ...
>
>
Message 4 in thread
I believe the flag you are looking for is the Qt::CustomizeWindowHint.
It will turn off the default window features including the title bar on
platforms where this is supported.
--
[ signature omitted ]