finish DC part of module C

This commit is contained in:
Pavol Rusnak 2011-05-03 20:09:51 +02:00
parent 2ed7ce0a56
commit cb366284dd
4 changed files with 100 additions and 49 deletions

View file

@ -156,6 +156,35 @@
</property>
</widget>
</widget>
<widget class="QPushButton" name="btnStart">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="btnStop">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
</widget>
<resources/>
<connections/>