⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 audioproperties.ui

📁 使用VOIP技术.能够无连接接通远程用户
💻 UI
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>FormAudioProperties</class><comment>////  The contents of this file are subject to the Mozilla Public License//  Version 1.0 (the "License"); you may not use this file except in//  compliance with the License. You may obtain a copy of the License at//  http://www.mozilla.org/MPL/// //  Software distributed under the License is distributed on an "AS IS"//  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See//  the License for the specific language governing rights and limitations//  under the License.// //  The Original Code is CPhone, a cross platform voip gui.////  The Initial Developer of the Original Code is Derek Smithies.////  Copyright (C) 2002 Indranet Technologies Ltd, //                                  http://www.indranet-technologies.com//  All Rights Reserved.////  Contributor(s): _______________   $Log: audioproperties.ui,v $  Revision 1.3  2003/04/04 04:42:33  dereksmithies  Remove ampersand character from .ui files.  Revision 1.2  2003/04/04 04:37:49  dereksmithies  Major upgrade.  IXJ and microtelco support added. Fix threading issues.  Revision 1.1.1.1  2002/05/12 22:55:03  dereksmithies  Initial release. </comment><widget class="QDialog">    <property name="name">        <cstring>FormAudioProperties</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>380</width>            <height>371</height>        </rect>    </property>    <property name="sizePolicy">        <sizepolicy>            <hsizetype>1</hsizetype>            <vsizetype>1</vsizetype>            <horstretch>0</horstretch>            <verstretch>0</verstretch>        </sizepolicy>    </property>    <property name="caption">        <string>Sound</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>11</number>        </property>        <property name="spacing">            <number>6</number>        </property>        <widget class="QGroupBox" row="4" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>GroupBoxSoundDevice</cstring>            </property>            <property name="title">                <string>Device</string>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>11</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QComboBox">                    <property name="name">                        <cstring>ComboBoxAudioDevice</cstring>                    </property>                </widget>            </vbox>        </widget>        <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>GroupBoxSoundLevel</cstring>            </property>            <property name="title">                <string>Volume</string>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>11</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QSlider" row="1" column="1">                    <property name="name">                        <cstring>SliderSpeaker</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="tickmarks">                        <enum>Right</enum>                    </property>                    <property name="tickInterval">                        <number>10</number>                    </property>                </widget>                <widget class="QSlider" row="0" column="1">                    <property name="name">                        <cstring>SliderMicrophone</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="tickmarks">                        <enum>Right</enum>                    </property>                    <property name="tickInterval">                        <number>10</number>                    </property>                </widget>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>TextLabel5</cstring>                    </property>                    <property name="minimumSize">                        <size>                            <width>100</width>                            <height>0</height>                        </size>                    </property>                    <property name="text">                        <string>Microphone</string>                    </property>                    <property name="textFormat">                        <enum>PlainText</enum>                    </property>                </widget>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>TextLabel6</cstring>                    </property>                    <property name="minimumSize">                        <size>                            <width>100</width>                            <height>0</height>                        </size>                    </property>                    <property name="text">                        <string>Speaker</string>                    </property>                </widget>            </grid>        </widget>        <widget class="QGroupBox" row="2" column="1">            <property name="name">                <cstring>GroupBoxSoundQuality</cstring>            </property>            <property name="title">                <string>Quality</string>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>11</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>Layout3</cstring>                    </property>                    <vbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>                        </property>                        <property name="spacing">                            <number>6</number>                        </property>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>CheckBoxDisableSilenceDetection</cstring>                            </property>                            <property name="text">                                <string>Disable silence detection</string>                            </property>                        </widget>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>Layout1</cstring>                            </property>                            <hbox>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <property name="margin">                                    <number>0</number>                                </property>                                <property name="spacing">                                    <number>6</number>                                </property>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>TextLabel3_2</cstring>                                    </property>                                    <property name="text">                                        <string>Echo Cancellation</string>                                    </property>                                </widget>                                <widget class="QComboBox">                                    <property name="name">                                        <cstring>ComboBoxEchoCancellation</cstring>                                    </property>                                </widget>                            </hbox>                        </widget>                    </vbox>                </widget>                <widget class="Line">                    <property name="name">                        <cstring>Line2</cstring>                    </property>                    <property name="frameShape">                        <enum>HLine</enum>                    </property>                    <property name="frameShadow">                        <enum>Sunken</enum>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                </widget>                <widget class="QLabel">                    <property name="name">                        <cstring>TextLabel3</cstring>                    </property>                    <property name="text">                        <string>Number of buffers</string>                    </property>                </widget>                <widget class="QSpinBox">                    <property name="name">                        <cstring>SpinBoxNumberSoundBuffers</cstring>                    </property>                    <property name="maxValue">                        <number>10</number>                    </property>                    <property name="minValue">                        <number>2</number>                    </property>                    <property name="value">                        <number>2</number>                    </property>                </widget>                <widget class="QSlider">                    <property name="name">                        <cstring>SliderJitterBufferSize</cstring>                    </property>                    <property name="minValue">                        <number>20</number>                    </property>                    <property name="maxValue">                        <number>500</number>                    </property>                    <property name="value">                        <number>100</number>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="tickmarks">                        <enum>Right</enum>                    </property>                    <property name="tickInterval">                        <number>50</number>                    </property>                </widget>                <widget class="QLabel">                    <property name="name">                        <cstring>TextLabel1</cstring>                    </property>                    <property name="text">                        <string>Jitter buffer size</string>                    </property>                </widget>            </vbox>        </widget>    </grid></widget><connections>    <connection>        <sender>CheckBoxDisableSilenceDetection</sender>        <signal>toggled(bool)</signal>        <receiver>FormAudioProperties</receiver>        <slot>DisableSilenceDetectionChanged_slot()</slot>    </connection>    <connection>        <sender>SliderJitterBufferSize</sender>        <signal>valueChanged(int)</signal>        <receiver>FormAudioProperties</receiver>        <slot>JitterBufferSizeChanged_slot()</slot>    </connection>    <connection>        <sender>SliderMicrophone</sender>        <signal>valueChanged(int)</signal>        <receiver>FormAudioProperties</receiver>        <slot>MicrophoneVolumeChanged_slot()</slot>    </connection>    <connection>        <sender>SliderSpeaker</sender>        <signal>valueChanged(int)</signal>        <receiver>FormAudioProperties</receiver>        <slot>SpeakerVolumeChanged_slot()</slot>    </connection>    <connection>        <sender>SpinBoxNumberSoundBuffers</sender>        <signal>valueChanged(int)</signal>        <receiver>FormAudioProperties</receiver>        <slot>NumberSoundBuffers_slot()</slot>    </connection>    <connection>        <sender>ComboBoxEchoCancellation</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>FormAudioProperties</receiver>        <slot>EchoCancellationChanged_slot()</slot>    </connection>    <connection>        <sender>ComboBoxAudioDevice</sender>        <signal>activated(int)</signal>        <receiver>FormAudioProperties</receiver>        <slot>AudioDeviceChanged_slot()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">audioproperties.ui.h</include></includes><slots>    <slot>AudioDeviceChanged_slot()</slot>    <slot>DisableSilenceDetectionChanged_slot()</slot>    <slot>EchoCancellationChanged_slot()</slot>    <slot>JitterBufferSizeChanged_slot()</slot>    <slot>MicrophoneVolumeChanged_slot()</slot>    <slot>NumberSoundBuffers_slot()</slot>    <slot>SpeakerVolumeChanged_slot()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -