mirror of
https://github.com/brmlab/edubrm.git
synced 2025-08-03 15:23:36 +02:00
finish A module
This commit is contained in:
parent
854d40738f
commit
43ef244ff8
3 changed files with 57 additions and 16 deletions
|
@ -13,23 +13,23 @@
|
|||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<widget class="QGraphicsView" name="graphV">
|
||||
<widget class="QGraphicsView" name="graphU">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>80</x>
|
||||
<y>10</y>
|
||||
<width>691</width>
|
||||
<height>481</height>
|
||||
<width>701</width>
|
||||
<height>511</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QProgressBar" name="progressV">
|
||||
<widget class="QProgressBar" name="progressU">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>10</x>
|
||||
<y>10</y>
|
||||
<y>49</y>
|
||||
<width>61</width>
|
||||
<height>481</height>
|
||||
<height>401</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
|
@ -45,13 +45,13 @@
|
|||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="labelV">
|
||||
<widget class="QLabel" name="labelU">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>10</x>
|
||||
<y>500</y>
|
||||
<y>460</y>
|
||||
<width>61</width>
|
||||
<height>21</height>
|
||||
<height>61</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue