Hi to all I would exec a QMessageBox from a separate thread but I can not.
Which can be the problem?
regards
							
						
					
					
						
    
    
    
    
    
    
  
    
    
      
    
    
    
    
  Hi to all I would exec a QMessageBox from a separate thread but I can not.
Which can be the problem?
regards
Franco Amato
							
						
					
					
						
    
    
    
    
    
    
  
    
    
      
    
    
    
    
  Anyone can reply? I would inform the user of something in a separate user but seems'not possible.
How can I solve my problem? I searched in the examples but there is nothing similar
Franco Amato
							
						
					
					
						
    
    
    
    
    
    
  
    
    
    
    
  Yes, you CAN'T access any gui from separate thread. Just emit a signal with notification text and write a slot in your gui widget that will QMessageBox this text
Bookmarks