]> Creatis software - clitk.git/blob - vv/qt_ui/vvRegisterForm.ui
Changed register form title
[clitk.git] / vv / qt_ui / vvRegisterForm.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvRegisterForm</class>
4  <widget class="QDialog" name="vvRegisterForm">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>371</width>
13     <height>413</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>VV registration</string>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_2">
20    <item row="0" column="0">
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23       <widget class="QTextBrowser" name="textBrowser">
24        <property name="contextMenuPolicy">
25         <enum>Qt::DefaultContextMenu</enum>
26        </property>
27        <property name="autoFillBackground">
28         <bool>false</bool>
29        </property>
30        <property name="frameShape">
31         <enum>QFrame::NoFrame</enum>
32        </property>
33        <property name="frameShadow">
34         <enum>QFrame::Plain</enum>
35        </property>
36        <property name="html">
37         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
38 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
39 p, li { white-space: pre-wrap; }
40 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
41 &lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/common/icons/weNeedYou.png&quot; style=&quot;float: left;&quot; /&gt;&lt;span style=&quot; font-weight:600; color:#0000c0;&quot;&gt;Welcome to VV !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;/p&gt;
42 &lt;p align=&quot;justify&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
43 &lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;&quot;&gt;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 &amp;quot;No, thanks&amp;quot; (you can still register afterwards using the help menu).&lt;/p&gt;
44 &lt;p align=&quot;justify&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
45 &lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Privacy: the collected information is for internal and non-commercial use only. We will only use your email for vv release announcements.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
46        </property>
47       </widget>
48      </item>
49      <item>
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>
55          </property>
56         </widget>
57        </item>
58        <item row="0" column="1">
59         <widget class="QLineEdit" name="firstName"/>
60        </item>
61        <item row="1" column="0">
62         <widget class="QLabel" name="label_2">
63          <property name="text">
64           <string>Last name</string>
65          </property>
66         </widget>
67        </item>
68        <item row="1" column="1">
69         <widget class="QLineEdit" name="lastName"/>
70        </item>
71        <item row="2" column="0">
72         <widget class="QLabel" name="label_3">
73          <property name="text">
74           <string>Email</string>
75          </property>
76         </widget>
77        </item>
78        <item row="2" column="1">
79         <widget class="QLineEdit" name="email"/>
80        </item>
81        <item row="3" column="0">
82         <widget class="QLabel" name="label_4">
83          <property name="text">
84           <string>Institute</string>
85          </property>
86         </widget>
87        </item>
88        <item row="3" column="1">
89         <widget class="QLineEdit" name="group"/>
90        </item>
91        <item row="4" column="0">
92         <widget class="QLabel" name="label_5">
93          <property name="text">
94           <string>OS name</string>
95          </property>
96         </widget>
97        </item>
98        <item row="4" column="1">
99         <widget class="QLabel" name="osName">
100          <property name="text">
101           <string>OS name</string>
102          </property>
103         </widget>
104        </item>
105       </layout>
106      </item>
107      <item>
108       <widget class="QDialogButtonBox" name="buttonBox">
109        <property name="orientation">
110         <enum>Qt::Horizontal</enum>
111        </property>
112        <property name="standardButtons">
113         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
114        </property>
115       </widget>
116      </item>
117     </layout>
118    </item>
119   </layout>
120  </widget>
121  <resources>
122   <include location="../vvIcons.qrc"/>
123  </resources>
124  <connections>
125   <connection>
126    <sender>buttonBox</sender>
127    <signal>accepted()</signal>
128    <receiver>vvRegisterForm</receiver>
129    <slot>accept()</slot>
130    <hints>
131     <hint type="sourcelabel">
132      <x>248</x>
133      <y>254</y>
134     </hint>
135     <hint type="destinationlabel">
136      <x>157</x>
137      <y>274</y>
138     </hint>
139    </hints>
140   </connection>
141   <connection>
142    <sender>buttonBox</sender>
143    <signal>rejected()</signal>
144    <receiver>vvRegisterForm</receiver>
145    <slot>reject()</slot>
146    <hints>
147     <hint type="sourcelabel">
148      <x>316</x>
149      <y>260</y>
150     </hint>
151     <hint type="destinationlabel">
152      <x>286</x>
153      <y>274</y>
154     </hint>
155    </hints>
156   </connection>
157  </connections>
158 </ui>