How can I add a margin before the first item in QMenu?

"QMenu::item:first { margin-top: 50px; }" doesn't work.

Neither does "QMenu { margin-top: 50px; }"

"QMenu::item { margin-top: 50px; }" works, but obviously adds margin to all items, not only to the first one.