139 lines
5.1 KiB
C++
139 lines
5.1 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'SMSGui.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_SMSGUI_H
|
|
#define UI_SMSGUI_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QFrame>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QTextBrowser>
|
|
#include <QtWidgets/QTextEdit>
|
|
#include <QtWidgets/QTreeWidget>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CSMSGui
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout_2;
|
|
QLabel *mContactPic;
|
|
QLabel *mContactName;
|
|
QTextBrowser *mConversationText;
|
|
QTreeWidget *mContactsTreeWidget;
|
|
QFrame *mSMSEditFrame;
|
|
QGridLayout *gridLayout;
|
|
QPushButton *mSMSSendBtn;
|
|
QTextEdit *mSMSEdit;
|
|
QSpacerItem *horizontalSpacer;
|
|
QLabel *mSMSMessageStatsLabel;
|
|
|
|
void setupUi(QWidget *CSMSGui)
|
|
{
|
|
if (CSMSGui->objectName().isEmpty())
|
|
CSMSGui->setObjectName(QString::fromUtf8("CSMSGui"));
|
|
CSMSGui->resize(803, 785);
|
|
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(CSMSGui->sizePolicy().hasHeightForWidth());
|
|
CSMSGui->setSizePolicy(sizePolicy);
|
|
gridLayout_2 = new QGridLayout(CSMSGui);
|
|
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
|
|
mContactPic = new QLabel(CSMSGui);
|
|
mContactPic->setObjectName(QString::fromUtf8("mContactPic"));
|
|
QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
sizePolicy1.setVerticalStretch(0);
|
|
sizePolicy1.setHeightForWidth(mContactPic->sizePolicy().hasHeightForWidth());
|
|
mContactPic->setSizePolicy(sizePolicy1);
|
|
mContactPic->setMinimumSize(QSize(100, 100));
|
|
mContactPic->setBaseSize(QSize(100, 100));
|
|
|
|
gridLayout_2->addWidget(mContactPic, 0, 0, 1, 1);
|
|
|
|
mContactName = new QLabel(CSMSGui);
|
|
mContactName->setObjectName(QString::fromUtf8("mContactName"));
|
|
|
|
gridLayout_2->addWidget(mContactName, 0, 1, 1, 2);
|
|
|
|
mConversationText = new QTextBrowser(CSMSGui);
|
|
mConversationText->setObjectName(QString::fromUtf8("mConversationText"));
|
|
|
|
gridLayout_2->addWidget(mConversationText, 1, 0, 1, 2);
|
|
|
|
mContactsTreeWidget = new QTreeWidget(CSMSGui);
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
|
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
|
mContactsTreeWidget->setHeaderItem(__qtreewidgetitem);
|
|
mContactsTreeWidget->setObjectName(QString::fromUtf8("mContactsTreeWidget"));
|
|
mContactsTreeWidget->setIndentation(2);
|
|
mContactsTreeWidget->header()->setVisible(false);
|
|
|
|
gridLayout_2->addWidget(mContactsTreeWidget, 1, 2, 2, 1);
|
|
|
|
mSMSEditFrame = new QFrame(CSMSGui);
|
|
mSMSEditFrame->setObjectName(QString::fromUtf8("mSMSEditFrame"));
|
|
mSMSEditFrame->setFrameShape(QFrame::StyledPanel);
|
|
mSMSEditFrame->setFrameShadow(QFrame::Raised);
|
|
gridLayout = new QGridLayout(mSMSEditFrame);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
mSMSSendBtn = new QPushButton(mSMSEditFrame);
|
|
mSMSSendBtn->setObjectName(QString::fromUtf8("mSMSSendBtn"));
|
|
|
|
gridLayout->addWidget(mSMSSendBtn, 3, 2, 1, 1);
|
|
|
|
mSMSEdit = new QTextEdit(mSMSEditFrame);
|
|
mSMSEdit->setObjectName(QString::fromUtf8("mSMSEdit"));
|
|
|
|
gridLayout->addWidget(mSMSEdit, 2, 0, 2, 1);
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
gridLayout->addItem(horizontalSpacer, 3, 3, 1, 1);
|
|
|
|
mSMSMessageStatsLabel = new QLabel(mSMSEditFrame);
|
|
mSMSMessageStatsLabel->setObjectName(QString::fromUtf8("mSMSMessageStatsLabel"));
|
|
mSMSMessageStatsLabel->setMinimumSize(QSize(200, 75));
|
|
|
|
gridLayout->addWidget(mSMSMessageStatsLabel, 2, 2, 1, 2);
|
|
|
|
|
|
gridLayout_2->addWidget(mSMSEditFrame, 2, 0, 1, 2);
|
|
|
|
|
|
retranslateUi(CSMSGui);
|
|
|
|
QMetaObject::connectSlotsByName(CSMSGui);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CSMSGui)
|
|
{
|
|
CSMSGui->setWindowTitle(QCoreApplication::translate("CSMSGui", "Form", nullptr));
|
|
mContactPic->setText(QCoreApplication::translate("CSMSGui", "TextLabel", nullptr));
|
|
mContactName->setText(QCoreApplication::translate("CSMSGui", "TextLabel", nullptr));
|
|
mSMSSendBtn->setText(QCoreApplication::translate("CSMSGui", "Send", nullptr));
|
|
mSMSMessageStatsLabel->setText(QCoreApplication::translate("CSMSGui", "TextLabel", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CSMSGui: public Ui_CSMSGui {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_SMSGUI_H
|