mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 04:43:59 +02:00
67 lines
1.4 KiB
XML
67 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ModuleA</class>
|
|
<widget class="QWidget" name="ModuleA">
|
|
<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="graphV">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>10</y>
|
|
<width>691</width>
|
|
<height>481</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="progressV">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>61</width>
|
|
<height>481</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>4000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="textVisible">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelV">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>500</y>
|
|
<width>61</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.000 V</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|