123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>436</width>
- <height>373</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QGraphicsView" name="MainView">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>11</y>
- <width>381</width>
- <height>231</height>
- </rect>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="RunPushButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>280</y>
- <width>114</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>Jump</string>
- </property>
- </widget>
- <widget class="QLabel" name="alabel">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>250</y>
- <width>21</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>a: </string>
- </property>
- </widget>
- <widget class="QLineEdit" name="alineEdit">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>250</y>
- <width>31</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="blabel">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>250</y>
- <width>21</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>b:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="blineEdit">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>250</y>
- <width>31</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="clineEdit">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>250</y>
- <width>31</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="clabel">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>250</y>
- <width>21</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>c:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="retryButton">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>280</y>
- <width>114</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>Retry</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>436</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|