<br><div class="gmail_quote">2008/5/8 Sebastian Kuegler &lt;<a href="mailto:sebas@kde.org">sebas@kde.org</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thursday 08 May 2008 12:14:25 Richard Dale wrote:<br>
&gt; &nbsp; In appletscripting.h there is a method called<br>
&gt; showConfigurationInterface():<br>
&gt;<br>
&gt; &nbsp; /**<br>
&gt; &nbsp; &nbsp; &nbsp;* Show a configuration dialog.<br>
&gt; &nbsp; &nbsp; &nbsp;*/<br>
&gt; &nbsp; &nbsp; virtual void showConfigurationInterface();<br>
&gt;<br>
&gt; Note that the comment describes it as a &#39;dialog&#39;, and so the first question<br>
&gt; is why isn&#39;t it named &#39;showConfigurationDialog()&#39; - interface seems pretty<br>
&gt; meaningless to me. Similarly the C++ equivalent is called<br>
&gt; createConfigureInterface() and would be better named<br>
&gt; createConfigurationDialog() in my opinion.<br>
<br>
</div>That&#39;s old API. If you spot it somewhere, cull it in favor of<br>
createConfigurationInterface() (why it&#39;s not ...Dialog(), not sure... maybe<br>
we won&#39;t use a dialog in the future but just flip the applet around and have<br>
configuration on its backside).</blockquote><div>&nbsp;OK, I&#39;ve renamed it as createConfigurationInterface().<br><br>-- Richard<br></div></div><br>