1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>vvRegisterForm</class>
4 <widget class="QDialog" name="vvRegisterForm">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
8 <property name="geometry">
16 <property name="windowTitle">
17 <string>VV registration</string>
19 <layout class="QGridLayout" name="gridLayout_2">
20 <item row="0" column="0">
21 <layout class="QVBoxLayout" name="verticalLayout">
23 <widget class="QTextBrowser" name="textBrowser">
24 <property name="contextMenuPolicy">
25 <enum>Qt::DefaultContextMenu</enum>
27 <property name="autoFillBackground">
30 <property name="frameShape">
31 <enum>QFrame::NoFrame</enum>
33 <property name="frameShadow">
34 <enum>QFrame::Plain</enum>
36 <property name="html">
37 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
38 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
39 p, li { white-space: pre-wrap; }
40 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
41 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;"><img src=":/common/icons/weNeedYou.png" style="float: left;" /><span style=" font-size:11pt; font-weight:600; color:#0000c0;">Welcome to VV !</span><br /><br />We wish to keep an estimate of the number of persons using VV. This is really important for us to justify the ressources spent in developing this software.</p>
42 <p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;"></p>
43 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;">Please, take a few seconds to fill in the following fields and send us the information by clicking OK. If you still prefer to remain anonymous, simply click &quot;Cancel&quot; (you can still register afterwards using the help menu).</p>
44 <p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;"></p>
45 <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;">Privacy: the collected information is for internal and non-commercial use only. We will only use your email for vv release announcements.</p></body></html></string>
50 <layout class="QGridLayout" name="gridLayout">
51 <item row="0" column="0">
52 <widget class="QLabel" name="label">
53 <property name="text">
54 <string>First name</string>
58 <item row="0" column="1">
59 <widget class="QLineEdit" name="firstName"/>
61 <item row="1" column="0">
62 <widget class="QLabel" name="label_2">
63 <property name="text">
64 <string>Last name</string>
68 <item row="1" column="1">
69 <widget class="QLineEdit" name="lastName"/>
71 <item row="2" column="0">
72 <widget class="QLabel" name="label_3">
73 <property name="text">
74 <string>Email</string>
78 <item row="2" column="1">
79 <widget class="QLineEdit" name="email"/>
81 <item row="3" column="0">
82 <widget class="QLabel" name="label_4">
83 <property name="text">
84 <string>Institute</string>
88 <item row="3" column="1">
89 <widget class="QLineEdit" name="group"/>
91 <item row="4" column="0">
92 <widget class="QLabel" name="label_5">
93 <property name="text">
94 <string>OS name</string>
98 <item row="4" column="1">
99 <widget class="QLabel" name="osName">
100 <property name="text">
101 <string>OS name</string>
108 <widget class="QDialogButtonBox" name="buttonBox">
109 <property name="orientation">
110 <enum>Qt::Horizontal</enum>
112 <property name="standardButtons">
113 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
122 <include location="../vvIcons.qrc"/>
126 <sender>buttonBox</sender>
127 <signal>accepted()</signal>
128 <receiver>vvRegisterForm</receiver>
129 <slot>accept()</slot>
131 <hint type="sourcelabel">
135 <hint type="destinationlabel">
142 <sender>buttonBox</sender>
143 <signal>rejected()</signal>
144 <receiver>vvRegisterForm</receiver>
145 <slot>reject()</slot>
147 <hint type="sourcelabel">
151 <hint type="destinationlabel">