123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- <?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>1038</width>
- <height>674</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="windowIcon">
- <iconset resource="ntrip.qrc">
- <normaloff>:/ntripbroad.png</normaloff>:/ntripbroad.png</iconset>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="pushButton_Start">
- <property name="geometry">
- <rect>
- <x>540</x>
- <y>334</y>
- <width>89</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Start</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_serverip">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>30</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_serverport">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>90</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_servermountpoint">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>150</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_username">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>210</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>40</y>
- <width>141</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Server IP</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>100</y>
- <width>101</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Server Port</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>160</y>
- <width>121</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>MountPoint</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>220</y>
- <width>121</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>User Name</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_password">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>270</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>280</y>
- <width>121</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>PassWord</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_Client">
- <property name="geometry">
- <rect>
- <x>660</x>
- <y>30</y>
- <width>291</width>
- <height>331</height>
- </rect>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_NTIPMSG">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>390</y>
- <width>871</width>
- <height>221</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>340</y>
- <width>71</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>经度</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Lon">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>340</y>
- <width>151</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>340</y>
- <width>41</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>纬度</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Lat">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>340</y>
- <width>141</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1038</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources>
- <include location="ntrip.qrc"/>
- </resources>
- <connections/>
- </ui>
|