57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>frmBattery</class>
|
||
|
<widget class="QWidget" name="frmBattery">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>800</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<widget class="Battery" name="battery" native="true">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>9</x>
|
||
|
<y>9</y>
|
||
|
<width>482</width>
|
||
|
<height>257</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="horizontalSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>9</x>
|
||
|
<y>272</y>
|
||
|
<width>481</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="invertedControls">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>Battery</class>
|
||
|
<extends>QWidget</extends>
|
||
|
<header>battery.h</header>
|
||
|
<container>1</container>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|