Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, February 2008
How to hide a window's icon and tile in the task bar?


Message 1 in thread

Help! How to hide a window's icon and tile in the task bar? I don't want 
the icon and title to display like the pic above.
Thanks very much!

--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail is solely property of the sender's organization. This mail communication is confidential. Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the originator of the message. Any views expressed in this message are those of the individual sender.
This message has been scanned for viruses and Spam by ZTE Anti-Spam system.

GIF image

GIF image


Message 2 in thread

 

From: deng.zhen@xxxxxxxxxx [mailto:deng.zhen@xxxxxxxxxx] 
Sent: Thursday, 28 February 2008 11:57

Help! How to hide a window's icon and tile in the task bar? I don't want the
icon and title to display like the pic above. 
Thanks very much! 

Hi Deng, 
 
When you created the window, did you give it a parent? 
 
IIRC, windows without a parent are considered "top-level" and automatically
get a tab in the taskbar. 
 
Regards, 
 
Tony Rietwyk
 

Message 3 in thread

I have not set the new window's parent, cos I wanna the new window to be 
displayed out of the region of another window which created it. I've used 
setWindowFlags(Qt::SubWindow); to the new window, but it seems no effect. 
THX





From: deng.zhen@xxxxxxxxxx [mailto:deng.zhen@xxxxxxxxxx] 
Sent: Thursday, 28 February 2008 11:57

Help! How to hide a window's icon and tile in the task bar? I don't want 
the icon and title to display like the pic above. 
Thanks very much! 
Hi Deng, 
 
When you created the window, did you give it a parent? 
 
IIRC, windows without a parent are considered "top-level" and 
automatically get a tab in the taskbar. 
 
Regards, 
 
Tony Rietwyk


--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail is solely property of the sender's organization. This mail communication is confidential. Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the originator of the message. Any views expressed in this message are those of the individual sender.
This message has been scanned for viruses and Spam by ZTE Anti-Spam system.