Set global position for a QLabel
        Posted  
        
            by alfredozn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alfredozn
        
        
        
        Published on 2010-06-11T16:33:30Z
        Indexed on 
            2010/06/11
            17:12 UTC
        
        
        Read the original article
        Hit count: 251
        
Hi
I'm trying to display a QLabel (without parent) at a fixed position using PyQt. The QLabel functions as a graphic that appears only for a moment, it's appears in the middle of the screen by default but I can't find how to move its position.
Any suggestion??
© Stack Overflow or respective owner