Qt-interest Archive, March 2002
TopMost window support
Message 1 in thread
Can Qt create TopMost style windows?
And since qt-interest won't let me ask such a simple question, I'll further
explain:
They are windows that always float on top of normal style windows. Can't be
covered up
except by another TopMost style window.
Message 2 in thread
On Wed, 20 Mar 2002 07:38:44 -0600
"Mark Rogalski" <rogalski@us.ibm.com> wrote:
> Can Qt create TopMost style windows?
>
> And since qt-interest won't let me ask such a simple question, I'll
> further explain:
> They are windows that always float on top of normal style windows. Can't
> be covered up
> except by another TopMost style window.
You can do that using the widget flags Qt::WStyle_Customize and
Qt::WStyle_StaysOnTop when you create your widgets/windows. Lookup the
QWidget doc for more details.
--
[ signature omitted ]