📄 trackpointeditoruibase.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>TrackPointEditorUIBase</class><widget class="QDialog"> <property name="name"> <cstring>TrackPointEditorUIBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>336</width> <height>203</height> </rect> </property> <property name="caption"> <string>Track Point</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout22</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout20</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Latitude</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Longitude</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Altitude</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>Time</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout19</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>mLatEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>mLonEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>mAltEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>mTimeEdit</cstring> </property> </widget> </vbox> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer13</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>51</height> </size> </property> </spacer> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout21</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer10</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>91</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>mOKBtn</cstring> </property> <property name="text"> <string>OK</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer11</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>51</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>mCancelBtn</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer12</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>71</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> </vbox></widget><connections> <connection> <sender>mOKBtn</sender> <signal>clicked()</signal> <receiver>TrackPointEditorUIBase</receiver> <slot>accept()</slot> </connection> <connection> <sender>mCancelBtn</sender> <signal>clicked()</signal> <receiver>TrackPointEditorUIBase</receiver> <slot>close()</slot> </connection></connections><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -