<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralWidget"> <widget class="QPushButton" name="btnOpenClockLogFile"> <property name="geometry"> <rect> <x>30</x> <y>60</y> <width>80</width> <height>24</height> </rect> </property> <property name="text"> <string>打开文件</string> </property> </widget> <widget class="QPushButton" name="btnShowChart"> <property name="geometry"> <rect> <x>130</x> <y>60</y> <width>80</width> <height>24</height> </rect> </property> <property name="text"> <string>曲线图</string> </property> </widget> <widget class="QPushButton" name="btnResiMi"> <property name="geometry"> <rect> <x>230</x> <y>60</y> <width>80</width> <height>24</height> </rect> </property> <property name="text"> <string>分钟拟合</string> </property> </widget> <widget class="QLabel" name="labelFilename"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>371</width> <height>20</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>