<height>121</height>
</rect>
</property>
+ <property name="contextMenuPolicy">
+ <enum>Qt::DefaultContextMenu</enum>
+ </property>
+ <property name="autoFillBackground">
+ <bool>false</bool>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Plain</enum>
+ </property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
#include "vvRegisterForm.h"
#include <QNetworkRequest>
#include <QDir>
+#include <QPalette>
#include "common/globals.h"
#include "vvCommon.h"
#include "vvUtils.h"
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(){