1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SimDisplay</class>
- <widget class="QDialog" name="SimDisplay">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1120</width>
- <height>755</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>态势展示</string>
- </property>
- <widget class="QGraphicsView" name="graphicsView">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>21</y>
- <width>1071</width>
- <height>651</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>687</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>启动</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>690</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>暂停</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_3">
- <property name="geometry">
- <rect>
- <x>840</x>
- <y>690</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>终止</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|