Is there any way to prevent QDialogs from showing WindowContextHelpButtonHint by default, other that explicitly turning that window flag off with setWindowFlags() when I create the dialog?
e.g. a hidden flag in Designer or something better?
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   Stop QDialogs from showing WindowContextHelpButtonHint by default?
 Stop QDialogs from showing WindowContextHelpButtonHint by default?
		Is there any way to prevent QDialogs from showing WindowContextHelpButtonHint by default, other that explicitly turning that window flag off with setWindowFlags() when I create the dialog?
e.g. a hidden flag in Designer or something better?
 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
   Re: Stop QDialogs from showing WindowContextHelpButtonHint by default?
 Re: Stop QDialogs from showing WindowContextHelpButtonHint by default?
		No, you can't do that from Designer - it doesn't even create real widget classes
will49 (19th November 2008)
Bookmarks