]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
- version of vv in vvCommon.h
[clitk.git] / vv / vvMainWindow.cxx
index 18020b1cc3cb8b61b6d60ac4893bdc2845ea6156..3a11afe6f176917ae6dc5d566b262268958eea2e 100644 (file)
 #include <QInputDialog>
 #include <QTimer>
 #include "QTreePushButton.h"
+#include <QUrl>
 
 // VV include
 #include "vvMainWindow.h"
 #include "vvHelpDialog.h"
+#include "vvRegisterForm.h"
 #include "vvDocumentation.h"
 #include "vvProgressDialog.h"
 #include "vvQDicomSeriesSelector.h"
@@ -331,6 +333,10 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
   connect(timerMemory, SIGNAL(timeout()), this, SLOT(UpdateMemoryUsage()));
   timerMemory->start(2000);
   
+  
+  vvRegisterForm* registerForm = new vvRegisterForm(QUrl("http://localhost/vvregister/write.php"));
+  registerForm->show();
+  
 }
 //------------------------------------------------------------------------------