<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/124635/">https://git.reviewboard.kde.org/r/124635/</a>
     </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">There's this, for systemsettings.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Maybe it can work as inspiration, although it's using kcm, not our thingie: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/classKQuickAddons_1_1ConfigModule.html</p></pre>
 <br />









<p>- Aleix Pol Gonzalez</p>


<br />
<p>On August 5th, 2015, 11:58 p.m. CEST, Kevin Funk wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for KDevelop.</div>
<div>By Kevin Funk.</div>


<p style="color: grey;"><i>Updated Aug. 5, 2015, 11:58 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kdevplatform
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">WIP: Add QmlConfigPage class</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Example implementation of the JSHint preferences page:</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;"><div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%"><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">QtQuick</span> <span style="color: #666666">2.2</span>
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">QtQuick.Controls</span> <span style="color: #666666">1.2</span>
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">QtQuick.Layouts</span> <span style="color: #666666">1.0</span>

<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">org.kde.plasma.core</span> <span style="color: #666666">2.0</span> <span style="color: #008000; font-weight: bold">as</span> PlasmaCore

Rectangle {
    <span style="color: #008000">id</span>: root

    readonly <span style="color: #008000">property</span> string name: i18n(<span style="color: #BA2121">"JSHint Config"</span>)

    <span style="color: #008000">property</span> alias cfg_JSHintPath: jshintPath<span style="color: #666666">.</span>text

    SystemPalette { <span style="color: #008000">id</span>: sysPalette }

    color: sysPalette<span style="color: #666666">.</span>window

    GroupBox {
        width: parent<span style="color: #666666">.</span>width
        title: i18n(<span style="color: #BA2121">"Paths"</span>)

        GridLayout {
            <span style="color: #008000">id</span>: gridLayout

            anchors<span style="color: #666666">.</span>fill: parent
            columns: <span style="color: #666666">2</span>

            Label { text: i18n(<span style="color: #BA2121">"JSHint Executable:"</span>) }
            TextField { <span style="color: #008000">id</span>: jshintPath; Layout<span style="color: #666666">.</span>fillWidth: true}
        }
    }
}
</pre></div>
</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Comments welcome.</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>util/qmlconfigpage.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>util/qmlconfigpage.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>util/CMakeLists.txt <span style="color: grey">(6ce19e0ce73ce60ea77b7cbd47962423aa805fa7)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/124635/diff/" style="margin-left: 3em;">View Diff</a></p>






  </td>
 </tr>
</table>







  </div>
 </body>
</html>