gestionale/argento/EditWindow.ui

390 lines
8.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditWindow</class>
<widget class="QMainWindow" name="EditWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>652</width>
<height>273</height>
</rect>
</property>
<property name="windowTitle">
<string>Edit Window</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLineEdit" name="lineID">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>51</width>
<height>32</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>14</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>ID</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>70</x>
<y>0</y>
<width>38</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Nome</string>
</property>
</widget>
<widget class="QLabel" name="label_">
<property name="geometry">
<rect>
<x>360</x>
<y>0</y>
<width>60</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Cognome</string>
</property>
</widget>
<widget class="QLineEdit" name="lineNome">
<property name="geometry">
<rect>
<x>70</x>
<y>20</y>
<width>281</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="lineCognome">
<property name="geometry">
<rect>
<x>360</x>
<y>20</y>
<width>281</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineComuneResidenza">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>231</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEmail">
<property name="geometry">
<rect>
<x>360</x>
<y>80</y>
<width>281</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>92</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Data di Nascita</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>120</x>
<y>60</y>
<width>132</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Comune di Residenza</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>360</x>
<y>50</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Email</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Professione</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>330</x>
<y>110</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Fonte</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QDateEdit" name="dateDataNascita">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>101</width>
<height>32</height>
</rect>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
<widget class="QComboBox" name="comboProfessione">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>311</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboFonte">
<property name="geometry">
<rect>
<x>330</x>
<y>130</y>
<width>311</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>631</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="buttonSalva">
<property name="geometry">
<rect>
<x>550</x>
<y>230</y>
<width>91</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Salva</string>
</property>
</widget>
<widget class="QCheckBox" name="checkAbilitaQuestionario">
<property name="geometry">
<rect>
<x>450</x>
<y>170</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Abilita</string>
</property>
</widget>
<widget class="QDateEdit" name="dateDataCompilazione">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>230</x>
<y>170</y>
<width>101</width>
<height>32</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>80</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Questionario</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="buttonAnnulla">
<property name="geometry">
<rect>
<x>450</x>
<y>230</y>
<width>91</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Annulla</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>100</x>
<y>170</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Ultima compilazione</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="linePin">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>370</x>
<y>170</y>
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>340</x>
<y>170</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>OTP</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>lineID</tabstop>
<tabstop>lineNome</tabstop>
<tabstop>lineCognome</tabstop>
<tabstop>dateDataNascita</tabstop>
<tabstop>lineComuneResidenza</tabstop>
<tabstop>lineEmail</tabstop>
<tabstop>comboProfessione</tabstop>
<tabstop>comboFonte</tabstop>
<tabstop>dateDataCompilazione</tabstop>
<tabstop>linePin</tabstop>
<tabstop>checkAbilitaQuestionario</tabstop>
<tabstop>buttonAnnulla</tabstop>
<tabstop>buttonSalva</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>