gestionale/mainwindow.ui

302 lines
6.6 KiB
Plaintext
Raw Normal View History

2019-08-03 15:24:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>652</width>
2019-08-03 15:48:30 +00:00
<height>304</height>
2019-08-03 15:24:44 +00:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLineEdit" name="lineEdit">
2019-08-03 15:48:30 +00:00
<property name="enabled">
<bool>false</bool>
</property>
2019-08-03 15:24:44 +00:00
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>10</x>
<y>20</y>
<width>51</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>10</x>
<y>0</y>
2019-08-03 15:24:44 +00:00
<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>
2019-08-03 15:48:30 +00:00
<x>70</x>
<y>0</y>
2019-08-03 15:24:44 +00:00
<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>
2019-08-03 15:48:30 +00:00
<x>360</x>
<y>0</y>
2019-08-03 15:24:44 +00:00
<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>
2019-08-03 15:48:30 +00:00
<x>70</x>
<y>20</y>
<width>281</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="lineCognome">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>360</x>
<y>20</y>
<width>281</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineComuneResidenza">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>120</x>
<y>80</y>
<width>231</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEmail">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>360</x>
<y>80</y>
<width>281</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>10</x>
<y>60</y>
<width>92</width>
<height>18</height>
2019-08-03 15:24:44 +00:00
</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>
2019-08-03 15:48:30 +00:00
<x>120</x>
<y>60</y>
<width>132</width>
<height>18</height>
2019-08-03 15:24:44 +00:00
</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>
2019-08-03 15:48:30 +00:00
<x>360</x>
<y>50</y>
2019-08-03 15:24:44 +00:00
<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>
2019-08-03 15:48:30 +00:00
<x>10</x>
<y>110</y>
2019-08-03 15:24:44 +00:00
<width>71</width>
<height>31</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>
2019-08-03 15:48:30 +00:00
<x>330</x>
<y>110</y>
2019-08-03 15:24:44 +00:00
<width>41</width>
<height>31</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>
2019-08-03 15:48:30 +00:00
<x>10</x>
<y>80</y>
<width>101</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy</string>
</property>
</widget>
<widget class="QComboBox" name="comboProfessione">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>10</x>
<y>140</y>
<width>311</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboFonte">
<property name="geometry">
<rect>
2019-08-03 15:48:30 +00:00
<x>330</x>
<y>140</y>
<width>311</width>
2019-08-03 15:24:44 +00:00
<height>32</height>
</rect>
</property>
</widget>
2019-08-03 15:48:30 +00:00
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>631</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>91</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Cerca</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>110</x>
<y>200</y>
<width>131</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Inserisci / Modifica</string>
</property>
</widget>
2019-08-03 15:24:44 +00:00
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>652</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>lineEdit</tabstop>
<tabstop>lineNome</tabstop>
<tabstop>lineCognome</tabstop>
<tabstop>dateDataNascita</tabstop>
<tabstop>lineComuneResidenza</tabstop>
<tabstop>lineEmail</tabstop>
<tabstop>comboProfessione</tabstop>
<tabstop>comboFonte</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>