[Kst] extragear/graphics/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Thu Jun 2 01:10:16 CEST 2005
SVN commit 421000 by rchern:
Update buttons
M +5 -0 kstplotdialog_i.cpp
--- trunk/extragear/graphics/kst/kst/kstplotdialog_i.cpp #420999:421000
@@ -157,6 +157,8 @@
connect(_checkBoxYInterpret, SIGNAL(toggled(bool)), this, SLOT(updateYTimezoneButtons()));
connect(_comboBoxYDisplay, SIGNAL(activated(int)), this, SLOT(updateYTimezoneButtons()));
connect(_checkBoxYTimezoneLocal, SIGNAL(toggled(bool)), this, SLOT(updateYTimezoneButtons()));
+ connect(_xTransformTop, SIGNAL(toggled(bool)), _xTransformTopExp, SLOT(setEnabled(bool)));
+ connect(_yTransformRight, SIGNAL(toggled(bool)), _yTransformRightExp, SLOT(setEnabled(bool)));
SampleLabel = new KstLabel("\0", CxCy, 0.0, 0.0, 0.0, true);
FontComboBox->setFonts(qfd.families());
@@ -1147,6 +1149,9 @@
XExpressionMax->setEnabled(XExpression->isChecked());
scalarSelectorX1->setEnabled(XExpression->isChecked());
scalarSelectorX2->setEnabled(XExpression->isChecked());
+
+ _xTransformTopExp->setEnabled(_xTransformTop->isChecked());
+ _yTransformRightExp->setEnabled(_yTransformRight->isChecked());
}
More information about the Kst
mailing list