Files
CuboBmsTool/pages/pagertdata.ui
2022-08-01 21:53:36 +03:00

355 lines
11 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PageRtData</class>
<widget class="QWidget" name="PageRtData">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>834</width>
<height>505</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="tabShape">
<enum>QTabWidget::Triangular</enum>
</property>
<property name="currentIndex">
<number>6</number>
</property>
<widget class="QWidget" name="cellBarGraphTab">
<property name="enabled">
<bool>false</bool>
</property>
<attribute name="title">
<string>Cells Voltage</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QCustomPlot" name="cellBarGraph" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="auxBarGraphTab">
<property name="enabled">
<bool>false</bool>
</property>
<attribute name="title">
<string>Temperatures LTC</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QCustomPlot" name="auxBarGraph" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="expBarGraphTab">
<property name="enabled">
<bool>false</bool>
</property>
<attribute name="title">
<string>Temperatures Expansion</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="QCustomPlot" name="expBarGraph" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="ivLCGraphTab">
<property name="enabled">
<bool>false</bool>
</property>
<attribute name="title">
<string>IV Graph</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCustomPlot" name="ivLCGraph" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="cellGraphTab">
<attribute name="title">
<string>Cell Graph</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QCustomPlot" name="cellGraph" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tempGraphTab">
<attribute name="title">
<string>Temp Graph</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="1,0">
<item>
<widget class="QCustomPlot" name="tempGraph" native="true"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="tempShowBMSBox">
<property name="toolTip">
<string>Show MOSFET temperature</string>
</property>
<property name="text">
<string>BMS</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="tempShowBatteryBox">
<property name="toolTip">
<string>Show motor temperature</string>
</property>
<property name="text">
<string>Battery</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QCustomPlot" name="cellLimitsGraph">
<attribute name="title">
<string>Cell Limits</string>
</attribute>
</widget>
</widget>
</item>
<item>
<widget class="QFrame" name="buttonFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QToolButton" name="autoscaleButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>3</pointsize>
</font>
</property>
<property name="toolTip">
<string>Autoscale plots with incoming samples</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../res.qrc">
<normaloff>:/res/icons/size_off.png</normaloff>
<normalon>:/res/icons/size_on.png</normalon>:/res/icons/size_off.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="zoomHButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>3</pointsize>
</font>
</property>
<property name="toolTip">
<string>Enable horizontal zoom</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../res.qrc">
<normaloff>:/res/icons/expand_off.png</normaloff>
<normalon>:/res/icons/expand_on.png</normalon>:/res/icons/expand_off.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="zoomVButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>3</pointsize>
</font>
</property>
<property name="toolTip">
<string>Enable vertical zoom</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../res.qrc">
<normaloff>:/res/icons/expand_v_off.png</normaloff>
<normalon>:/res/icons/expand_v_on.png</normalon>:/res/icons/expand_v_off.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="rescaleButton">
<property name="toolTip">
<string>Rescale plots to fit</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../res.qrc">
<normaloff>:/res/icons/size_off.png</normaloff>:/res/icons/size_off.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<widget class="RtDataText" name="rtText" native="true"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>RtDataText</class>
<extends>QWidget</extends>
<header>widgets/rtdatatext.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header>widgets/qcustomplot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../res.qrc"/>
</resources>
<connections/>
</ui>