Hi Anne,<br>Sorry that I could not stay in touch with you for the past 10 days or so regarding this. Actually I was busy with my exams and other academic loads. I am resuming my work on this.<br><br>Thanks.<br>Rahul Sharma<br>

(NUM_1 on <a href="http://irc.freenode.net">irc.freenode.net</a>)<br><br><div class="gmail_quote">On Mon, Mar 5, 2012 at 12:29 AM, Anne-Marie Mahfouf <span dir="ltr"><<a href="mailto:annemarie.mahfouf@free.fr">annemarie.mahfouf@free.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 03/04/2012 06:56 PM, todd rme wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sun, Mar 4, 2012 at 6:38 PM, Anne-Marie Mahfouf<br>
<<a href="mailto:annemarie.mahfouf@free.fr" target="_blank">annemarie.mahfouf@free.fr</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 03/04/2012 09:02 AM, Rahul Sharma wrote:<br>
<br>
Hi,<br>
I looked into the view.cpp updatesliders() function, and I have arrived at<br>
the conclusion that the variable needSliderWindow does have a use here. I<br>
think that the control if() statement, in which the bool variable<br>
needSliderWindow is set to true, it checks whether the Slider checkbox in<br>
the left panel (function tab) is checked or not, depending on which it sets<br>
the checkable bool of m_menuSliderAction to true.<br>
<br>
And I think the intention was that when the Slider checkbox is checked, the<br>
slider window should pop-up and when it is unchecked slider window should<br>
hide.<br>
<br>
So the first thing would be to fix this.<br>
Should closing the Sliders window uncheck the Slider checkbox? What should<br>
happen when the Sliders window is closed?<br>
Also why is there the possibility to check Slider when there is no Slider<br>
use? Like in a function witn no parameter.<br>
<br>
Anne-Marie<br>
<br>
<br>
And as you were saying there is no need to have that as a toggle. That can<br>
be done in another way and just setting m_menuSliderAction-><u></u>setchecked(true)<br>
does not fulfill the aim here.<br>
<br>
And one more thing I wanted to point out here is about my patch. Actually,<br>
when I looked into the code of the ksliderwindow.cpp, I found out that in<br>
order to handle the check of the m_menuSliderAction there is a slot called<br>
closeevent which emits a windowclosed signal when the window is closed,<br>
which is only called when closeevent is called. But the close button of the<br>
slider window uses a done() (perhaps inheritted from QDialog as far as I<br>
remember) to close the window which does not emit a closeevent and the the<br>
m_menuSliderAction becomes faulty, so I just fixed that.<br>
<br>
-Regards<br>
  Rahul Sharma<br>
  (NUM_1 on <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a>)<br>
</blockquote>
Slightly off-topic, but why is this is a window and not a dock panel?<br>
Doc panels can be pulled off and used as separate windows, but they<br>
can also be integrated into the GUI.<br>
<br>
</blockquote></div></div>
We are trying to find out the use of this Sliders dialog. As I said, it is not needed in plots without parameters so a dock for this would take space without any purpose. Dialogs do not have the same scope than docks and probably only a fraction of users make use of the sliders.<span class="HOEnZb"><font color="#888888"><br>


<br>
Anne-Marie</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br>
</div></div></blockquote></div><br>