mirror of
https://github.com/YikeStone/Qt-Advent.git
synced 2025-08-02 18:04:08 +05:30
100 lines
2.3 KiB
XML
100 lines
2.3 KiB
XML
<?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>1703</width>
|
|
<height>967</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QCustomPlot" name="widget_2" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>850</x>
|
|
<y>0</y>
|
|
<width>851</width>
|
|
<height>271</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCustomPlot" name="widget_1" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>851</width>
|
|
<height>271</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCustomPlot" name="widget_4" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>850</x>
|
|
<y>270</y>
|
|
<width>851</width>
|
|
<height>281</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCustomPlot" name="widget_3" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>270</y>
|
|
<width>851</width>
|
|
<height>281</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCustomPlot" name="widget_5" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>550</y>
|
|
<width>851</width>
|
|
<height>311</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1703</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
</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>
|