gestionale/nicolodi/Pin.ui

112 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Pin</class>
<widget class="QDialog" name="Pin">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>108</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Questionario GOLEM</string>
</property>
<widget class="QGroupBox" name="groupBoxPin">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>381</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>Accesso al questionario</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>361</width>
<height>22</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labelPin">
<property name="text">
<string>Pin</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditPin">
<property name="whatsThis">
<string/>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="pushButtonOk">
<property name="geometry">
<rect>
<x>210</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="whatsThis">
<string/>
</property>
<property name="text">
<string>&amp;Ok</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonEsci">
<property name="geometry">
<rect>
<x>290</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="whatsThis">
<string/>
</property>
<property name="text">
<string>&amp;Esci</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>