<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ChannelCharts</class> <widget class="QWidget" name="ChannelCharts"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1000</width> <height>640</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCustomPlot" name="dataPlot" native="true"/> </item> <item> <widget class="QCustomPlot" name="allenPlot" native="true"/> </item> </layout> </widget> <customwidgets> <customwidget> <class>QCustomPlot</class> <extends>QWidget</extends> <header>qcustomplot.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>