亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ui_settingsdialog.h

?? YakaPhone, 著名的VOIP客戶端, 需要使用iax庫和QT庫.界面很漂亮
?? H
字號:
#ifndef UI_SETTINGSDIALOG_H#define UI_SETTINGSDIALOG_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QCheckBox>#include <QtGui/QComboBox>#include <QtGui/QDialog>#include <QtGui/QLabel>#include <QtGui/QLineEdit>#include <QtGui/QPushButton>#include <QtGui/QRadioButton>#include <QtGui/QSpacerItem>#include <QtGui/QTabWidget>#include <QtGui/QTextEdit>#include <QtGui/QVBoxLayout>#include <QtGui/QWidget>class Ui_SettingsDialog{public:    QWidget *layoutWidget;    QVBoxLayout *vboxLayout;    QPushButton *okButton;    QPushButton *cancelButton;    QSpacerItem *spacerItem;    QTabWidget *tabAbout;    QWidget *tab_Register;    QLineEdit *lineEdit_Username;    QLineEdit *lineEdit_Password;    QLineEdit *lineEdit_ServerName;    QLabel *label_Username;    QLabel *label_Password;    QLabel *label_ServerName;    QLabel *label_GetAccount;    QWidget *tab_Audio;    QComboBox *comboBox_AudioOutput;    QComboBox *comboBox_AudioInput;    QCheckBox *checkBox_RingBuzzer;    QComboBox *comboBox_AudioRing;    QLabel *label_AudioOutput;    QLabel *label_AudioInput;    QLabel *label_AudioRing;    QWidget *tab_Codec;    QRadioButton *radioButton_CodecALaw;    QRadioButton *radioButton_CodecULaw;    QRadioButton *radioButton_CodecILBC;    QRadioButton *radioButton_CodecSpeex;    QRadioButton *radioButton_CodecG723_1;    QRadioButton *radioButton_CodecGSM;    QWidget *tab_Filter;    QCheckBox *checkBox_AutomaticGainControl;    QCheckBox *checkBox_NoiseRecuction;    QCheckBox *checkBox_AnalogAutomaticGainControl;    QCheckBox *checkBox_EchoCancellation;    QCheckBox *checkBox_ComfortNoise;    QCheckBox *checkBox_SilenceSuppression;    QWidget *tab_About;    QTextEdit *textEdit;    void setupUi(QDialog *SettingsDialog)    {    SettingsDialog->setObjectName(QString::fromUtf8("SettingsDialog"));    SettingsDialog->resize(QSize(408, 171).expandedTo(SettingsDialog->minimumSizeHint()));    layoutWidget = new QWidget(SettingsDialog);    layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));    layoutWidget->setGeometry(QRect(320, 20, 77, 106));    vboxLayout = new QVBoxLayout(layoutWidget);    vboxLayout->setSpacing(6);    vboxLayout->setMargin(0);    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));    okButton = new QPushButton(layoutWidget);    okButton->setObjectName(QString::fromUtf8("okButton"));    vboxLayout->addWidget(okButton);    cancelButton = new QPushButton(layoutWidget);    cancelButton->setObjectName(QString::fromUtf8("cancelButton"));    vboxLayout->addWidget(cancelButton);    spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);    vboxLayout->addItem(spacerItem);    tabAbout = new QTabWidget(SettingsDialog);    tabAbout->setObjectName(QString::fromUtf8("tabAbout"));    tabAbout->setGeometry(QRect(10, 10, 301, 151));    tab_Register = new QWidget();    tab_Register->setObjectName(QString::fromUtf8("tab_Register"));    lineEdit_Username = new QLineEdit(tab_Register);    lineEdit_Username->setObjectName(QString::fromUtf8("lineEdit_Username"));    lineEdit_Username->setGeometry(QRect(100, 10, 151, 20));    lineEdit_Password = new QLineEdit(tab_Register);    lineEdit_Password->setObjectName(QString::fromUtf8("lineEdit_Password"));    lineEdit_Password->setGeometry(QRect(100, 40, 151, 20));    lineEdit_Password->setEchoMode(QLineEdit::Password);    lineEdit_ServerName = new QLineEdit(tab_Register);    lineEdit_ServerName->setObjectName(QString::fromUtf8("lineEdit_ServerName"));    lineEdit_ServerName->setGeometry(QRect(100, 70, 151, 20));    label_Username = new QLabel(tab_Register);    label_Username->setObjectName(QString::fromUtf8("label_Username"));    label_Username->setGeometry(QRect(10, 14, 61, 21));    label_Password = new QLabel(tab_Register);    label_Password->setObjectName(QString::fromUtf8("label_Password"));    label_Password->setGeometry(QRect(10, 44, 61, 21));    label_ServerName = new QLabel(tab_Register);    label_ServerName->setObjectName(QString::fromUtf8("label_ServerName"));    label_ServerName->setGeometry(QRect(10, 74, 71, 21));    label_GetAccount = new QLabel(tab_Register);    label_GetAccount->setObjectName(QString::fromUtf8("label_GetAccount"));    label_GetAccount->setGeometry(QRect(6, 100, 271, 20));    tabAbout->addTab(tab_Register, QApplication::translate("SettingsDialog", "Register", 0, QApplication::UnicodeUTF8));    tab_Audio = new QWidget();    tab_Audio->setObjectName(QString::fromUtf8("tab_Audio"));    comboBox_AudioOutput = new QComboBox(tab_Audio);    comboBox_AudioOutput->setObjectName(QString::fromUtf8("comboBox_AudioOutput"));    comboBox_AudioOutput->setGeometry(QRect(60, 10, 211, 22));    comboBox_AudioInput = new QComboBox(tab_Audio);    comboBox_AudioInput->setObjectName(QString::fromUtf8("comboBox_AudioInput"));    comboBox_AudioInput->setGeometry(QRect(60, 40, 211, 22));    checkBox_RingBuzzer = new QCheckBox(tab_Audio);    checkBox_RingBuzzer->setObjectName(QString::fromUtf8("checkBox_RingBuzzer"));    checkBox_RingBuzzer->setGeometry(QRect(170, 100, 111, 18));    comboBox_AudioRing = new QComboBox(tab_Audio);    comboBox_AudioRing->setObjectName(QString::fromUtf8("comboBox_AudioRing"));    comboBox_AudioRing->setGeometry(QRect(60, 70, 211, 22));    label_AudioOutput = new QLabel(tab_Audio);    label_AudioOutput->setObjectName(QString::fromUtf8("label_AudioOutput"));    label_AudioOutput->setGeometry(QRect(20, 18, 41, 16));    label_AudioInput = new QLabel(tab_Audio);    label_AudioInput->setObjectName(QString::fromUtf8("label_AudioInput"));    label_AudioInput->setGeometry(QRect(20, 48, 31, 16));    label_AudioRing = new QLabel(tab_Audio);    label_AudioRing->setObjectName(QString::fromUtf8("label_AudioRing"));    label_AudioRing->setGeometry(QRect(20, 78, 31, 16));    tabAbout->addTab(tab_Audio, QApplication::translate("SettingsDialog", "Audio", 0, QApplication::UnicodeUTF8));    tab_Codec = new QWidget();    tab_Codec->setObjectName(QString::fromUtf8("tab_Codec"));    radioButton_CodecALaw = new QRadioButton(tab_Codec);    radioButton_CodecALaw->setObjectName(QString::fromUtf8("radioButton_CodecALaw"));    radioButton_CodecALaw->setGeometry(QRect(110, 30, 61, 18));    radioButton_CodecALaw->setChecked(false);    radioButton_CodecULaw = new QRadioButton(tab_Codec);    radioButton_CodecULaw->setObjectName(QString::fromUtf8("radioButton_CodecULaw"));    radioButton_CodecULaw->setGeometry(QRect(30, 30, 61, 20));    radioButton_CodecULaw->setChecked(true);    radioButton_CodecILBC = new QRadioButton(tab_Codec);    radioButton_CodecILBC->setObjectName(QString::fromUtf8("radioButton_CodecILBC"));    radioButton_CodecILBC->setGeometry(QRect(30, 80, 61, 18));    radioButton_CodecSpeex = new QRadioButton(tab_Codec);    radioButton_CodecSpeex->setObjectName(QString::fromUtf8("radioButton_CodecSpeex"));    radioButton_CodecSpeex->setGeometry(QRect(110, 80, 61, 18));    radioButton_CodecG723_1 = new QRadioButton(tab_Codec);    radioButton_CodecG723_1->setObjectName(QString::fromUtf8("radioButton_CodecG723_1"));    radioButton_CodecG723_1->setEnabled(false);    radioButton_CodecG723_1->setGeometry(QRect(190, 80, 61, 18));    radioButton_CodecG723_1->setCheckable(true);    radioButton_CodecGSM = new QRadioButton(tab_Codec);    radioButton_CodecGSM->setObjectName(QString::fromUtf8("radioButton_CodecGSM"));    radioButton_CodecGSM->setGeometry(QRect(190, 30, 61, 18));    tabAbout->addTab(tab_Codec, QApplication::translate("SettingsDialog", "Codec", 0, QApplication::UnicodeUTF8));    tab_Filter = new QWidget();    tab_Filter->setObjectName(QString::fromUtf8("tab_Filter"));    checkBox_AutomaticGainControl = new QCheckBox(tab_Filter);    checkBox_AutomaticGainControl->setObjectName(QString::fromUtf8("checkBox_AutomaticGainControl"));    checkBox_AutomaticGainControl->setGeometry(QRect(10, 50, 131, 18));    checkBox_AutomaticGainControl->setChecked(true);    checkBox_NoiseRecuction = new QCheckBox(tab_Filter);    checkBox_NoiseRecuction->setObjectName(QString::fromUtf8("checkBox_NoiseRecuction"));    checkBox_NoiseRecuction->setGeometry(QRect(10, 20, 111, 18));    checkBox_NoiseRecuction->setChecked(true);    checkBox_AnalogAutomaticGainControl = new QCheckBox(tab_Filter);    checkBox_AnalogAutomaticGainControl->setObjectName(QString::fromUtf8("checkBox_AnalogAutomaticGainControl"));    checkBox_AnalogAutomaticGainControl->setGeometry(QRect(10, 80, 121, 18));    checkBox_EchoCancellation = new QCheckBox(tab_Filter);    checkBox_EchoCancellation->setObjectName(QString::fromUtf8("checkBox_EchoCancellation"));    checkBox_EchoCancellation->setGeometry(QRect(150, 50, 111, 18));    checkBox_ComfortNoise = new QCheckBox(tab_Filter);    checkBox_ComfortNoise->setObjectName(QString::fromUtf8("checkBox_ComfortNoise"));    checkBox_ComfortNoise->setGeometry(QRect(150, 20, 111, 18));    checkBox_SilenceSuppression = new QCheckBox(tab_Filter);    checkBox_SilenceSuppression->setObjectName(QString::fromUtf8("checkBox_SilenceSuppression"));    checkBox_SilenceSuppression->setGeometry(QRect(150, 80, 121, 20));    tabAbout->addTab(tab_Filter, QApplication::translate("SettingsDialog", "Filter", 0, QApplication::UnicodeUTF8));    tab_About = new QWidget();    tab_About->setObjectName(QString::fromUtf8("tab_About"));    textEdit = new QTextEdit(tab_About);    textEdit->setObjectName(QString::fromUtf8("textEdit"));    textEdit->setGeometry(QRect(-1, -1, 301, 131));    tabAbout->addTab(tab_About, QApplication::translate("SettingsDialog", "About", 0, QApplication::UnicodeUTF8));    label_Username->setBuddy(lineEdit_Username);    label_Password->setBuddy(lineEdit_Password);    label_ServerName->setBuddy(lineEdit_ServerName);    label_AudioOutput->setBuddy(comboBox_AudioOutput);    label_AudioInput->setBuddy(comboBox_AudioInput);    label_AudioRing->setBuddy(comboBox_AudioInput);    retranslateUi(SettingsDialog);    QMetaObject::connectSlotsByName(SettingsDialog);    } // setupUi    void retranslateUi(QDialog *SettingsDialog)    {    SettingsDialog->setWindowTitle(QApplication::translate("SettingsDialog", "Settings Dialog", 0, QApplication::UnicodeUTF8));    okButton->setText(QApplication::translate("SettingsDialog", "OK", 0, QApplication::UnicodeUTF8));    cancelButton->setText(QApplication::translate("SettingsDialog", "Cancel", 0, QApplication::UnicodeUTF8));    lineEdit_ServerName->setText(QApplication::translate("SettingsDialog", "62.75.184.220", 0, QApplication::UnicodeUTF8));    label_Username->setText(QApplication::translate("SettingsDialog", "UserName:", 0, QApplication::UnicodeUTF8));    label_Password->setText(QApplication::translate("SettingsDialog", "Password:", 0, QApplication::UnicodeUTF8));    label_ServerName->setText(QApplication::translate("SettingsDialog", "Server Name:", 0, QApplication::UnicodeUTF8));    label_GetAccount->setText(QApplication::translate("SettingsDialog", "No account yet? Get one at <a href=\"http://www.yakacall.com\">http://www.yakacall.com</a> !", 0, QApplication::UnicodeUTF8));    tabAbout->setTabText(tabAbout->indexOf(tab_Register), QApplication::translate("SettingsDialog", "Register", 0, QApplication::UnicodeUTF8));    checkBox_RingBuzzer->setText(QApplication::translate("SettingsDialog", "Ring with Buzzer", 0, QApplication::UnicodeUTF8));    label_AudioOutput->setText(QApplication::translate("SettingsDialog", "Output:", 0, QApplication::UnicodeUTF8));    label_AudioInput->setText(QApplication::translate("SettingsDialog", "Input:", 0, QApplication::UnicodeUTF8));    label_AudioRing->setText(QApplication::translate("SettingsDialog", "Ring:", 0, QApplication::UnicodeUTF8));    tabAbout->setTabText(tabAbout->indexOf(tab_Audio), QApplication::translate("SettingsDialog", "Audio", 0, QApplication::UnicodeUTF8));    radioButton_CodecALaw->setText(QApplication::translate("SettingsDialog", "alaw", 0, QApplication::UnicodeUTF8));    radioButton_CodecULaw->setText(QApplication::translate("SettingsDialog", "ulaw", 0, QApplication::UnicodeUTF8));    radioButton_CodecILBC->setText(QApplication::translate("SettingsDialog", "ilbc", 0, QApplication::UnicodeUTF8));    radioButton_CodecSpeex->setText(QApplication::translate("SettingsDialog", "speex", 0, QApplication::UnicodeUTF8));    radioButton_CodecG723_1->setText(QApplication::translate("SettingsDialog", "G723.1", 0, QApplication::UnicodeUTF8));    radioButton_CodecGSM->setText(QApplication::translate("SettingsDialog", "gsm", 0, QApplication::UnicodeUTF8));    tabAbout->setTabText(tabAbout->indexOf(tab_Codec), QApplication::translate("SettingsDialog", "Codec", 0, QApplication::UnicodeUTF8));    checkBox_AutomaticGainControl->setText(QApplication::translate("SettingsDialog", "Automatic Gain Control", 0, QApplication::UnicodeUTF8));    checkBox_NoiseRecuction->setText(QApplication::translate("SettingsDialog", "Noise Reduction", 0, QApplication::UnicodeUTF8));    checkBox_AnalogAutomaticGainControl->setText(QApplication::translate("SettingsDialog", "Analog Gain Control", 0, QApplication::UnicodeUTF8));    checkBox_EchoCancellation->setText(QApplication::translate("SettingsDialog", "Echo Cancellation", 0, QApplication::UnicodeUTF8));    checkBox_ComfortNoise->setText(QApplication::translate("SettingsDialog", "Comfort Noise", 0, QApplication::UnicodeUTF8));    checkBox_SilenceSuppression->setText(QApplication::translate("SettingsDialog", "Silence Suppression", 0, QApplication::UnicodeUTF8));    tabAbout->setTabText(tabAbout->indexOf(tab_Filter), QApplication::translate("SettingsDialog", "Filter", 0, QApplication::UnicodeUTF8));    tabAbout->setTabText(tabAbout->indexOf(tab_About), QApplication::translate("SettingsDialog", "About", 0, QApplication::UnicodeUTF8));    Q_UNUSED(SettingsDialog);    } // retranslateUi};namespace Ui {    class SettingsDialog: public Ui_SettingsDialog {};} // namespace Ui#endif // UI_SETTINGSDIALOG_H

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美中日韩| 国产一二精品视频| 色视频一区二区| 亚洲天堂久久久久久久| 99久久精品情趣| **性色生活片久久毛片| 色94色欧美sute亚洲线路二| 亚洲午夜激情网页| 欧美一区二区成人6969| 国产福利视频一区二区三区| 中文字幕精品一区二区三区精品| 大尺度一区二区| 一区二区三区免费在线观看| 欧美日韩免费一区二区三区| 看电视剧不卡顿的网站| 久久免费的精品国产v∧| 成人高清视频免费观看| 一卡二卡三卡日韩欧美| 免费在线一区观看| 亚洲激情图片qvod| 欧美视频你懂的| 麻豆一区二区在线| 国产精品成人免费| 欧美日韩免费观看一区三区| 激情成人午夜视频| 亚洲精品日产精品乱码不卡| 制服.丝袜.亚洲.另类.中文| 国产精品一区三区| 亚洲第四色夜色| 久久久久成人黄色影片| 色综合久久久久久久久| 久久精品国产免费| 亚洲摸摸操操av| 亚洲精品在线免费播放| 91色视频在线| 激情都市一区二区| 亚洲一区二区三区四区五区黄| xnxx国产精品| 欧美性淫爽ww久久久久无| 99久久久久免费精品国产| 日本怡春院一区二区| 中文字幕一区在线| 欧美放荡的少妇| 成人动漫一区二区在线| 日韩中文欧美在线| 亚洲免费在线视频| 久久久久久久久久久99999| 欧美日韩免费在线视频| 豆国产96在线|亚洲| 麻豆91在线播放免费| 亚洲综合激情小说| 中文字幕一区免费在线观看| 欧美tickling挠脚心丨vk| 在线观看不卡视频| 97精品久久久午夜一区二区三区| 国产一区二区久久| 免费成人在线观看视频| 亚洲国产wwwccc36天堂| 亚洲色图欧美偷拍| 亚洲国产精品av| 精品国产123| 日韩免费观看高清完整版| 欧美探花视频资源| 在线欧美小视频| 99精品热视频| 波多野结衣亚洲| 成人国产亚洲欧美成人综合网| 精品在线一区二区| 久久精品国产一区二区| 蜜臀av性久久久久蜜臀aⅴ| 亚洲制服丝袜一区| 亚洲一区在线看| 亚洲影院理伦片| 欧美高清性hdvideosex| 日韩一卡二卡三卡| 欧美群妇大交群中文字幕| 一本到高清视频免费精品| 91在线小视频| 色呦呦国产精品| 色偷偷一区二区三区| 色播五月激情综合网| 色av成人天堂桃色av| 91在线观看一区二区| 91亚洲国产成人精品一区二区三| av福利精品导航| 色婷婷亚洲婷婷| 在线观看一区二区视频| 欧美日韩国产综合久久| 91精品国模一区二区三区| 91精品久久久久久久久99蜜臂| 日韩精品专区在线| 国产丝袜美腿一区二区三区| 久久九九久精品国产免费直播| 久久精品欧美一区二区三区麻豆| 国产免费久久精品| 亚洲精品亚洲人成人网| 国产一区二区三区久久久| 久久精品国产精品亚洲红杏| 国产午夜精品在线观看| 欧美日韩成人在线| 欧美理论在线播放| 日韩欧美视频在线| 国产精品视频在线看| 一区二区三区 在线观看视频| 亚洲一卡二卡三卡四卡| 久久激五月天综合精品| 国产成人av电影在线观看| 99久久综合99久久综合网站| 欧美在线观看一区二区| 精品国产一区a| 成人免费在线观看入口| 日日夜夜精品视频天天综合网| 国产一区二区三区在线观看精品| av一区二区三区| 91精品国产一区二区| 欧美极品少妇xxxxⅹ高跟鞋| 亚洲一区二区视频| 国产酒店精品激情| 欧美性xxxxxxxx| 精品免费视频一区二区| 亚洲三级小视频| 精品一区二区三区日韩| 91久久线看在观草草青青| 欧美电影精品一区二区| 樱花草国产18久久久久| 激情五月激情综合网| 欧美午夜不卡在线观看免费| 亚洲精品一区二区三区影院| 一区二区欧美视频| 国产成人精品综合在线观看| 欧美丰满少妇xxxbbb| 中文字幕综合网| 精品一区二区av| 欧美日韩精品专区| 国产精品高潮久久久久无| 久久精品国产**网站演员| eeuss鲁片一区二区三区| 精品乱人伦小说| 欧美一区二区福利视频| 国产精品丝袜一区| 日韩一区欧美二区| 一本大道久久a久久综合婷婷 | 欧美优质美女网站| 欧美精品一区二区三| 亚洲国产综合视频在线观看| 国产成人aaa| 精品久久国产字幕高潮| 婷婷久久综合九色国产成人 | 午夜激情久久久| 91丨九色丨国产丨porny| 久久精品人人做人人综合| 日本美女一区二区三区| 欧美日韩在线直播| 亚洲欧美色综合| av中文字幕不卡| 国产欧美日韩在线看| 国产毛片精品视频| 精品久久久久香蕉网| 青青草精品视频| 欧美一区二区视频在线观看2020 | 日韩一区二区在线观看| 香蕉影视欧美成人| 欧美色窝79yyyycom| 亚洲黄网站在线观看| 91国模大尺度私拍在线视频| 亚洲私人影院在线观看| aaa亚洲精品一二三区| 国产精品精品国产色婷婷| 成人综合婷婷国产精品久久免费| 久久精品日产第一区二区三区高清版| 精品一二线国产| 久久久久久日产精品| 国产成人综合在线| 国产精品久线在线观看| caoporn国产一区二区| 亚洲色图另类专区| 欧美系列日韩一区| 午夜成人在线视频| 日韩欧美一级精品久久| 国产伦精品一区二区三区免费 | 91精品在线麻豆| 日本不卡123| 26uuu欧美日本| 国产99久久精品| 中文字幕在线一区| 欧美视频一区二| 日本美女一区二区三区| 久久久久亚洲蜜桃| 99精品1区2区| 午夜精品影院在线观看| 91精品欧美综合在线观看最新| 久久se精品一区二区| 6080国产精品一区二区| 日本欧美肥老太交大片| www国产精品av| k8久久久一区二区三区| 亚洲国产日日夜夜| 精品久久一二三区| k8久久久一区二区三区| 国产精品一区二区三区网站|