<div>mart accepted this revision.<br />
mart added a reviewer: mart.<br />
mart added inline comments.<br />
This revision is now accepted and ready to land.</div><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D1647#inline-6294" rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: bold;">volkov</span> wrote in <span style="color: #4b4d51; font-weight: bold;">Printer.cpp:349</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">From the Qt documentation ( <a href="https://doc.qt.io/qt-5/layout.html" class="remarkup-link" target="_blank" rel="noreferrer">https://doc.qt.io/qt-5/layout.html</a> ):<br />
"When you use a layout, you do not need to pass a parent when constructing the child widgets. The layout will automatically reparent the widgets (using QWidget::setParent()) so that they are children of the widget on which the layout is installed."</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">yep, that's correct, or alternatively to make it clearer, it works also the form<br />
QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Cancel, layout);<br />
that would add the widget to the layout and reparent it at the same time right upon creation</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>rPLASMADESKTOP Plasma Desktop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D1647" rel="noreferrer">https://phabricator.kde.org/D1647</a></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>volkov, Plasma, mart<br /><strong>Cc: </strong>mart, apol, plasma-devel, sebas<br /></div>