📄 configurationpanel.ui
字号:
<widget class="QLineEdit" row="1" column="0"> <property name="name"> <cstring>fullName</cstring> </property> </widget> <widget class="QLineEdit" row="3" column="0"> <property name="name"> <cstring>userPart</cstring> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>User Part of SIP URL</string> </property> </widget> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>textLabel2_3</cstring> </property> <property name="text"> <string>Authorization user</string> </property> </widget> <widget class="QLineEdit" row="5" column="0"> <property name="name"> <cstring>username</cstring> </property> </widget> <widget class="QLineEdit" row="9" column="0"> <property name="name"> <cstring>hostPart</cstring> </property> </widget> <widget class="QLineEdit" row="11" column="0"> <property name="name"> <cstring>sipproxy</cstring> </property> </widget> <widget class="QLabel" row="10" column="0"> <property name="name"> <cstring>textLabel3_2_2</cstring> </property> <property name="text"> <string>SIP proxy</string> </property> </widget> <widget class="QLineEdit" row="7" column="0"> <property name="name"> <cstring>password</cstring> </property> <property name="echoMode"> <enum>Password</enum> </property> </widget> <widget class="QLabel" row="6" column="0"> <property name="name"> <cstring>textLabel1_3</cstring> </property> <property name="text"> <string>Password</string> </property> </widget> <widget class="QLabel" row="8" column="0"> <property name="name"> <cstring>textLabel3_2</cstring> </property> <property name="text"> <string>Host part of SIP URL</string> </property> </widget> </grid> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout23</cstring> </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="QCheckBox"> <property name="name"> <cstring>autoregister</cstring> </property> <property name="text"> <string>Auto-register</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <spacer> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>201</width> <height>21</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>Register</cstring> </property> <property name="text"> <string>Register</string> </property> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer9</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>21</height> </size> </property> </spacer> </vbox> </widget> </vbox> </widget> </widget> <widget class="QWidget"> <property name="name"> <cstring>STUNPage</cstring> </property> <attribute name="title"> <string>STUN</string> </attribute> <widget class="QGroupBox"> <property name="name"> <cstring>groupBox3</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>110</y> <width>253</width> <height>100</height> </rect> </property> <property name="title"> <string>Settings </string> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_5</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>38</y> <width>229</width> <height>16</height> </rect> </property> <property name="text"> <string>STUN server (address:port)</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>STUNserver</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>229</width> <height>23</height> </rect> </property> </widget> </widget> <widget class="QButtonGroup"> <property name="name"> <cstring>stunButtonGroup</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>90</width> <height>81</height> </rect> </property> <property name="title"> <string>Use STUN</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton"> <property name="name"> <cstring>useStunNo</cstring> </property> <property name="text"> <string>No</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>useStunYes</cstring> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -