📄 configurationpanel.ui
字号:
<property name="text"> <string>Yes</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </vbox> </widget> </widget> <widget class="QWidget"> <property name="name"> <cstring>DTMFPage</cstring> </property> <attribute name="title"> <string>DTMF</string> </attribute> <widget class="QGroupBox"> <property name="name"> <cstring>SettingsDTMF</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>301</width> <height>130</height> </rect> </property> <property name="title"> <string>Settings</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout11</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout10</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>playTones</cstring> </property> <property name="text"> <string>Play tones locally</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <spacer> <property name="name"> <cstring>spacer6</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>111</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout7</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>labelPulseLength</cstring> </property> <property name="text"> <string>Pulse length</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>115</width> <height>20</height> </size> </property> </spacer> <widget class="QSpinBox"> <property name="name"> <cstring>pulseLength</cstring> </property> <property name="suffix"> <string> ms</string> </property> <property name="maxValue"> <number>1500</number> </property> <property name="minValue"> <number>10</number> </property> <property name="value"> <number>250</number> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout8</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>labelSendDTMF</cstring> </property> <property name="text"> <string>Send DTMF as</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>85</width> <height>20</height> </size> </property> </spacer> <widget class="QComboBox"> <item> <property name="text"> <string>SIP INFO</string> </property> </item> <property name="name"> <cstring>sendDTMFas</cstring> </property> <property name="currentItem"> <number>0</number> </property> </widget> </hbox> </widget> </vbox> </widget> </grid> </widget> </widget> </widget> <widget class="QTabWidget"> <property name="name"> <cstring>Tab_Audio</cstring> </property> <widget class="QWidget"> <property name="name"> <cstring>DriversPage</cstring> </property> <attribute name="title"> <string>Drivers</string> </attribute> <widget class="QButtonGroup"> <property name="name"> <cstring>DriverChoice</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>104</width> <height>81</height> </rect> </property> <property name="title"> <string>Drivers</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton"> <property name="name"> <cstring>ossButton</cstring> </property> <property name="text"> <string>OSS</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>alsaButton</cstring> </property> <property name="enabled"> <bool>true</bool> </property> <property name="text">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -