<table><tr><td style="">broulik created this revision.<br />broulik added reviewers: Plasma, hpereiradacosta.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />broulik requested review of this revision.
</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/D18655">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In widgets:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">windowHandle()</tt> only works for top level widgets (windows), so we need to first get the actual <tt style="background: #ebebeb; font-size: 13px;">window()</tt>, for controls like <tt style="background: #ebebeb; font-size: 13px;">ComboBox</tt> this is always <tt style="background: #ebebeb; font-size: 13px;">nullptr</tt></li>
</ul>

<p>In QtQuick Controls:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">we would just blow up for accessing <tt style="background: #ebebeb; font-size: 13px;">widget</tt> which is null here. Use the <tt style="background: #ebebeb; font-size: 13px;">QQuickWindow</tt> of the <tt style="background: #ebebeb; font-size: 13px;">QQuickItem</tt>, if any</li>
</ul></div></div><br /><div><strong>TEST PLAN</strong><div><p>5.15</p>

<p>No longer blows up when I try to use icons in QQC2 desktop style ComboBox<br />
Didn't notice any visual difference in widget combobox rendering despite it now supposedly doing something wrt scaling?</p>

<p>Compiled with and without <tt style="background: #ebebeb; font-size: 13px;">BREEZE_HAVE_QTQUICK</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R31 Breeze</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D18655">https://phabricator.kde.org/D18655</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kstyle/breezestyle.cpp</div></div></div><br /><div><strong>To: </strong>broulik, Plasma, hpereiradacosta<br /><strong>Cc: </strong>plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>