]> Creatis software - clitk.git/blob - vv/qt_ui/vvRegisterForm.ui
59f776427bf4bc64c515b82bf81aca11a422f8e2
[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>160</x>
36      <y>120</y>
37      <width>201</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>100</x>
46      <y>120</y>
47      <width>61</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>100</x>
59      <y>140</y>
60      <width>61</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>160</x>
72      <y>140</y>
73      <width>201</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>160</x>
82      <y>160</y>
83      <width>201</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>160</x>
92      <y>180</y>
93      <width>201</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>100</x>
102      <y>160</y>
103      <width>61</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>100</x>
115      <y>180</y>
116      <width>61</width>
117      <height>20</height>
118     </rect>
119    </property>
120    <property name="text">
121     <string>Institute</string>
122    </property>
123   </widget>
124  </widget>
125  <resources/>
126  <connections>
127   <connection>
128    <sender>buttonBox</sender>
129    <signal>accepted()</signal>
130    <receiver>vvRegisterForm</receiver>
131    <slot>accept()</slot>
132    <hints>
133     <hint type="sourcelabel">
134      <x>248</x>
135      <y>254</y>
136     </hint>
137     <hint type="destinationlabel">
138      <x>157</x>
139      <y>274</y>
140     </hint>
141    </hints>
142   </connection>
143   <connection>
144    <sender>buttonBox</sender>
145    <signal>rejected()</signal>
146    <receiver>vvRegisterForm</receiver>
147    <slot>reject()</slot>
148    <hints>
149     <hint type="sourcelabel">
150      <x>316</x>
151      <y>260</y>
152     </hint>
153     <hint type="destinationlabel">
154      <x>286</x>
155      <y>274</y>
156     </hint>
157    </hints>
158   </connection>
159  </connections>
160 </ui>