78 lines
1.6 KiB
XML
78 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>GraphWindow</class>
|
|
<widget class="QWidget" name="GraphWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>870</width>
|
|
<height>274</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>301</width>
|
|
<height>274</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Graph</string>
|
|
</property>
|
|
<widget class="QChartView" name="chartView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>281</width>
|
|
<height>231</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>281</width>
|
|
<height>231</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonTest">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>250</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Test</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QChartView" name="graphicsView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>30</y>
|
|
<width>256</width>
|
|
<height>192</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QChartView</class>
|
|
<extends>QGraphicsView</extends>
|
|
<header>QtCharts</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|