📄 qgps_ui.ui
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -