Question

alt text http://img130.imageshack.us/img130/6218/menuk.jpg

Is there any method to get rid of the huge margin on the right side? It appears to be constant, because adding some text to the menu items doesn't change its width at all.

Was it helpful?

Solution

QPopupMenu is inherited from QWidget. So try function setMaximumWidth() or try to use adjustSize() after adding all items in popup menu.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top