No Description

xyplotwindow.ui 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>XYPlotWindow</class>
  4. <widget class="QMainWindow" name="XYPlotWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>754</width>
  10. <height>633</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>XYPlotWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QCustomPlot" name="customPlot" native="true">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>691</width>
  23. <height>581</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. </widget>
  28. <widget class="QMenuBar" name="menuBar">
  29. <property name="geometry">
  30. <rect>
  31. <x>0</x>
  32. <y>0</y>
  33. <width>754</width>
  34. <height>22</height>
  35. </rect>
  36. </property>
  37. </widget>
  38. <widget class="QToolBar" name="mainToolBar">
  39. <attribute name="toolBarArea">
  40. <enum>TopToolBarArea</enum>
  41. </attribute>
  42. <attribute name="toolBarBreak">
  43. <bool>false</bool>
  44. </attribute>
  45. </widget>
  46. <widget class="QStatusBar" name="statusBar"/>
  47. </widget>
  48. <layoutdefault spacing="6" margin="11"/>
  49. <customwidgets>
  50. <customwidget>
  51. <class>QCustomPlot</class>
  52. <extends>QWidget</extends>
  53. <header>qcustomplot.h</header>
  54. <container>1</container>
  55. </customwidget>
  56. </customwidgets>
  57. <resources/>
  58. <connections/>
  59. </ui>