<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>Form1</class>
<widget class="Dialog">
<property name="name">
<cstring>Form1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>359</width>
<height>194</height>
</rect>
</property>
<property name="caption">
<string>Form1</string>
</property>
<widget class="GroupBox">
<property name="name">
<cstring>GroupBox2</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>341</width>
<height>60</height>
</rect>
</property>
<property name="title">
<string>Risultato:</string>
</property>
<widget class="LineEdit">
<property name="name">
<cstring>LineEdit2</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>321</width>
<height>30</height>
</rect>
</property>
</widget>
</widget>
<widget class="LineEdit">
<property name="name">
<cstring>LineEdit1</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>321</width>
<height>31</height>
</rect>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="ExecButton">
<property name="name">
<cstring>ExecButton1</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>321</width>
<height>50</height>
</rect>
</property>
<property name="text">
<string>&CALCOLA</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@LineEdit2.setText( @expr( @LineEdit1 * 2) )</string>
</stringlist>
</property>
</widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>