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

📄 ui_mainwindow.h

📁 YakaPhone, 著名的VOIP客户端, 需要使用iax库和QT库.界面很漂亮
💻 H
📖 第 1 页 / 共 2 页
字号:
    progressBar_Loudspeaker->setOrientation(Qt::Horizontal);    label_MicrophoneLabel = new QLabel(centralwidget);    label_MicrophoneLabel->setObjectName(QString::fromUtf8("label_MicrophoneLabel"));    label_MicrophoneLabel->setGeometry(QRect(110, 210, 14, 12));    label_MicrophoneLabel->setPixmap(QPixmap(QString::fromUtf8(":/application/microphone.png")));    pushButton_Minimize = new QPushButton(centralwidget);    pushButton_Minimize->setObjectName(QString::fromUtf8("pushButton_Minimize"));    pushButton_Minimize->setGeometry(QRect(216, 8, 15, 15));    pushButton_Minimize->setIcon(QIcon(QString::fromUtf8(":/application/WindowMinimize.png")));    pushButton_Minimize->setIconSize(QSize(15, 15));    pushButton_DialAnsDrop = new QPushButton(centralwidget);    pushButton_DialAnsDrop->setObjectName(QString::fromUtf8("pushButton_DialAnsDrop"));    pushButton_DialAnsDrop->setEnabled(false);    pushButton_DialAnsDrop->setGeometry(QRect(150, 230, 100, 32));    pushButton_DialAnsDrop->setIcon(QIcon(QString::fromUtf8(":/controlPad/Dial_a.png")));    pushButton_DialAnsDrop->setIconSize(QSize(100, 32));    pushButton_HoldResume = new QPushButton(centralwidget);    pushButton_HoldResume->setObjectName(QString::fromUtf8("pushButton_HoldResume"));    pushButton_HoldResume->setEnabled(false);    pushButton_HoldResume->setGeometry(QRect(150, 266, 100, 32));    pushButton_HoldResume->setIcon(QIcon(QString::fromUtf8(":/controlPad/Hold_a.png")));    pushButton_HoldResume->setIconSize(QSize(100, 32));    pushButton_Credit = new QPushButton(centralwidget);    pushButton_Credit->setObjectName(QString::fromUtf8("pushButton_Credit"));    pushButton_Credit->setEnabled(false);    pushButton_Credit->setGeometry(QRect(150, 302, 100, 32));    pushButton_Credit->setIcon(QIcon(QString::fromUtf8(":/controlPad/Credit_a.png")));    pushButton_Credit->setIconSize(QSize(100, 32));    pushButton_Close = new QPushButton(centralwidget);    pushButton_Close->setObjectName(QString::fromUtf8("pushButton_Close"));    pushButton_Close->setGeometry(QRect(234, 8, 15, 15));    pushButton_Close->setIcon(QIcon(QString::fromUtf8(":/application/WindowClose.png")));    pushButton_Close->setIconSize(QSize(15, 15));    groupBox_Display = new QGroupBox(centralwidget);    groupBox_Display->setObjectName(QString::fromUtf8("groupBox_Display"));    groupBox_Display->setGeometry(QRect(10, 30, 241, 161));    label = new QLabel(groupBox_Display);    label->setObjectName(QString::fromUtf8("label"));    label->setGeometry(QRect(190, 0, 49, 42));    label->setFrameShape(QFrame::NoFrame);    label->setPixmap(QPixmap(QString::fromUtf8(":/application/logo.png")));    line_2 = new QFrame(groupBox_Display);    line_2->setObjectName(QString::fromUtf8("line_2"));    line_2->setGeometry(QRect(10, 125, 221, 16));    line_2->setFrameShape(QFrame::HLine);    line = new QFrame(groupBox_Display);    line->setObjectName(QString::fromUtf8("line"));    line->setGeometry(QRect(10, 20, 181, 16));    line->setFrameShape(QFrame::HLine);    label_StatusCaption = new QLabel(groupBox_Display);    label_StatusCaption->setObjectName(QString::fromUtf8("label_StatusCaption"));    label_StatusCaption->setGeometry(QRect(10, 10, 40, 14));    QFont font1;    font1.setFamily(QString::fromUtf8("MS Shell Dlg"));    font1.setPointSize(8);    font1.setBold(true);    font1.setItalic(false);    font1.setUnderline(false);    font1.setWeight(75);    font1.setStrikeOut(false);    label_StatusCaption->setFont(font1);    label_StatusText = new QLabel(groupBox_Display);    label_StatusText->setObjectName(QString::fromUtf8("label_StatusText"));    label_StatusText->setGeometry(QRect(52, 9, 140, 16));    QFont font2;    font2.setFamily(QString::fromUtf8("MS Shell Dlg"));    font2.setPointSize(8);    font2.setBold(false);    font2.setItalic(false);    font2.setUnderline(false);    font2.setWeight(50);    font2.setStrikeOut(false);    label_StatusText->setFont(font2);    pushButton_CallRecord_Backward = new QPushButton(groupBox_Display);    pushButton_CallRecord_Backward->setObjectName(QString::fromUtf8("pushButton_CallRecord_Backward"));    pushButton_CallRecord_Backward->setGeometry(QRect(167, 138, 30, 15));    pushButton_CallRecord_Backward->setIcon(QIcon(QString::fromUtf8(":/application/callRecordBackward.png")));    pushButton_CallRecord_Backward->setIconSize(QSize(15, 15));    pushButton_CallRecord_Forward = new QPushButton(groupBox_Display);    pushButton_CallRecord_Forward->setObjectName(QString::fromUtf8("pushButton_CallRecord_Forward"));    pushButton_CallRecord_Forward->setGeometry(QRect(201, 138, 30, 15));    pushButton_CallRecord_Forward->setIcon(QIcon(QString::fromUtf8(":/application/callRecordFoward.png")));    pushButton_CallRecord_Forward->setIconSize(QSize(30, 15));    label_TelNumber = new QLabel(groupBox_Display);    label_TelNumber->setObjectName(QString::fromUtf8("label_TelNumber"));    label_TelNumber->setGeometry(QRect(10, 100, 221, 25));    QFont font3;    font3.setFamily(QString::fromUtf8("Elephant"));    font3.setPointSize(12);    font3.setBold(true);    font3.setItalic(false);    font3.setUnderline(false);    font3.setWeight(75);    font3.setStrikeOut(false);    label_TelNumber->setFont(font3);    label_TelNumber->setAutoFillBackground(false);    label_TelNumber->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);    label_TimerCaption = new QLabel(groupBox_Display);    label_TimerCaption->setObjectName(QString::fromUtf8("label_TimerCaption"));    label_TimerCaption->setGeometry(QRect(10, 141, 47, 14));    QFont font4;    font4.setFamily(QString::fromUtf8("MS Shell Dlg"));    font4.setPointSize(8);    font4.setBold(true);    font4.setItalic(false);    font4.setUnderline(false);    font4.setWeight(75);    font4.setStrikeOut(false);    label_TimerCaption->setFont(font4);    label_TimerText = new QLabel(groupBox_Display);    label_TimerText->setObjectName(QString::fromUtf8("label_TimerText"));    label_TimerText->setGeometry(QRect(50, 140, 111, 16));    QFont font5;    font5.setFamily(QString::fromUtf8("MS Shell Dlg"));    font5.setPointSize(8);    font5.setBold(false);    font5.setItalic(false);    font5.setUnderline(false);    font5.setWeight(50);    font5.setStrikeOut(false);    label_TimerText->setFont(font5);    retranslateUi(MainWindow);    QMetaObject::connectSlotsByName(MainWindow);    } // setupUi    void retranslateUi(QMainWindow *MainWindow)    {    MainWindow->setWindowTitle(QApplication::translate("MainWindow", "YakaPhone", 0, QApplication::UnicodeUTF8));    pushButton_Number_4->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_5->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_7->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_8->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_0->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_Pound->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_2->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_1->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_3->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_6->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_9->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Number_Star->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Settings->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    label_Yakaphone->setText(QApplication::translate("MainWindow", "      YakaPhone", 0, QApplication::UnicodeUTF8));    label_MicrophoneLabel_2->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    label_MicrophoneLabel->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Minimize->setToolTip(QApplication::translate("MainWindow", "minimize", 0, QApplication::UnicodeUTF8));    pushButton_Minimize->setWhatsThis(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Minimize->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_DialAnsDrop->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_HoldResume->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Credit->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Close->setToolTip(QApplication::translate("MainWindow", "exit", 0, QApplication::UnicodeUTF8));    pushButton_Close->setWhatsThis(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_Close->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    groupBox_Display->setTitle(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    label->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    label_StatusCaption->setText(QApplication::translate("MainWindow", "State:", 0, QApplication::UnicodeUTF8));    label_StatusText->setText(QApplication::translate("MainWindow", "Unknown", 0, QApplication::UnicodeUTF8));    pushButton_CallRecord_Backward->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    pushButton_CallRecord_Forward->setText(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));    label_TelNumber->setText(QApplication::translate("MainWindow", "Tel. Nr.", 0, QApplication::UnicodeUTF8));    label_TimerCaption->setText(QApplication::translate("MainWindow", "Timer:", 0, QApplication::UnicodeUTF8));    label_TimerText->setText(QApplication::translate("MainWindow", "00:00:00", 0, QApplication::UnicodeUTF8));    Q_UNUSED(MainWindow);    } // retranslateUi};namespace Ui {    class MainWindow: public Ui_MainWindow {};} // namespace Ui#endif // UI_MAINWINDOW_H

⌨️ 快捷键说明

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