121 lines
4.5 KiB
C++
121 lines
4.5 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'SMSGui.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.5.0
|
|
**
|
|
** 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/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#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:
|
|
QTextBrowser *mConversationText;
|
|
QFrame *mSMSEditFrame;
|
|
QGridLayout *gridLayout;
|
|
QPushButton *mSMSSendBtn;
|
|
QTextEdit *mSMSEdit;
|
|
QSpacerItem *horizontalSpacer;
|
|
QLabel *mSMSMessageStatsLabel;
|
|
QTreeWidget *mContactsTreeWidget;
|
|
QLabel *mContactPic;
|
|
QLabel *mContactName;
|
|
|
|
void setupUi(QWidget *CSMSGui)
|
|
{
|
|
if (CSMSGui->objectName().isEmpty())
|
|
CSMSGui->setObjectName(QStringLiteral("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);
|
|
mConversationText = new QTextBrowser(CSMSGui);
|
|
mConversationText->setObjectName(QStringLiteral("mConversationText"));
|
|
mConversationText->setGeometry(QRect(0, 160, 481, 451));
|
|
mSMSEditFrame = new QFrame(CSMSGui);
|
|
mSMSEditFrame->setObjectName(QStringLiteral("mSMSEditFrame"));
|
|
mSMSEditFrame->setGeometry(QRect(0, 620, 521, 121));
|
|
mSMSEditFrame->setFrameShape(QFrame::StyledPanel);
|
|
mSMSEditFrame->setFrameShadow(QFrame::Raised);
|
|
gridLayout = new QGridLayout(mSMSEditFrame);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
mSMSSendBtn = new QPushButton(mSMSEditFrame);
|
|
mSMSSendBtn->setObjectName(QStringLiteral("mSMSSendBtn"));
|
|
|
|
gridLayout->addWidget(mSMSSendBtn, 3, 2, 1, 1);
|
|
|
|
mSMSEdit = new QTextEdit(mSMSEditFrame);
|
|
mSMSEdit->setObjectName(QStringLiteral("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(QStringLiteral("mSMSMessageStatsLabel"));
|
|
mSMSMessageStatsLabel->setMinimumSize(QSize(200, 75));
|
|
|
|
gridLayout->addWidget(mSMSMessageStatsLabel, 2, 2, 1, 2);
|
|
|
|
mContactsTreeWidget = new QTreeWidget(CSMSGui);
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
|
__qtreewidgetitem->setText(0, QStringLiteral("1"));
|
|
mContactsTreeWidget->setHeaderItem(__qtreewidgetitem);
|
|
mContactsTreeWidget->setObjectName(QStringLiteral("mContactsTreeWidget"));
|
|
mContactsTreeWidget->setGeometry(QRect(520, 160, 256, 471));
|
|
mContactsTreeWidget->setIndentation(2);
|
|
mContactsTreeWidget->header()->setVisible(false);
|
|
mContactPic = new QLabel(CSMSGui);
|
|
mContactPic->setObjectName(QStringLiteral("mContactPic"));
|
|
mContactPic->setGeometry(QRect(10, 10, 141, 121));
|
|
mContactName = new QLabel(CSMSGui);
|
|
mContactName->setObjectName(QStringLiteral("mContactName"));
|
|
mContactName->setGeometry(QRect(180, 20, 591, 101));
|
|
|
|
retranslateUi(CSMSGui);
|
|
|
|
QMetaObject::connectSlotsByName(CSMSGui);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CSMSGui)
|
|
{
|
|
CSMSGui->setWindowTitle(QApplication::translate("CSMSGui", "Form", 0));
|
|
mSMSSendBtn->setText(QApplication::translate("CSMSGui", "Send", 0));
|
|
mSMSMessageStatsLabel->setText(QApplication::translate("CSMSGui", "TextLabel", 0));
|
|
mContactPic->setText(QApplication::translate("CSMSGui", "TextLabel", 0));
|
|
mContactName->setText(QApplication::translate("CSMSGui", "TextLabel", 0));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CSMSGui: public Ui_CSMSGui {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_SMSGUI_H
|