qt_demoe/control/battery/frmbattery.ui

57 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-10-23 06:32:50 +00:00
<?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>
2021-11-03 06:13:56 +00:00
<width>800</width>
<height>600</height>
2019-10-23 06:32:50 +00:00
</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>