]> Creatis software - clitk.git/blob - vv/qt_ui/vvRegisterForm.ui
textBrowser for registration is not set with a transparent background
[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="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>389</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QDialogButtonBox" name="buttonBox">
17    <property name="geometry">
18     <rect>
19      <x>40</x>
20      <y>260</y>
21      <width>341</width>
22      <height>32</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Horizontal</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QLineEdit" name="firstName">
33    <property name="geometry">
34     <rect>
35      <x>110</x>
36      <y>150</y>
37      <width>241</width>
38      <height>21</height>
39     </rect>
40    </property>
41   </widget>
42   <widget class="QLabel" name="label">
43    <property name="geometry">
44     <rect>
45      <x>40</x>
46      <y>150</y>
47      <width>71</width>
48      <height>20</height>
49     </rect>
50    </property>
51    <property name="text">
52     <string>First name</string>
53    </property>
54   </widget>
55   <widget class="QLabel" name="label_2">
56    <property name="geometry">
57     <rect>
58      <x>40</x>
59      <y>170</y>
60      <width>71</width>
61      <height>20</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>Last name</string>
66    </property>
67   </widget>
68   <widget class="QLineEdit" name="lastName">
69    <property name="geometry">
70     <rect>
71      <x>110</x>
72      <y>170</y>
73      <width>241</width>
74      <height>21</height>
75     </rect>
76    </property>
77   </widget>
78   <widget class="QLineEdit" name="email">
79    <property name="geometry">
80     <rect>
81      <x>110</x>
82      <y>190</y>
83      <width>241</width>
84      <height>21</height>
85     </rect>
86    </property>
87   </widget>
88   <widget class="QLineEdit" name="group">
89    <property name="geometry">
90     <rect>
91      <x>110</x>
92      <y>210</y>
93      <width>241</width>
94      <height>21</height>
95     </rect>
96    </property>
97   </widget>
98   <widget class="QLabel" name="label_3">
99    <property name="geometry">
100     <rect>
101      <x>40</x>
102      <y>190</y>
103      <width>71</width>
104      <height>20</height>
105     </rect>
106    </property>
107    <property name="text">
108     <string>Email</string>
109    </property>
110   </widget>
111   <widget class="QLabel" name="label_4">
112    <property name="geometry">
113     <rect>
114      <x>40</x>
115      <y>210</y>
116      <width>71</width>
117      <height>20</height>
118     </rect>
119    </property>
120    <property name="text">
121     <string>Institute</string>
122    </property>
123   </widget>
124   <widget class="QTextBrowser" name="textBrowser">
125    <property name="geometry">
126     <rect>
127      <x>40</x>
128      <y>10</y>
129      <width>311</width>
130      <height>121</height>
131     </rect>
132    </property>
133    <property name="contextMenuPolicy">
134     <enum>Qt::DefaultContextMenu</enum>
135    </property>
136    <property name="autoFillBackground">
137     <bool>false</bool>
138    </property>
139    <property name="frameShape">
140     <enum>QFrame::NoFrame</enum>
141    </property>
142    <property name="frameShadow">
143     <enum>QFrame::Plain</enum>
144    </property>
145    <property name="html">
146     <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;
147 &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;
148 p, li { white-space: pre-wrap; }
149 &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;
150 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Thank you for using vv!&lt;/p&gt;
151 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
152 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;We would like to know more about our vv users. Those informations are private and will not be shared to any other society.&lt;/p&gt;
153 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
154 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;The data which will be sent are the facultative input to fill below, and the operating system name.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
155    </property>
156   </widget>
157   <widget class="QLabel" name="label_5">
158    <property name="geometry">
159     <rect>
160      <x>40</x>
161      <y>240</y>
162      <width>61</width>
163      <height>20</height>
164     </rect>
165    </property>
166    <property name="text">
167     <string>OS name</string>
168    </property>
169   </widget>
170   <widget class="QLabel" name="osName">
171    <property name="geometry">
172     <rect>
173      <x>110</x>
174      <y>240</y>
175      <width>241</width>
176      <height>20</height>
177     </rect>
178    </property>
179    <property name="text">
180     <string>OS name</string>
181    </property>
182   </widget>
183  </widget>
184  <resources/>
185  <connections>
186   <connection>
187    <sender>buttonBox</sender>
188    <signal>accepted()</signal>
189    <receiver>vvRegisterForm</receiver>
190    <slot>accept()</slot>
191    <hints>
192     <hint type="sourcelabel">
193      <x>248</x>
194      <y>254</y>
195     </hint>
196     <hint type="destinationlabel">
197      <x>157</x>
198      <y>274</y>
199     </hint>
200    </hints>
201   </connection>
202   <connection>
203    <sender>buttonBox</sender>
204    <signal>rejected()</signal>
205    <receiver>vvRegisterForm</receiver>
206    <slot>reject()</slot>
207    <hints>
208     <hint type="sourcelabel">
209      <x>316</x>
210      <y>260</y>
211     </hint>
212     <hint type="destinationlabel">
213      <x>286</x>
214      <y>274</y>
215     </hint>
216    </hints>
217   </connection>
218  </connections>
219 </ui>