/******************************************************************************** ** Form generated from reading UI file 'talking.ui' ** ** Created: Fri Jul 15 15:59:54 2016 ** by: Qt User Interface Compiler version 5.0.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_TALKING_H #define UI_TALKING_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "ishowbutton.h" QT_BEGIN_NAMESPACE class Ui_TalkingWidget { public: QGridLayout *gridLayout; QFrame *widgetTitle; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout_Title; QLabel *labelLogoImg; QLabel *labelVersion; QSpacerItem *horizontalSpacer_4; QLabel *label_name; QSpacerItem *horizontalSpacer_5; QLabel *label_time; QSpacerItem *horizontalSpacer_6; QLabel *label_net; QSpacerItem *horizontalSpacer; IShowButton *pushButtonMin; IShowButton *pushButtonClose; QWidget *widgetCenter; QVBoxLayout *topLayout; QHBoxLayout *horizontalLayoutCenter; QLabel *label_left; QLabel *labelVideoShowBK; QVBoxLayout *verticalLayout1; IShowLabel *labelVideoShow; IWidget *widgettray; QHBoxLayout *horizontalLayout_2; QHBoxLayout *horizontalLayoutLayout; QSpacerItem *horizontalSpacer_2; QPushButton *pushButtonCloseVideo; QSpacerItem *horizontalSpacer1; IShowButton *pushButtonMic; QSpacerItem *horizontalSpacer_3; IShowButton *pushButtonVol; QSpacerItem *horizontalSpacer_61; IShowButton *pushButtonCameraChange; QSpacerItem *horizontalSpacer_51; IShowButton *pushButtonMessage; QSpacerItem *horizontalSpacer_41; QVBoxLayout *verticalLayout_3; QSplitter *splitter; QWidget *widget_meg; QVBoxLayout *verticalLayout_2; QWebView *webView; QWidget *widget_send; QVBoxLayout *verticalLayout_4; QHBoxLayout *horizontalLayout; QPushButton *pushButton_expression; QSpacerItem *horizontalSpacer_9; QPushButton *pushButton_picture; QSpacerItem *horizontalSpacer_8; QTextEdit *textEdit; QHBoxLayout *horizontalLayout_3; QSpacerItem *horizontalSpacer_7; QPushButton *pushButton; void setupUi(QWidget *TalkingWidget) { if (TalkingWidget->objectName().isEmpty()) TalkingWidget->setObjectName(QStringLiteral("TalkingWidget")); TalkingWidget->resize(1000, 700); TalkingWidget->setMinimumSize(QSize(1000, 700)); TalkingWidget->setStyleSheet(QLatin1String("background-color:#ffffff;\n" "border-color: rgb(15, 87, 255);\n" "border-width:1px;")); gridLayout = new QGridLayout(TalkingWidget); gridLayout->setSpacing(0); gridLayout->setContentsMargins(0, 0, 0, 0); gridLayout->setObjectName(QStringLiteral("gridLayout")); widgetTitle = new QFrame(TalkingWidget); widgetTitle->setObjectName(QStringLiteral("widgetTitle")); widgetTitle->setMinimumSize(QSize(0, 45)); widgetTitle->setMaximumSize(QSize(16777215, 48)); widgetTitle->setStyleSheet(QStringLiteral("")); widgetTitle->setFrameShape(QFrame::StyledPanel); widgetTitle->setFrameShadow(QFrame::Raised); verticalLayout = new QVBoxLayout(widgetTitle); verticalLayout->setSpacing(0); verticalLayout->setObjectName(QStringLiteral("verticalLayout")); verticalLayout->setContentsMargins(10, 0, 0, 0); horizontalLayout_Title = new QHBoxLayout(); horizontalLayout_Title->setSpacing(0); horizontalLayout_Title->setObjectName(QStringLiteral("horizontalLayout_Title")); labelLogoImg = new QLabel(widgetTitle); labelLogoImg->setObjectName(QStringLiteral("labelLogoImg")); labelLogoImg->setMinimumSize(QSize(27, 21)); labelLogoImg->setMaximumSize(QSize(27, 21)); labelLogoImg->setStyleSheet(QStringLiteral("border-image: url(:/Images/Home/img_logo.png);")); horizontalLayout_Title->addWidget(labelLogoImg); labelVersion = new QLabel(widgetTitle); labelVersion->setObjectName(QStringLiteral("labelVersion")); labelVersion->setMinimumSize(QSize(104, 0)); labelVersion->setStyleSheet(QLatin1String("QLabel{\n" " font: 15pt \"Arial\";\n" "}")); horizontalLayout_Title->addWidget(labelVersion); horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_Title->addItem(horizontalSpacer_4); label_name = new QLabel(widgetTitle); label_name->setObjectName(QStringLiteral("label_name")); label_name->setMaximumSize(QSize(300, 16777215)); QFont font; font.setFamily(QStringLiteral("Arial")); font.setBold(false); font.setItalic(false); font.setWeight(50); label_name->setFont(font); label_name->setStyleSheet(QLatin1String("QLabel{\n" " font: 13px \"Arial\";\n" "}")); horizontalLayout_Title->addWidget(label_name); horizontalSpacer_5 = new QSpacerItem(13, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_Title->addItem(horizontalSpacer_5); label_time = new QLabel(widgetTitle); label_time->setObjectName(QStringLiteral("label_time")); label_time->setStyleSheet(QLatin1String("QLabel{\n" " font: 16px \"Arial\";\n" "}")); horizontalLayout_Title->addWidget(label_time); horizontalSpacer_6 = new QSpacerItem(13, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_Title->addItem(horizontalSpacer_6); label_net = new QLabel(widgetTitle); label_net->setObjectName(QStringLiteral("label_net")); label_net->setPixmap(QPixmap(QString::fromUtf8(":/Images/VideoCall/icon_wifi_05.png"))); horizontalLayout_Title->addWidget(label_net); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_Title->addItem(horizontalSpacer); pushButtonMin = new IShowButton(widgetTitle); pushButtonMin->setObjectName(QStringLiteral("pushButtonMin")); pushButtonMin->setMinimumSize(QSize(40, 40)); pushButtonMin->setMaximumSize(QSize(40, 40)); pushButtonMin->setStyleSheet(QLatin1String("QPushButton{\n" " border-image: url(:/Images/Home/btnminnor.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:/Images/Home/btnminhov.png);\n" "}\n" "\n" "QPushButton:pressed{\n" " border-image: url(:/Images/Home/btnminpre.png);\n" "}")); horizontalLayout_Title->addWidget(pushButtonMin); pushButtonClose = new IShowButton(widgetTitle); pushButtonClose->setObjectName(QStringLiteral("pushButtonClose")); pushButtonClose->setMinimumSize(QSize(40, 40)); pushButtonClose->setMaximumSize(QSize(40, 40)); pushButtonClose->setStyleSheet(QLatin1String("QPushButton{\n" " border-image: url(:/Images/Home/btnclosenor.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:/Images/Home/btnclosehov.png);\n" "}\n" "\n" "QPushButton:pressed{\n" " border-image: url(:/Images/Home/btnclosepre.png);\n" "}")); horizontalLayout_Title->addWidget(pushButtonClose); verticalLayout->addLayout(horizontalLayout_Title); gridLayout->addWidget(widgetTitle, 0, 0, 1, 1); widgetCenter = new QWidget(TalkingWidget); widgetCenter->setObjectName(QStringLiteral("widgetCenter")); widgetCenter->setStyleSheet(QStringLiteral("#widgetCenter{background:#858689;}")); topLayout = new QVBoxLayout(widgetCenter); topLayout->setSpacing(0); topLayout->setContentsMargins(0, 0, 0, 0); topLayout->setObjectName(QStringLiteral("topLayout")); horizontalLayoutCenter = new QHBoxLayout(); horizontalLayoutCenter->setSpacing(0); horizontalLayoutCenter->setObjectName(QStringLiteral("horizontalLayoutCenter")); horizontalLayoutCenter->setContentsMargins(0, -1, 0, -1); label_left = new QLabel(widgetCenter); label_left->setObjectName(QStringLiteral("label_left")); label_left->setMinimumSize(QSize(300, 0)); label_left->setMaximumSize(QSize(250, 16777215)); label_left->setStyleSheet(QStringLiteral("background:transparent;")); horizontalLayoutCenter->addWidget(label_left); labelVideoShowBK = new QLabel(widgetCenter); labelVideoShowBK->setObjectName(QStringLiteral("labelVideoShowBK")); labelVideoShowBK->setMaximumSize(QSize(800, 16777215)); labelVideoShowBK->setStyleSheet(QStringLiteral("#labelVideoShowBK{border-image: url(:/Images/VideoCall/studen_default.png);}")); verticalLayout1 = new QVBoxLayout(labelVideoShowBK); verticalLayout1->setSpacing(0); verticalLayout1->setContentsMargins(0, 0, 0, 0); verticalLayout1->setObjectName(QStringLiteral("verticalLayout1")); labelVideoShow = new IShowLabel(labelVideoShowBK); labelVideoShow->setObjectName(QStringLiteral("labelVideoShow")); labelVideoShow->setMinimumSize(QSize(400, 0)); labelVideoShow->setMaximumSize(QSize(800, 16777215)); labelVideoShow->setStyleSheet(QLatin1String("\n" " background:transparent;")); verticalLayout1->addWidget(labelVideoShow); widgettray = new IWidget(labelVideoShowBK); widgettray->setObjectName(QStringLiteral("widgettray")); widgettray->setMaximumSize(QSize(800, 60)); widgettray->setStyleSheet(QLatin1String("#widgettray{\n" "border-image: url(:/Images/VideoCall/transparent50.png);\n" " background-color:rgba(0,0,0,255);}")); horizontalLayout_2 = new QHBoxLayout(widgettray); horizontalLayout_2->setSpacing(0); horizontalLayout_2->setContentsMargins(0, 0, 0, 0); horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2")); horizontalLayoutLayout = new QHBoxLayout(); horizontalLayoutLayout->setSpacing(0); horizontalLayoutLayout->setObjectName(QStringLiteral("horizontalLayoutLayout")); horizontalSpacer_2 = new QSpacerItem(13, 13, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayoutLayout->addItem(horizontalSpacer_2); pushButtonCloseVideo = new QPushButton(widgettray); pushButtonCloseVideo->setObjectName(QStringLiteral("pushButtonCloseVideo")); pushButtonCloseVideo->setMinimumSize(QSize(44, 44)); pushButtonCloseVideo->setMaximumSize(QSize(44, 44)); pushButtonCloseVideo->setStyleSheet(QLatin1String("QPushButton{\n" " background:transparent;\n" " border-image: url(:Images/VideoCall/img_handsfree_off_nor.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:Images/VideoCall/img_handsfree_off_hov.png);\n" "}\n" "\n" "QPushButton:pressed{\n" " border-image: url(:Images/VideoCall/img_handsfree_off_pre.png);\n" "}")); horizontalLayoutLayout->addWidget(pushButtonCloseVideo); horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayoutLayout->addItem(horizontalSpacer1); pushButtonMic = new IShowButton(widgettray); pushButtonMic->setObjectName(QStringLiteral("pushButtonMic")); pushButtonMic->setMinimumSize(QSize(40, 60)); pushButtonMic->setMaximumSize(QSize(40, 60)); horizontalLayoutLayout->addWidget(pushButtonMic); horizontalSpacer_3 = new QSpacerItem(13, 13, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayoutLayout->addItem(horizontalSpacer_3); pushButtonVol = new IShowButton(widgettray); pushButtonVol->setObjectName(QStringLiteral("pushButtonVol")); pushButtonVol->setMinimumSize(QSize(40, 60)); pushButtonVol->setMaximumSize(QSize(40, 60)); horizontalLayoutLayout->addWidget(pushButtonVol); horizontalSpacer_61 = new QSpacerItem(13, 13, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayoutLayout->addItem(horizontalSpacer_61); pushButtonCameraChange = new IShowButton(widgettray); pushButtonCameraChange->setObjectName(QStringLiteral("pushButtonCameraChange")); pushButtonCameraChange->setMinimumSize(QSize(40, 40)); pushButtonCameraChange->setMaximumSize(QSize(40, 40)); horizontalLayoutLayout->addWidget(pushButtonCameraChange); horizontalSpacer_51 = new QSpacerItem(13, 13, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayoutLayout->addItem(horizontalSpacer_51); pushButtonMessage = new IShowButton(widgettray); pushButtonMessage->setObjectName(QStringLiteral("pushButtonMessage")); pushButtonMessage->setMinimumSize(QSize(40, 40)); pushButtonMessage->setMaximumSize(QSize(40, 40)); pushButtonMessage->setStyleSheet(QLatin1String("QPushButton{\n" "\n" " background:transparent;\n" " border-image: url(:Images/VideoCall/img_news_nor.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:Images/VideoCall/img_news_hov.png);\n" "}\n" "\n" "QPushButton:pressed{\n" " border-image: url(:Images/VideoCall/img_news_pre.png);\n" "}")); horizontalLayoutLayout->addWidget(pushButtonMessage); horizontalSpacer_41 = new QSpacerItem(13, 13, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayoutLayout->addItem(horizontalSpacer_41); horizontalLayout_2->addLayout(horizontalLayoutLayout); verticalLayout1->addWidget(widgettray); horizontalLayoutCenter->addWidget(labelVideoShowBK); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3")); splitter = new QSplitter(widgetCenter); splitter->setObjectName(QStringLiteral("splitter")); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(splitter->sizePolicy().hasHeightForWidth()); splitter->setSizePolicy(sizePolicy); splitter->setFrameShape(QFrame::NoFrame); splitter->setFrameShadow(QFrame::Plain); splitter->setLineWidth(1); splitter->setOrientation(Qt::Vertical); splitter->setOpaqueResize(true); splitter->setHandleWidth(1); splitter->setChildrenCollapsible(true); widget_meg = new QWidget(splitter); widget_meg->setObjectName(QStringLiteral("widget_meg")); widget_meg->setMinimumSize(QSize(270, 0)); widget_meg->setMaximumSize(QSize(280, 16777215)); verticalLayout_2 = new QVBoxLayout(widget_meg); verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); webView = new QWebView(widget_meg); webView->setObjectName(QStringLiteral("webView")); webView->setEnabled(true); webView->setMaximumSize(QSize(280, 16777215)); webView->setUrl(QUrl(QStringLiteral("about:blank"))); verticalLayout_2->addWidget(webView); widget_send = new QWidget(widget_meg); widget_send->setObjectName(QStringLiteral("widget_send")); widget_send->setMinimumSize(QSize(0, 160)); widget_send->setMaximumSize(QSize(270, 16777215)); verticalLayout_4 = new QVBoxLayout(widget_send); verticalLayout_4->setSpacing(0); verticalLayout_4->setContentsMargins(0, 0, 0, 0); verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); horizontalLayout->setContentsMargins(0, 6, -1, 2); pushButton_expression = new QPushButton(widget_send); pushButton_expression->setObjectName(QStringLiteral("pushButton_expression")); pushButton_expression->setMinimumSize(QSize(20, 20)); pushButton_expression->setMaximumSize(QSize(20, 20)); pushButton_expression->setStyleSheet(QLatin1String("QPushButton{\n" " border-image: url(:Images/ChatArea/icon_expression_nomal.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:Images/ChatArea/icon_expression_hover.png);\n" "}\n" "")); horizontalLayout->addWidget(pushButton_expression); horizontalSpacer_9 = new QSpacerItem(10, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_9); pushButton_picture = new QPushButton(widget_send); pushButton_picture->setObjectName(QStringLiteral("pushButton_picture")); pushButton_picture->setMinimumSize(QSize(20, 20)); pushButton_picture->setMaximumSize(QSize(20, 20)); pushButton_picture->setStyleSheet(QLatin1String("QPushButton{\n" " border-image: url(:Images/ChatArea/icon_picture_nomal.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:Images/ChatArea/icon_picture_hover.png);\n" "}\n" "")); horizontalLayout->addWidget(pushButton_picture); horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_8); verticalLayout_4->addLayout(horizontalLayout); textEdit = new QTextEdit(widget_send); textEdit->setObjectName(QStringLiteral("textEdit")); QFont font1; font1.setPointSize(12); textEdit->setFont(font1); textEdit->setStyleSheet(QLatin1String("QMenu{background-color: white;}\n" "QMenu::item:selected {background-color: rgb(200,200,200);color:rgb(0,0,0);}")); verticalLayout_4->addWidget(textEdit); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3")); horizontalLayout_3->setContentsMargins(-1, 3, 0, -1); horizontalSpacer_7 = new QSpacerItem(160, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_7); pushButton = new QPushButton(widget_send); pushButton->setObjectName(QStringLiteral("pushButton")); pushButton->setMinimumSize(QSize(60, 30)); pushButton->setStyleSheet(QLatin1String("QPushButton{\n" " border-image: url(:Images/ChatArea/btn_send_nomal.png);\n" "}\n" "\n" "QPushButton:hover{\n" " border-image: url(:Images/ChatArea/btn_send_hover.png);\n" "}\n" "")); horizontalLayout_3->addWidget(pushButton); verticalLayout_4->addLayout(horizontalLayout_3); textEdit->raise(); verticalLayout_2->addWidget(widget_send); splitter->addWidget(widget_meg); verticalLayout_3->addWidget(splitter); horizontalLayoutCenter->addLayout(verticalLayout_3); topLayout->addLayout(horizontalLayoutCenter); gridLayout->addWidget(widgetCenter, 1, 0, 1, 1); retranslateUi(TalkingWidget); QMetaObject::connectSlotsByName(TalkingWidget); } // setupUi void retranslateUi(QWidget *TalkingWidget) { TalkingWidget->setWindowTitle(QApplication::translate("TalkingWidget", "Form", 0)); labelLogoImg->setText(QString()); labelVersion->setText(QApplication::translate("TalkingWidget", "viptalk-v1.3", 0)); label_name->setText(QApplication::translate("TalkingWidget", "MAX", 0)); label_time->setText(QApplication::translate("TalkingWidget", "10:10", 0)); label_net->setText(QString()); pushButtonMin->setText(QString()); pushButtonClose->setText(QString()); widgetCenter->setWindowTitle(QApplication::translate("TalkingWidget", "Form", 0)); label_left->setText(QString()); labelVideoShow->setText(QString()); #ifndef QT_NO_TOOLTIP pushButtonCloseVideo->setToolTip(QApplication::translate("TalkingWidget", "Hangup", 0)); #endif // QT_NO_TOOLTIP pushButtonCloseVideo->setText(QString()); pushButtonMic->setText(QString()); pushButtonVol->setText(QString()); pushButtonCameraChange->setText(QString()); pushButtonMessage->setText(QString()); #ifndef QT_NO_TOOLTIP pushButton_expression->setToolTip(QApplication::translate("TalkingWidget", "Sticker", 0)); #endif // QT_NO_TOOLTIP pushButton_expression->setText(QString()); pushButton_picture->setText(QString()); pushButton->setText(QString()); } // retranslateUi }; namespace Ui { class TalkingWidget: public Ui_TalkingWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_TALKING_H