edubrm/software/modules/ModuleC.ui
2011-05-03 20:09:51 +02:00

191 lines
4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ModuleC</class>
<widget class="QWidget" name="ModuleC">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>781</width>
<height>531</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QGraphicsView" name="graph1">
<property name="geometry">
<rect>
<x>100</x>
<y>10</y>
<width>331</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="graph3">
<property name="geometry">
<rect>
<x>100</x>
<y>270</y>
<width>331</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="graph2">
<property name="geometry">
<rect>
<x>440</x>
<y>10</y>
<width>321</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="graph4">
<property name="geometry">
<rect>
<x>440</x>
<y>270</y>
<width>331</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupCurrent">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>81</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>Current</string>
</property>
<widget class="QRadioButton" name="radioDC">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>51</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>DC</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioAC">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>51</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>AC</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupMode">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>81</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string>Mode</string>
</property>
<widget class="QRadioButton" name="radioL">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>51</width>
<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>
</property>
</widget>
<widget class="QRadioButton" name="radioLC">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>51</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>LC</string>
</property>
<property name="checked">
<bool>false</bool>
</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/>
</ui>