more fixes

This commit is contained in:
Pavol Rusnak 2011-05-04 02:16:08 +02:00
parent 1413db58fd
commit 19bd37a530
7 changed files with 285 additions and 58 deletions

View file

@ -87,7 +87,7 @@
<property name="title">
<string>Mode</string>
</property>
<widget class="QRadioButton" name="radioL">
<widget class="QRadioButton" name="radioC">
<property name="geometry">
<rect>
<x>10</x>
@ -96,27 +96,11 @@
<height>26</height>
</rect>
</property>
<property name="text">
<string>L</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioC">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>51</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>C</string>
</property>
<property name="checked">
<bool>false</bool>
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioLC">
@ -135,6 +119,22 @@
<bool>false</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioL">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>51</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>L</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btnStart">
<property name="geometry">