<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>Chart_Page</class>
|
<widget class="QDialog" name="Chart_Page">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Dialog</string>
|
</property>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>40</y>
|
<width>800</width>
|
<height>4</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_logo">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>5</y>
|
<width>200</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>24</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>数据图表</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_BG">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QWidget" name="widget" native="true">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>45</y>
|
<width>800</width>
|
<height>435</height>
|
</rect>
|
</property>
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>10</y>
|
<width>720</width>
|
<height>350</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QTabBar::tab{
|
color:green;
|
min-width:130px;
|
min-height:50px;
|
}
|
QTabBar::tab:selected{
|
color:blue;
|
}</string>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="tab_16">
|
<attribute name="title">
|
<string>组端电压</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab1_bg_14">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>340</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QCustomPlot" name="chart_vol" native="true">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>695</width>
|
<height>285</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>120</y>
|
<width>31</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_17">
|
<attribute name="title">
|
<string>组端电流</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab1_bg_15">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>340</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QCustomPlot" name="chart_cur" native="true">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>695</width>
|
<height>285</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>120</y>
|
<width>31</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>A</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_18">
|
<attribute name="title">
|
<string>单体电压</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab1_bg_16">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>340</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QCustomPlot" name="chart_monomer" native="true">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>695</width>
|
<height>285</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>120</y>
|
<width>31</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V</string>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_mon_id" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>375</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="inputMethodHints">
|
<set>Qt::ImhNone</set>
|
</property>
|
<property name="text" stdset="0">
|
<string>1/24</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_MonNext">
|
<property name="geometry">
|
<rect>
|
<x>440</x>
|
<y>375</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>下一节</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_MonLast">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>375</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>上一节</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_Return">
|
<property name="geometry">
|
<rect>
|
<x>640</x>
|
<y>375</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);
|
background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>返 回</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox_GroupM">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>375</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>110</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QComboBox {
|
border: 1px solid gray;
|
border-radius: 3px;
|
padding: 1px 2px 1px 2px;
|
min-width: 50px;
|
}
|
QComboBox::down-arrow {
|
image: url(:/new/prefix1/combox.png);
|
}
|
QComboBox::drop-down {
|
subcontrol-origin: padding;
|
subcontrol-position: top right;
|
width: 20px;
|
|
border-left-width: 1px;
|
border-left-color: darkgray;
|
border-left-style: solid; /* just a single line */
|
border-top-right-radius: 3px; /* same radius as the QComboBox */
|
border-bottom-right-radius: 3px;
|
}
|
|
QComboBox QAbstractItemView
|
{
|
|
}
|
QComboBox QAbstractItemView::item {
|
|
}
|
|
QListView::item {
|
background: white;
|
}
|
|
QListView::item:hover {
|
background: #BDD7FD;
|
}</string>
|
</property>
|
<property name="iconSize">
|
<size>
|
<width>16</width>
|
<height>16</height>
|
</size>
|
</property>
|
<property name="frame">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</widget>
|
<zorder>label_BG</zorder>
|
<zorder>line</zorder>
|
<zorder>label_logo</zorder>
|
<zorder>widget</zorder>
|
</widget>
|
<customwidgets>
|
<customwidget>
|
<class>Custom_LineEdit</class>
|
<extends>QWidget</extends>
|
<header>custom_lineedit.h</header>
|
</customwidget>
|
<customwidget>
|
<class>QCustomPlot</class>
|
<extends>QWidget</extends>
|
<header>qcustomplot.h</header>
|
<container>1</container>
|
</customwidget>
|
</customwidgets>
|
<resources>
|
<include location="../Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|