| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- <?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>832</width>
- <height>598</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QLineEdit" name="lineEdit_Lon">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>280</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Lat">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>347</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Heading">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>415</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>20</y>
- <width>691</width>
- <height>221</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>65</x>
- <y>270</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>经度</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>65</x>
- <y>340</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>纬度</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>65</x>
- <y>410</y>
- <width>151</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>航向</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>270</y>
- <width>131</width>
- <height>40</height>
- </rect>
- </property>
- <property name="text">
- <string>向前偏移</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>340</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>向左偏移</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>410</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>向上偏移</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_xoff">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>280</y>
- <width>111</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_yoff">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>347</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_zoff">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>410</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>832</width>
- <height>28</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionNewCollection"/>
- <addaction name="actionCompleteColllection"/>
- </widget>
- <addaction name="menuFile"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="actionNewCollection">
- <property name="text">
- <string>NewCollection</string>
- </property>
- </action>
- <action name="actionCompleteColllection">
- <property name="text">
- <string>CompleteColllection</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|