📄 waypointeditoruibase.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>WaypointEditorUIBase</class><widget class="QDialog"> <property name="name"> <cstring>WaypointEditorUIBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>555</width> <height>723</height> </rect> </property> <property name="caption"> <string>Waypoint Editor</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout19</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout16</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_4</cstring> </property> <property name="text"> <string>Name</string> </property> </widget> <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>textLabel1_2</cstring> </property> <property name="text"> <string>Longitude</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_3</cstring> </property> <property name="text"> <string>Altitude</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_3_2</cstring> </property> <property name="text"> <string>Symbol</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout18</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>mNameEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>mLatEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>mLonEdit</cstring> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>mAltSpin</cstring> </property> <property name="suffix"> <string> ft</string> </property> <property name="maxValue"> <number>1000000000</number> </property> <property name="minValue"> <number>-1000000000</number> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>mSymbolEdit</cstring> </property> </widget> </vbox> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout10</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Comment</string> </property> </widget> <widget class="QTextEdit"> <property name="name"> <cstring>mCommentEdit</cstring> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout12</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>101</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>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>80</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>spacer3</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>WaypointEditorUIBase</receiver> <slot>accept()</slot> </connection> <connection> <sender>mCancelBtn</sender> <signal>clicked()</signal> <receiver>WaypointEditorUIBase</receiver> <slot>close()</slot> </connection></connections><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -