You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
177 lines
7.9 KiB
177 lines
7.9 KiB
5 months ago
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'mainwindow.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 5.12.10
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_MAINWINDOW_H
|
||
|
#define UI_MAINWINDOW_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtGui/QIcon>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QHBoxLayout>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QLineEdit>
|
||
|
#include <QtWidgets/QListView>
|
||
|
#include <QtWidgets/QMainWindow>
|
||
|
#include <QtWidgets/QMenuBar>
|
||
|
#include <QtWidgets/QPlainTextEdit>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
#include <QtWidgets/QSpacerItem>
|
||
|
#include <QtWidgets/QStatusBar>
|
||
|
#include <QtWidgets/QTabWidget>
|
||
|
#include <QtWidgets/QTextBrowser>
|
||
|
#include <QtWidgets/QToolBar>
|
||
|
#include <QtWidgets/QWidget>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_MainWindow
|
||
|
{
|
||
|
public:
|
||
|
QWidget *centralWidget;
|
||
|
QPlainTextEdit *plainTextEdit;
|
||
|
QPushButton *sendButton;
|
||
|
QTextBrowser *textBrowser;
|
||
|
QTabWidget *tabWidget;
|
||
|
QWidget *tab;
|
||
|
QListView *qqFriendList;
|
||
|
QWidget *tab_2;
|
||
|
QListView *qqGroupList;
|
||
|
QWidget *horizontalLayoutWidget;
|
||
|
QHBoxLayout *robotLayout;
|
||
|
QLabel *label;
|
||
|
QWidget *horizontalLayoutWidget_2;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
QLabel *receiverName;
|
||
|
QLineEdit *txuinLineEdit;
|
||
|
QSpacerItem *horizontalSpacer;
|
||
|
QLabel *label_copyright;
|
||
|
QMenuBar *menuBar;
|
||
|
QToolBar *mainToolBar;
|
||
|
QStatusBar *statusBar;
|
||
|
|
||
|
void setupUi(QMainWindow *MainWindow)
|
||
|
{
|
||
|
if (MainWindow->objectName().isEmpty())
|
||
|
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
|
||
|
MainWindow->setWindowModality(Qt::ApplicationModal);
|
||
|
MainWindow->resize(927, 620);
|
||
|
QIcon icon;
|
||
|
icon.addFile(QString::fromUtf8(":/img/logo.ico"), QSize(), QIcon::Normal, QIcon::Off);
|
||
|
MainWindow->setWindowIcon(icon);
|
||
|
centralWidget = new QWidget(MainWindow);
|
||
|
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
|
||
|
plainTextEdit = new QPlainTextEdit(centralWidget);
|
||
|
plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit"));
|
||
|
plainTextEdit->setGeometry(QRect(10, 470, 641, 91));
|
||
|
sendButton = new QPushButton(centralWidget);
|
||
|
sendButton->setObjectName(QString::fromUtf8("sendButton"));
|
||
|
sendButton->setGeometry(QRect(660, 530, 41, 23));
|
||
|
textBrowser = new QTextBrowser(centralWidget);
|
||
|
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
|
||
|
textBrowser->setGeometry(QRect(10, 10, 641, 381));
|
||
|
tabWidget = new QTabWidget(centralWidget);
|
||
|
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
|
||
|
tabWidget->setGeometry(QRect(660, 0, 261, 461));
|
||
|
tab = new QWidget();
|
||
|
tab->setObjectName(QString::fromUtf8("tab"));
|
||
|
qqFriendList = new QListView(tab);
|
||
|
qqFriendList->setObjectName(QString::fromUtf8("qqFriendList"));
|
||
|
qqFriendList->setGeometry(QRect(0, 0, 256, 431));
|
||
|
tabWidget->addTab(tab, QString());
|
||
|
tab_2 = new QWidget();
|
||
|
tab_2->setObjectName(QString::fromUtf8("tab_2"));
|
||
|
qqGroupList = new QListView(tab_2);
|
||
|
qqGroupList->setObjectName(QString::fromUtf8("qqGroupList"));
|
||
|
qqGroupList->setGeometry(QRect(0, 0, 251, 451));
|
||
|
tabWidget->addTab(tab_2, QString());
|
||
|
horizontalLayoutWidget = new QWidget(centralWidget);
|
||
|
horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
|
||
|
horizontalLayoutWidget->setGeometry(QRect(90, 400, 561, 31));
|
||
|
robotLayout = new QHBoxLayout(horizontalLayoutWidget);
|
||
|
robotLayout->setSpacing(6);
|
||
|
robotLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
robotLayout->setObjectName(QString::fromUtf8("robotLayout"));
|
||
|
robotLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
label = new QLabel(centralWidget);
|
||
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
label->setGeometry(QRect(10, 410, 81, 16));
|
||
|
horizontalLayoutWidget_2 = new QWidget(centralWidget);
|
||
|
horizontalLayoutWidget_2->setObjectName(QString::fromUtf8("horizontalLayoutWidget_2"));
|
||
|
horizontalLayoutWidget_2->setGeometry(QRect(10, 430, 561, 31));
|
||
|
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget_2);
|
||
|
horizontalLayout->setSpacing(6);
|
||
|
horizontalLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||
|
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
receiverName = new QLabel(horizontalLayoutWidget_2);
|
||
|
receiverName->setObjectName(QString::fromUtf8("receiverName"));
|
||
|
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
|
||
|
sizePolicy.setHorizontalStretch(0);
|
||
|
sizePolicy.setVerticalStretch(0);
|
||
|
sizePolicy.setHeightForWidth(receiverName->sizePolicy().hasHeightForWidth());
|
||
|
receiverName->setSizePolicy(sizePolicy);
|
||
|
|
||
|
horizontalLayout->addWidget(receiverName);
|
||
|
|
||
|
txuinLineEdit = new QLineEdit(horizontalLayoutWidget_2);
|
||
|
txuinLineEdit->setObjectName(QString::fromUtf8("txuinLineEdit"));
|
||
|
sizePolicy.setHeightForWidth(txuinLineEdit->sizePolicy().hasHeightForWidth());
|
||
|
txuinLineEdit->setSizePolicy(sizePolicy);
|
||
|
txuinLineEdit->setReadOnly(true);
|
||
|
|
||
|
horizontalLayout->addWidget(txuinLineEdit);
|
||
|
|
||
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
||
|
horizontalLayout->addItem(horizontalSpacer);
|
||
|
|
||
|
label_copyright = new QLabel(centralWidget);
|
||
|
label_copyright->setObjectName(QString::fromUtf8("label_copyright"));
|
||
|
label_copyright->setGeometry(QRect(660, 470, 251, 51));
|
||
|
label_copyright->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
|
||
|
MainWindow->setCentralWidget(centralWidget);
|
||
|
menuBar = new QMenuBar(MainWindow);
|
||
|
menuBar->setObjectName(QString::fromUtf8("menuBar"));
|
||
|
menuBar->setGeometry(QRect(0, 0, 927, 20));
|
||
|
MainWindow->setMenuBar(menuBar);
|
||
|
mainToolBar = new QToolBar(MainWindow);
|
||
|
mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
|
||
|
MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
|
||
|
statusBar = new QStatusBar(MainWindow);
|
||
|
statusBar->setObjectName(QString::fromUtf8("statusBar"));
|
||
|
MainWindow->setStatusBar(statusBar);
|
||
|
|
||
|
retranslateUi(MainWindow);
|
||
|
|
||
|
tabWidget->setCurrentIndex(1);
|
||
|
|
||
|
|
||
|
QMetaObject::connectSlotsByName(MainWindow);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QMainWindow *MainWindow)
|
||
|
{
|
||
|
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "QQrobot", nullptr));
|
||
|
sendButton->setText(QApplication::translate("MainWindow", "\345\217\221\351\200\201", nullptr));
|
||
|
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MainWindow", "\345\245\275\345\217\213", nullptr));
|
||
|
tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MainWindow", "\347\276\244", nullptr));
|
||
|
label->setText(QApplication::translate("MainWindow", "\346\234\272\345\231\250\344\272\272\345\210\227\350\241\250\357\274\232", nullptr));
|
||
|
receiverName->setText(QApplication::translate("MainWindow", "\344\277\241\346\201\257\346\216\245\346\224\266\350\200\205", nullptr));
|
||
|
label_copyright->setText(QApplication::translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">QQrobot </span>1.0.0<br/><span style=\" font-weight:600;\">Author: </span>Jeffrey Lee <br/><span style=\" font-weight:600;\">Email: </span><span style=\" font-weight:600; color:#00557f;\">vipjeffreylee@gmail.com </span></p></body></html>", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class MainWindow: public Ui_MainWindow {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_MAINWINDOW_H
|