1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>XYPlotWindow</class>
- <widget class="QMainWindow" name="XYPlotWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>754</width>
- <height>633</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>XYPlotWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QCustomPlot" name="customPlot" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>691</width>
- <height>581</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>754</width>
- <height>22</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>
|