<br><div class="gmail_quote">2008/5/8 Sebastian Kuegler <<a href="mailto:sebas@kde.org">sebas@kde.org</a>>:<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>
> In appletscripting.h there is a method called<br>
> showConfigurationInterface():<br>
><br>
> /**<br>
> * Show a configuration dialog.<br>
> */<br>
> virtual void showConfigurationInterface();<br>
><br>
> Note that the comment describes it as a 'dialog', and so the first question<br>
> is why isn't it named 'showConfigurationDialog()' - interface seems pretty<br>
> meaningless to me. Similarly the C++ equivalent is called<br>
> createConfigureInterface() and would be better named<br>
> createConfigurationDialog() in my opinion.<br>
<br>
</div>That's old API. If you spot it somewhere, cull it in favor of<br>
createConfigurationInterface() (why it's not ...Dialog(), not sure... maybe<br>
we won't use a dialog in the future but just flip the applet around and have<br>
configuration on its backside).</blockquote><div> OK, I've renamed it as createConfigurationInterface().<br><br>-- Richard<br></div></div><br>