87 lines
4.6 KiB
XML
87 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PageWelcome</class>
|
|
<widget class="QWidget" name="PageWelcome">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>760</width>
|
|
<height>461</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="ImageWidget" name="bgWidget" native="true">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1">
|
|
<property name="leftMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:20pt;">Welcome to </span><span style=" font-size:20pt; font-weight:600;">ENNOID-BMS</span><span style=" font-weight:600;">®</span><span style=" font-size:20pt; font-weight:600;"> Tool</span></p><p align="center"><br/></p><p align="center"><span style=" font-size:14pt;">You must connect your battery to your ENNOID-BMS before use. Once the battery is connected, the </span><span style=" font-size:14pt; font-style:italic;">power</span><span style=" font-size:14pt;"> LED on the ENNOID-BMS should normally turn </span><span style=" font-size:14pt; font-weight:600; font-style:italic;">ON </span><span style=" font-size:14pt;">after connecting the USB to a computer host. </span></p><p align="center"><br/></p><p align="center"><span style=" font-size:14pt;">Click on the </span><span style=" font-size:14pt; font-weight:600; font-style:italic;">Connect </span><span style=" font-size:14pt;">button below. The indicator in the bottom right corner should turn green and shows </span><span style=" font-size:14pt; font-style:italic;">&quot;Connected&quot;. </span></p><p align="center"><span style=" font-size:14pt; vertical-align:sub;">(If the connection fails, please make sure you have the appropriate driver for &quot;Silicon Labs CP2104&quot; installed on your computer)</span></p><p align="center"><br/></p><p align="center"><span style=" font-size:14pt;">Before using this application for configuring the ENNOID-BMS, make sure you have updated the firmware with one of the included files available in the &quot;Firmware&quot; page. </span></p><p align="center"><br/></p><p align="center"><span style=" font-size:14pt;">Follow the indicated instructions in the &quot;Settings&quot; page for configuring your ENNOID-BMS.</span></p></body></html></string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<number>3</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPushButton" name="autoConnectButton">
|
|
<property name="toolTip">
|
|
<string>Automatically connect using the USB connection.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Connect</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../res.qrc">
|
|
<normaloff>:/res/icons/Connected-96.png</normaloff>:/res/icons/Connected-96.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>45</width>
|
|
<height>45</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ImageWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>widgets/imagewidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../res.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|