]> Creatis software - clitk.git/blobdiff - vv/vvRegisterForm.cxx
textBrowser for registration is not set with a transparent background
[clitk.git] / vv / vvRegisterForm.cxx
index 839887fd0d84b34dc4ddc025e0b14fd03b0c8958..93d16e490c9d6d4bef50ad7f658d519db6730a7f 100644 (file)
@@ -20,6 +20,7 @@
 #include "vvRegisterForm.h"
 #include <QNetworkRequest>
 #include <QDir>
+#include <QPalette>
 #include "common/globals.h"
 #include "vvCommon.h"
 #include "vvUtils.h"
@@ -27,6 +28,7 @@
 vvRegisterForm::vvRegisterForm(QUrl url, QString path, QSettings::Format format):url(url), settings(path, format){ 
   manager = new QNetworkAccessManager(this);
   setupUi(this);
+  textBrowser->viewport()->setAutoFillBackground(false);
 }
 
 void vvRegisterForm::sendData(){