mainwindow.ui 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1011</width>
  10. <height>542</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QPlainTextEdit" name="plainTextEdit">
  18. <property name="geometry">
  19. <rect>
  20. <x>460</x>
  21. <y>90</y>
  22. <width>521</width>
  23. <height>371</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QPushButton" name="pushButton_Load">
  28. <property name="geometry">
  29. <rect>
  30. <x>60</x>
  31. <y>10</y>
  32. <width>89</width>
  33. <height>25</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>Load</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="pushButton_Save">
  41. <property name="geometry">
  42. <rect>
  43. <x>390</x>
  44. <y>10</y>
  45. <width>89</width>
  46. <height>25</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Save</string>
  51. </property>
  52. </widget>
  53. <widget class="QSlider" name="horizontalSlider">
  54. <property name="geometry">
  55. <rect>
  56. <x>20</x>
  57. <y>40</y>
  58. <width>841</width>
  59. <height>16</height>
  60. </rect>
  61. </property>
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. </widget>
  66. </widget>
  67. <widget class="QMenuBar" name="menuBar">
  68. <property name="geometry">
  69. <rect>
  70. <x>0</x>
  71. <y>0</y>
  72. <width>1011</width>
  73. <height>28</height>
  74. </rect>
  75. </property>
  76. </widget>
  77. <widget class="QToolBar" name="mainToolBar">
  78. <attribute name="toolBarArea">
  79. <enum>TopToolBarArea</enum>
  80. </attribute>
  81. <attribute name="toolBarBreak">
  82. <bool>false</bool>
  83. </attribute>
  84. </widget>
  85. <widget class="QStatusBar" name="statusBar"/>
  86. </widget>
  87. <layoutdefault spacing="6" margin="11"/>
  88. <resources/>
  89. <connections/>
  90. </ui>