finish module B

This commit is contained in:
Pavol Rusnak 2011-05-01 21:46:20 +02:00
parent 03006e9d37
commit 854d40738f
6 changed files with 190 additions and 124 deletions

View file

@ -13,16 +13,64 @@
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="widgetImg" native="true">
<widget class="QGraphicsView" name="widgetImg">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>761</width>
<height>511</height>
<height>471</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelUs">
<property name="geometry">
<rect>
<x>10</x>
<y>490</y>
<width>251</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Us = 0.000 V</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelUc">
<property name="geometry">
<rect>
<x>260</x>
<y>490</y>
<width>261</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Uc = 0.000 V</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelI">
<property name="geometry">
<rect>
<x>520</x>
<y>490</y>
<width>251</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>I = 0.000 mA</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>