Prior to Qt4 there used to be a QCustomMenuItem class that allowed you to draw your own popup menu items. It's not there anymore.
Anyone who has some ideas how to achieve the same thing in Qt4?
 Beginner
					
					
						Beginner
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
       
    
    
    
    
    
    
   
    
    
       
    
    
    
    
   Want custom menu items, like graphics, but how?
 Want custom menu items, like graphics, but how?
		Prior to Qt4 there used to be a QCustomMenuItem class that allowed you to draw your own popup menu items. It's not there anymore.
Anyone who has some ideas how to achieve the same thing in Qt4?
 Re: Want custom menu items, like graphics, but how?
 Re: Want custom menu items, like graphics, but how?
		You can make it a custom widget and use QWidgetAction.
J-P Nurmi
Bookmarks