📄 optionsform.ui
字号:
</widget> <widget class="QComboBox"> <item> <property name="text"> <string>/dev/ttyS0</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS1</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS2</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS3</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS4</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS5</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS6</string> </property> </item> <item> <property name="text"> <string>/dev/ttyS7</string> </property> </item> <property name="name"> <cstring>deviceNameComboBox</cstring> </property> <property name="geometry"> <rect> <x>236</x> <y>30</y> <width>160</width> <height>35</height> </rect> </property> <property name="editable"> <bool>true</bool> </property> <property name="currentItem"> <number>0</number> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel7</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>280</y> <width>200</width> <height>22</height> </rect> </property> <property name="text"> <string>open device for:</string> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>1</string> </property> </item> <item> <property name="text"> <string>2</string> </property> </item> <property name="name"> <cstring>stopbitsComboBox</cstring> </property> <property name="geometry"> <rect> <x>236</x> <y>150</y> <width>160</width> <height>30</height> </rect> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>None</string> </property> </item> <item> <property name="text"> <string>Odd</string> </property> </item> <item> <property name="text"> <string>Even</string> </property> </item> <item> <property name="text"> <string>Mark</string> </property> </item> <item> <property name="text"> <string>Space</string> </property> </item> <property name="name"> <cstring>parityComboBox</cstring> </property> <property name="geometry"> <rect> <x>236</x> <y>190</y> <width>160</width> <height>35</height> </rect> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>5</string> </property> </item> <item> <property name="text"> <string>6</string> </property> </item> <item> <property name="text"> <string>7</string> </property> </item> <item> <property name="text"> <string>8</string> </property> </item> <property name="name"> <cstring>databitsComboBox</cstring> </property> <property name="geometry"> <rect> <x>236</x> <y>110</y> <width>160</width> <height>35</height> </rect> </property> <property name="currentItem"> <number>3</number> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>600</string> </property> </item> <item> <property name="text"> <string>1200</string> </property> </item> <item> <property name="text"> <string>2400</string> </property> </item> <item> <property name="text"> <string>4800</string> </property> </item> <item> <property name="text"> <string>9600</string> </property> </item> <item>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -