simdisplay.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SimDisplay</class>
  4. <widget class="QDialog" name="SimDisplay">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1120</width>
  10. <height>755</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>态势展示</string>
  15. </property>
  16. <widget class="QGraphicsView" name="graphicsView">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>21</y>
  21. <width>1071</width>
  22. <height>651</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QPushButton" name="pushButton">
  27. <property name="geometry">
  28. <rect>
  29. <x>130</x>
  30. <y>687</y>
  31. <width>141</width>
  32. <height>41</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>启动</string>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="pushButton_2">
  40. <property name="geometry">
  41. <rect>
  42. <x>480</x>
  43. <y>690</y>
  44. <width>141</width>
  45. <height>41</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>暂停</string>
  50. </property>
  51. </widget>
  52. <widget class="QPushButton" name="pushButton_3">
  53. <property name="geometry">
  54. <rect>
  55. <x>840</x>
  56. <y>690</y>
  57. <width>141</width>
  58. <height>41</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>终止</string>
  63. </property>
  64. </widget>
  65. </widget>
  66. <resources/>
  67. <connections/>
  68. </ui>