<table><tr><td style="">mart 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/D20908">View Revision</a></tr></table><br /><div><div><p>This is the rough patch which gives a rough implementation of this look into qwidget config dialogs<br />
<a href="https://phabricator.kde.org/F6866217" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6866217: fullsidebar.diff</a></p>

<p>The real hack which I consider a no-go (and no idea how to avoid) is this piece:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">layout->addWidget(mButtonBox);</li>
</ul>

<p>+            if (mPageWidget && mPageWidget->layout()) {<br />
+                mButtonBox->setParent(mPageWidget);<br />
+                static_cast<QGridLayout*>(mPageWidget->layout())->addWidget(mButtonBox, 4, 1);<br />
+            } else {<br />
+                layout->addWidget(mButtonBox);<br />
+            }</p>

<p>it reparents the buttonbox inside the pagewidget itself to have the buttons laid out considering the sidebar.<br />
This will break badly and possibily crash in many situations, so ideas for alternative implementations welcome :D</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20908">https://phabricator.kde.org/D20908</a></div></div><br /><div><strong>To: </strong>filipf, VDG, Plasma, ngraham, abetts<br /><strong>Cc: </strong>mart, broulik, GB_2, hein, plasma-devel, ericadams, jraleigh, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol<br /></div>