[Kst] extragear/graphics/kst/src/libkstapp
Eli Fidler
eli at staikos.net
Fri May 4 18:23:36 CEST 2007
SVN commit 661115 by fidler:
fix for bug 144050: Up/Down arrows in Plot Content skip too many
M +0 -11 view2dplotwidget.ui.h
--- trunk/extragear/graphics/kst/src/libkstapp/view2dplotwidget.ui.h #661114:661115
@@ -30,17 +30,6 @@
_plot = 0L;
- connect(DisplayedCurveList, SIGNAL(clicked(QListBoxItem*)), this, SLOT(updateButtons()));
- 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()));
- connect(AvailableCurveList, SIGNAL(selectionChanged()), this, SLOT(updateButtons()));
- connect(_remove, SIGNAL(clicked()), this, SLOT(removeDisplayedCurve()));
- connect(_add, SIGNAL(clicked()), this, SLOT(addDisplayedCurve()));
- connect(_up, SIGNAL(clicked()), DisplayedCurveList, SLOT(up()));
- connect(_down, SIGNAL(clicked()), DisplayedCurveList, SLOT(down()));
-
_up->setPixmap(BarIcon("up"));
_up->setEnabled(false);
_up->setAccel(ALT+Key_Up);
More information about the Kst
mailing list