Qt-interest Archive, March 2002
Qt-Dialog that always stays on top of all windows?
Message 1 in thread
Hi all,
how can I create a qt dialog box that always stays on top of all windows (like
the MS-Windows task manager)?
Does anybody know?
Thanks for help,
...Ralf
---
Dipl.-Ing. (FH) Ralf Specht
DaimlerChrysler AG, Research Center Ulm
Virtual and Augmented Environments (RIC/EV)
P.O. Box 2360
D-89013 Ulm, Germany
Phone: +49 (0)731 505-2393
Fax: +49 (0)731 505-4224
Email: Ralf.Specht@DaimlerChrysler.COM
Message 2 in thread
Hi!
Try to apply Qt::WStyle_Customize | Qt::WStyle_StaysOnTop styles to this
dialog.
Best regards,
Dima Ivanets
-----Original Message-----
From: owner-qt-interest@trolltech.com
[mailto:owner-qt-interest@trolltech.com]On Behalf Of
ralf.specht@DaimlerChrysler.COM
Sent: Tuesday, March 05, 2002 11:46 AM
To: qt-interest@trolltech.com
Subject: Qt-Dialog that always stays on top of all windows?
Hi all,
how can I create a qt dialog box that always stays on top of all windows
(like
the MS-Windows task manager)?
Does anybody know?
Thanks for help,
...Ralf
---
Dipl.-Ing. (FH) Ralf Specht
DaimlerChrysler AG, Research Center Ulm
Virtual and Augmented Environments (RIC/EV)
P.O. Box 2360
D-89013 Ulm, Germany
Phone: +49 (0)731 505-2393
Fax: +49 (0)731 505-4224
Email: Ralf.Specht@DaimlerChrysler.COM
--
[ signature omitted ]
Message 3 in thread
try to set WStyle_Customize | WStyle_StaysOnTop in QDialog constructor in
WFlags
peter
-----Original Message-----
From: ralf.specht@DaimlerChrysler.COM
[mailto:ralf.specht@DaimlerChrysler.COM]
Sent: Tuesday, March 05, 2002 10:46 AM
To: qt-interest@trolltech.com
Subject: Qt-Dialog that always stays on top of all windows?
Hi all,
how can I create a qt dialog box that always stays on top of all windows
(like
the MS-Windows task manager)?
Does anybody know?
Thanks for help,
...Ralf
---
Dipl.-Ing. (FH) Ralf Specht
DaimlerChrysler AG, Research Center Ulm
Virtual and Augmented Environments (RIC/EV)
P.O. Box 2360
D-89013 Ulm, Germany
Phone: +49 (0)731 505-2393
Fax: +49 (0)731 505-4224
Email: Ralf.Specht@DaimlerChrysler.COM
--
[ signature omitted ]