mainwindow.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="enabled">
  9. <bool>true</bool>
  10. </property>
  11. <property name="geometry">
  12. <rect>
  13. <x>0</x>
  14. <y>0</y>
  15. <width>820</width>
  16. <height>420</height>
  17. </rect>
  18. </property>
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>820</width>
  28. <height>420</height>
  29. </size>
  30. </property>
  31. <property name="maximumSize">
  32. <size>
  33. <width>820</width>
  34. <height>420</height>
  35. </size>
  36. </property>
  37. <property name="windowTitle">
  38. <string>RealPlay</string>
  39. </property>
  40. <widget class="QWidget" name="centralWidget">
  41. <widget class="QPushButton" name="pushButLoad">
  42. <property name="geometry">
  43. <rect>
  44. <x>20</x>
  45. <y>10</y>
  46. <width>91</width>
  47. <height>31</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>Load Config</string>
  52. </property>
  53. </widget>
  54. <widget class="QPushButton" name="pushButPlay">
  55. <property name="geometry">
  56. <rect>
  57. <x>120</x>
  58. <y>10</y>
  59. <width>91</width>
  60. <height>31</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>Play</string>
  65. </property>
  66. </widget>
  67. <widget class="QPushButton" name="pushButStopALL">
  68. <property name="geometry">
  69. <rect>
  70. <x>20</x>
  71. <y>50</y>
  72. <width>91</width>
  73. <height>31</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>Stop ALL</string>
  78. </property>
  79. </widget>
  80. <widget class="QPushButton" name="pushButStop">
  81. <property name="geometry">
  82. <rect>
  83. <x>120</x>
  84. <y>50</y>
  85. <width>91</width>
  86. <height>31</height>
  87. </rect>
  88. </property>
  89. <property name="text">
  90. <string>Stop</string>
  91. </property>
  92. </widget>
  93. <widget class="QTableView" name="listView1">
  94. <property name="geometry">
  95. <rect>
  96. <x>20</x>
  97. <y>90</y>
  98. <width>771</width>
  99. <height>311</height>
  100. </rect>
  101. </property>
  102. </widget>
  103. </widget>
  104. </widget>
  105. <layoutdefault spacing="6" margin="11"/>
  106. <resources/>
  107. <connections/>
  108. </ui>