[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Sep 10 18:55:30 CEST 2004


CVS commit by arwalker: 

Make double-click functional.

CCMAIL: 89183-done at bugs.kde.org


  M +4 -0      kstplotdialog_i.cpp   1.97


--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp  #1.96:1.97
@@ -114,4 +114,8 @@ KstPlotDialogI::KstPlotDialogI(KstDoc *i
   connect(AvailableCurveList, SIGNAL(clicked(QListBoxItem*)),
           this, SLOT(updateButtons()));
+  connect(DisplayedCurveList, SIGNAL(doubleClicked(QListBoxItem*)),
+          this, SLOT(removeDisplayedCurve()));
+  connect(AvailableCurveList, SIGNAL(doubleClicked(QListBoxItem*)),
+          this, SLOT(addDisplayedCurve()));
   connect(DisplayedCurveList, SIGNAL(selectionChanged()),
           this, SLOT(updateButtons()));





More information about the Kst mailing list