| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?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>571</width>
- <height>387</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLineEdit" name="lineEdit_lat">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>30</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_lon">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>80</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_lane">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>140</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>30</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Latitude</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>90</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Longitude</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>150</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Lane</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_cmd">
- <property name="geometry">
- <rect>
- <x>410</x>
- <y>80</y>
- <width>89</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Req</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>571</width>
- <height>28</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>
|