Index: trunk/BNC/teqcdlg.cpp
===================================================================
--- trunk/BNC/teqcdlg.cpp	(revision 3829)
+++ trunk/BNC/teqcdlg.cpp	(revision 3830)
@@ -42,4 +42,5 @@
 
 #include "teqcdlg.h"
+#include "bncsettings.h"
 
 using namespace std;
@@ -166,3 +167,17 @@
 void teqcDlg::saveOptions() {
 
+  bncSettings settings;
+
+  settings.setValue("teqcRnxVersion"     , _teqcRnxVersion->currentText());    
+  settings.setValue("teqcSampling"       , _teqcSampling->value());      
+  settings.setValue("teqcStartDateTime"  , _teqcStartDateTime->dateTime().toString()); 
+  settings.setValue("teqcEndDateTime"    , _teqcEndDateTime->dateTime().toString());   
+  settings.setValue("teqcOldMarkerName"  , _teqcOldMarkerName->text()); 
+  settings.setValue("teqcNewMarkerName"  , _teqcNewMarkerName->text()); 
+  settings.setValue("teqcOldAntennaName" , _teqcOldAntennaName->text());
+  settings.setValue("teqcNewAntennaName" , _teqcNewAntennaName->text());
+  settings.setValue("teqcOldReceiverName", _teqcOldReceiverName->text());
+  settings.setValue("teqcNewReceiverName", _teqcNewReceiverName->text());
+   
+  settings.sync();
 }
