📄 optionsform.ui
字号:
<property name="text"> <string>enable</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>autosaveLEdit</cstring> </property> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>370</width> <height>27</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </widget> </widget> <widget class="QWidget"> <property name="name"> <cstring>connectionPage</cstring> </property> <attribute name="id"> <number>1</number> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QGroupBox"> <property name="name"> <cstring>groupBox1</cstring> </property> <property name="title"> <string>Serial port settings</string> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>40</y> <width>94</width> <height>22</height> </rect> </property> <property name="text"> <string>Device</string> </property> <property name="buddy" stdset="0"> <cstring>deviceNameComboBox</cstring> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel6</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>240</y> <width>120</width> <height>22</height> </rect> </property> <property name="text"> <string>Flow Control</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel5</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>200</y> <width>94</width> <height>22</height> </rect> </property> <property name="text"> <string>Parity</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>160</y> <width>95</width> <height>22</height> </rect> </property> <property name="text"> <string>Stop Bits</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>120</y> <width>94</width> <height>22</height> </rect> </property> <property name="text"> <string>Data bits</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>80</y> <width>94</width> <height>22</height> </rect> </property> <property name="text"> <string>Baudrate</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>writeCheckBox</cstring> </property> <property name="geometry"> <rect> <x>320</x> <y>280</y> <width>70</width> <height>27</height> </rect> </property> <property name="text"> <string>write</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>readCheckBox</cstring> </property> <property name="geometry"> <rect> <x>240</x> <y>280</y> <width>70</width> <height>27</height> </rect> </property> <property name="text"> <string>read</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>applyCheckBox</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>320</y> <width>320</width> <height>27</height> </rect> </property> <property name="text"> <string>Apply setting when open device</string> </property> <property name="checked"> <bool>true</bool> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -