qgps_ui.ui
来自「在linux系统下开发的GPS接收程序,具有良好的图形操作界面.」· UI 代码 · 共 1,013 行 · 第 1/5 页
UI
1,013 行
<widget class="QLabel"> <property name="name"> <cstring>latitude</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string></string> </property> <property name="alignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout32</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lbl_longitude</cstring> </property> <property name="text"> <string>Longitude : </string> </property> <property name="alignment"> <set>AlignVCenter</set> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>longitude</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string></string> </property> <property name="alignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout33</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lbl_altitude</cstring> </property> <property name="text"> <string>Altitude : </string> </property> <property name="alignment"> <set>AlignVCenter</set> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>altitude</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string></string> </property> <property name="alignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout29</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lbl_geoid</cstring> </property> <property name="text"> <string>Geoidal Height : </string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>geoid</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string></string> </property> <property name="alignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout30</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lbl_dopu</cstring> </property> <property name="text"> <string>Dilution of Precision : </string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>dop</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>30</width> <height>0</height> </size> </property> <property name="text"> <string></string> </property> <property name="alignment"> <set>AlignVCenter|AlignLeft</set> </property> </widget> </hbox> </widget> </vbox> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>box_ecef</cstring> </property> <property name="title"> <string>ECEF Position</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?