Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
代替テキスト http://img130.imageshack.us/img130/6218/menuk.jpg
右側の大きなマージンを取り除く方法はありますか? メニュー項目にテキストを追加しても幅がまったく変わらないため、一定のように見えます。
QPopupMenu は QWidget から継承されています。機能を試すか、ポップアップメニューにすべての項目を追加しsetMaximumWidth()てから使用してみてください。adjustSize()
setMaximumWidth()
adjustSize()