|
@@ -0,0 +1,550 @@
|
|
|
+<?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>838</width>
|
|
|
+ <height>655</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>MainWindow</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="centralwidget">
|
|
|
+ <widget class="QGroupBox" name="groupBox">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>50</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>601</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>经纬度转大地</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>30</x>
|
|
|
+ <y>42</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>21</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>经度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>28</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>纬度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_1_Lon">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>90</x>
|
|
|
+ <y>37</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_1_Lat">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>90</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_LonLatConvertXY">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>280</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>71</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>转换</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>388</x>
|
|
|
+ <y>83</y>
|
|
|
+ <width>41</width>
|
|
|
+ <height>21</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>y:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_4">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>390</x>
|
|
|
+ <y>44</y>
|
|
|
+ <width>41</width>
|
|
|
+ <height>21</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>x:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_1_x">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>450</x>
|
|
|
+ <y>37</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_1_y">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>450</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QGroupBox" name="groupBox_2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>50</x>
|
|
|
+ <y>193</y>
|
|
|
+ <width>731</width>
|
|
|
+ <height>171</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>经纬度转相对</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QGroupBox" name="groupBox_4">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>191</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>基准点</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QLabel" name="label_5">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>28</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>经度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_6">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>纬度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_7">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>93</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>航向:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_2_Lon">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>29</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_2_Lat">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_2_Heading">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>95</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QGroupBox" name="groupBox_5">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>220</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>191</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>测量点</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QLabel" name="label_8">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>28</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>经度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_9">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>纬度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_10">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>93</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>航向:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_2_Lon2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>29</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_2_Lat2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_2_Heading2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>95</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_LonLatConvertRel">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>430</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>71</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>转换</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPlainTextEdit" name="plainTextEdit_Rel">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>520</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>201</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QGroupBox" name="groupBox_3">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>50</x>
|
|
|
+ <y>402</y>
|
|
|
+ <width>731</width>
|
|
|
+ <height>171</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>相对转经纬度</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QGroupBox" name="groupBox_6">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>191</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>基准点</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QLabel" name="label_11">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>28</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>经度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_12">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>纬度:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_13">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>93</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>航向:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_3_Lon">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>29</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_3_Lat">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_3_Heading">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>95</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QGroupBox" name="groupBox_7">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>220</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>191</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>相对点</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QLabel" name="label_14">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>28</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>x:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_15">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>y:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_16">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>4</x>
|
|
|
+ <y>93</y>
|
|
|
+ <width>51</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>hdg:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_3_x">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>29</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_3_y">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>62</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_3_hdg">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>70</x>
|
|
|
+ <y>95</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_RelConvertLonLat">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>430</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>71</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>转换</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPlainTextEdit" name="plainTextEdit_LonLat">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>520</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>201</width>
|
|
|
+ <height>131</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QMenuBar" name="menubar">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>838</width>
|
|
|
+ <height>27</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QStatusBar" name="statusbar"/>
|
|
|
+ </widget>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|