<table><tr><td style="">davidhurka marked an inline comment as done.<br />davidhurka added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21195">View Revision</a></tr></table><br /><div><div><p>I have figured out, what was going on in the QToolButton.</p>
<p>KActionMenu::createWidget() added itself as default action. Then, CheckableActionMenu::createWidget() adds another action as default action. Then, the QToolButton has two actions, and builds a menu of them, instead of using the given menu.</p>
<p>Now I remove the KActionMenu in CheckableActionMenu::createWidget(), so there is only my default action left. Then, QToolButton::setMenu() apparently works.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21195">https://phabricator.kde.org/D21195</a></div></div><br /><div><strong>To: </strong>davidhurka, Okular, VDG<br /><strong>Cc: </strong>GB_2, davidre, aacid, ngraham, okular-devel, joaonetto, tfella, darcyshen<br /></div>