qgps_ui.ui
来自「在linux系统下开发的GPS接收程序,具有良好的图形操作界面.」· UI 代码 · 共 1,013 行 · 第 1/5 页
UI
1,013 行
<property name="name"> <cstring>lbl_ecefx</cstring> </property> <property name="text"> <string>X : </string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>lbl_ecefy</cstring> </property> <property name="text"> <string>Y : </string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>lbl_ecefz</cstring> </property> <property name="text"> <string>Z : </string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout4</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>ecefx</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> </widget> <widget class="QLabel"> <property name="name"> <cstring>ecefy</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> </widget> <widget class="QLabel"> <property name="name"> <cstring>ecefz</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> </widget> </vbox> </widget> </hbox> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>box_utm</cstring> </property> <property name="title"> <string>UTM Posiiton</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout37</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lbl_easting</cstring> </property> <property name="text"> <string>Easting : </string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>easting</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> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout38</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lbl_northing</cstring> </property> <property name="text"> <string>Northing : </string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>northing</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> </widget> </hbox> </widget> </vbox> </widget> </vbox> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>box_globe</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>Globe</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QGlobe" row="0" column="0"> <property name="name"> <cstring>globe</cstring> </property> </widget> </grid> </widget>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?