[Kst] branches/work/kst/portto4/kst/src/datasources/ascii
Peter Kümmel
syntheticpp at gmx.net
Sun Nov 25 20:47:40 UTC 2012
SVN commit 1326087 by kuemmel:
update when time vector changes
M +1 -0 asciiconfigwidget.cpp
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciiconfigwidget.cpp #1326086:1326087
@@ -46,6 +46,7 @@
connect(_readFields, SIGNAL(toggled(bool)), this, SLOT(updateUnitLineEnabled(bool)));
connect(_limitFileBuffer, SIGNAL(toggled(bool)), this, SLOT(updateFrameBuffer(bool)));
connect(_indexType, SIGNAL(currentIndexChanged(int)), this, SLOT(updateFormatString()));
+ connect(_indexVector, SIGNAL(currentIndexChanged(int)), this, SLOT(updateFormatString()));
}
void AsciiConfigWidgetInternal::updateUnitLineEnabled(bool checked)
More information about the Kst
mailing list