How to display text on QLabel label in following format
Sample text  Sample hie Sample hie
I want above text in this format on label:-
Sample text 
 Sample hie
 Sample hie        
        0
                    
                            
                    
Answer in progress...
                
                    
        
            
                Need a fast expert's response?
                Submit order
                and get a quick answer at the best price
                for any assignment or question with DETAILED EXPLANATIONS!
             
            
            
         
            
        Learn more about our help with Assignments: 
QT     
        
        
     
 
                        
Comments
It's very simple. QLabel->setText("Sample text \nSample hie\nSample hie"); \n = carriage break bye