<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CurveWidgetClass</class> <widget class="QWidget" name="CurveWidgetClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>516</width> <height>250</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>250</height> </size> </property> <property name="windowTitle"> <string>CurveWidget</string> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="styleSheet"> <string notr="true"/> </property> <widget class="QWidget" name="wgt_background" native="true"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>510</width> <height>240</height> </rect> </property> <widget class="QCustomPlot" name="wgt_curvePlot" native="true"> <property name="geometry"> <rect> <x>0</x> <y>40</y> <width>510</width> <height>200</height> </rect> </property> </widget> <widget class="QLabel" name="lb_curveInfo"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>510</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>Noto Sans S Chinese Light</family> <pointsize>12</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="pb_hide"> <property name="geometry"> <rect> <x>485</x> <y>5</y> <width>20</width> <height>20</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="text"> <string>X</string> </property> </widget> <widget class="QLabel" name="lb_curveName"> <property name="geometry"> <rect> <x>5</x> <y>5</y> <width>100</width> <height>20</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>130</x> <y>5</y> <width>206</width> <height>22</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>6</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="lb_curValue"> <property name="text"> <string>当前值:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="le_curValue"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>150</width> <height>16777215</height> </size> </property> </widget> </item> </layout> </widget> <widget class="QPushButton" name="pb_resetCoord"> <property name="geometry"> <rect> <x>460</x> <y>5</y> <width>20</width> <height>20</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="text"> <string>R</string> </property> </widget> <widget class="QPushButton" name="pb_zoomCoordY"> <property name="geometry"> <rect> <x>435</x> <y>5</y> <width>20</width> <height>20</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="text"> <string>Y</string> </property> </widget> </widget> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> <class>QCustomPlot</class> <extends>QWidget</extends> <header>qcustomplot.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>