<table><tr><td style="">broulik created this revision.<br />broulik added a reviewer: Plasma.<br />Herald added a project: Kirigami.<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/D27978">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Allows to mark the section as disabled even when the control itself is not, e.g. when you have a <tt style="background: #ebebeb; font-size: 13px;">RowLayout</tt> and don't want to disable the entire row.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>In the following example I don't want the <tt style="background: #ebebeb; font-size: 13px;">BusyIndicator</tt> disabled but still have the rest of the row (the label *and* its section label) disabled.</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">Kirigami.FormLayout {
RowLayout {
Kirigami.FormData.label: "Foo"
Kirigami.FormData.enabled: !something.busy
QQC2.CheckBox {
text: "Enabled"
enabled: !something.busy
}
QQC2.BusyIndicator {
running: something.busy
visible: running
}
}
}</pre></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R169 Kirigami</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27978">https://phabricator.kde.org/D27978</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/controls/FormLayout.qml</div></div></div><br /><div><strong>To: </strong>broulik, Plasma<br /><strong>Cc: </strong>plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson, mart<br /></div>