2017-11-13 09:47:37 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-11-12 22:44:16 +08:00
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
2017-11-13 09:47:37 +08:00
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
2017-11-12 22:44:16 +08:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-11-15 19:11:48 +08:00
|
|
|
<width>647</width>
|
|
|
|
<height>460</height>
|
2017-11-12 22:44:16 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-11-13 09:47:37 +08:00
|
|
|
<property name="windowTitle">
|
2017-11-12 22:44:16 +08:00
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2017-11-13 09:47:37 +08:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab_11">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>页</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QCustomPlot" name="w99" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>80</y>
|
|
|
|
<width>651</width>
|
|
|
|
<height>301</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2017-11-15 19:11:48 +08:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>页</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2017-11-13 09:47:37 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="hs0">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-11-15 19:11:48 +08:00
|
|
|
<width>647</width>
|
|
|
|
<height>25</height>
|
2017-11-13 09:47:37 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2017-11-12 22:44:16 +08:00
|
|
|
</widget>
|
2017-11-13 09:47:37 +08:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>QCustomPlot</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global">qcustomplot.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2017-11-12 22:44:16 +08:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|