[Kst] [Bug 89183] Improve usability of Plot dialog/Content tab
Andrew Walker
arwalker at sumusltd.com
Fri Sep 10 18:55:36 CEST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=89183
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2004-09-10 18:55 -------
CVS commit by arwalker:
Make double-click functional.
CCMAIL: 89183-done 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