3 Star 4 Fork 3

Liyanyi / GNSS TJPPP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainwindow.ui 13.31 KB
一键复制 编辑 原始数据 按行查看 历史
Liyanyi 提交于 2021-12-06 16:29 . 修改部分文件
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
<?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>791</width>
<height>522</height>
</rect>
</property>
<property name="windowTitle">
<string>GNSS_TJPPP</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLineEdit" name="textEdit_FilePath">
<property name="geometry">
<rect>
<x>10</x>
<y>4</y>
<width>531</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Select">
<property name="geometry">
<rect>
<x>559</x>
<y>3</y>
<width>130</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>选择文件夹</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>38</y>
<width>611</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>基本设置:</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>12</x>
<y>30</y>
<width>75</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>对流层模型</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_TropDelay">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<item>
<property name="text">
<string>UNB3m</string>
</property>
</item>
<item>
<property name="text">
<string>Sasstam(GPT2)</string>
</property>
</item>
<item>
<property name="text">
<string>Hopfield(GPT2)</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>137</x>
<y>30</y>
<width>61</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>滤波方法</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_Method">
<property name="geometry">
<rect>
<x>124</x>
<y>50</y>
<width>86</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<item>
<property name="text">
<string>Kalman</string>
</property>
</item>
<item>
<property name="text">
<string>SRIF</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>222</x>
<y>26</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>卫星截止角度</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>433</x>
<y>32</y>
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Kinematic</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Kinematic">
<property name="geometry">
<rect>
<x>433</x>
<y>52</y>
<width>71</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Kin</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Angle">
<property name="geometry">
<rect>
<x>225</x>
<y>51</y>
<width>81</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>510</x>
<y>12</y>
<width>91</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>产品</string>
</property>
<widget class="QRadioButton" name="radioButton_igs">
<property name="geometry">
<rect>
<x>20</x>
<y>25</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>final</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_cnt">
<property name="geometry">
<rect>
<x>20</x>
<y>46</y>
<width>51</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>cnt</string>
</property>
</widget>
</widget>
<widget class="QComboBox" name="comboBox_PPPModel">
<property name="geometry">
<rect>
<x>320</x>
<y>50</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<item>
<property name="text">
<string>Ion_free</string>
</property>
</item>
<item>
<property name="text">
<string>Uncombined</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>333</x>
<y>30</y>
<width>75</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>PPP模型</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>626</x>
<y>38</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>卫星系统选择:</string>
</property>
<widget class="QCheckBox" name="checkBox_GPS">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>22</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>GPS</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_BDS">
<property name="geometry">
<rect>
<x>10</x>
<y>49</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>BDS</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_GLONASS">
<property name="geometry">
<rect>
<x>10</x>
<y>76</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>GLONASS</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_GAlieo">
<property name="geometry">
<rect>
<x>10</x>
<y>105</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Galileo</string>
</property>
</widget>
</widget>
<widget class="QTextEdit" name="textEdit_Display">
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>771</width>
<height>191</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>10</x>
<y>136</y>
<width>411</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>PPP-精密单点定位</string>
</property>
<widget class="QPushButton" name="pushButton_Run">
<property name="geometry">
<rect>
<x>290</x>
<y>20</y>
<width>89</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>运行</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_RunBatch">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>141</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>运行(批量)</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Back">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>61</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Back</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>521</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>SPP-伪距单点定位</string>
</property>
<widget class="QPushButton" name="pushButton_SPP">
<property name="geometry">
<rect>
<x>258</x>
<y>25</y>
<width>89</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>运行</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_SPP_LC">
<property name="geometry">
<rect>
<x>15</x>
<y>25</y>
<width>86</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<item>
<property name="text">
<string>P_IF</string>
</property>
</item>
<item>
<property name="text">
<string>PL_IF</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="comboBox_SPP_SMOOTH">
<property name="geometry">
<rect>
<x>126</x>
<y>25</y>
<width>116</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<item>
<property name="text">
<string>NoSmooth</string>
</property>
</item>
<item>
<property name="text">
<string>Smooth</string>
</property>
</item>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>540</x>
<y>177</y>
<width>191</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>绘制该站点数据分析图:</string>
</property>
<widget class="QPushButton" name="pushButton_Plot">
<property name="geometry">
<rect>
<x>10</x>
<y>63</y>
<width>126</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>绘制图像</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_RunBatch">
<property name="geometry">
<rect>
<x>11</x>
<y>26</y>
<width>126</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>791</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/liyanyi19981104/gnss-tjppp.git
git@gitee.com:liyanyi19981104/gnss-tjppp.git
liyanyi19981104
gnss-tjppp
GNSS TJPPP
master

搜索帮助