www.pudn.com > myQTserial.rar > ui_form.h


#ifndef UI_FORM_H
#define UI_FORM_H

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

class Ui_FormEx
{
public:
    QWidget *layoutWidget;
    QHBoxLayout *hboxLayout;
    QPushButton *PushButtonSend;
    QPushButton *PushButtonSendfileNet;
    QLabel *label_2;
    QLabel *label;
    QWidget *layoutWidget1;
    QHBoxLayout *hboxLayout1;
    QPushButton *PushButtonInsert;
    QPushButton *PushButtonSendfileCom;
    QSpacerItem *spacerItem;
    QPushButton *PushButtonClear;
    QPushButton *PushButtonQuit;
    QLineEdit *LineEditInsert;
    QLineEdit *LineEditSend;
    QWidget *widget;
    QHBoxLayout *hboxLayout2;
    QRadioButton *radioButton;
    QPushButton *AddressPushButton;
    QLabel *mycontest;
    QLabel *datacom;
    QWidget *NettextEdit;
    QVBoxLayout *vboxLayout;
    QTextEdit *NetdataEdit;
    QTextEdit *ComdataEdit;

    void setupUi(QWidget *FormEx)
    {
    FormEx->setObjectName(QString::fromUtf8("FormEx"));
    FormEx->resize(QSize(427, 580).expandedTo(FormEx->minimumSizeHint()));
    QSizePolicy sizePolicy(static_cast(5), static_cast(5));
    sizePolicy.setHorizontalStretch(0);
    sizePolicy.setVerticalStretch(0);
    sizePolicy.setHeightForWidth(FormEx->sizePolicy().hasHeightForWidth());
    FormEx->setSizePolicy(sizePolicy);
    layoutWidget = new QWidget(FormEx);
    layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
    layoutWidget->setGeometry(QRect(10, 460, 158, 25));
    hboxLayout = new QHBoxLayout(layoutWidget);
    hboxLayout->setSpacing(6);
    hboxLayout->setMargin(0);
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    PushButtonSend = new QPushButton(layoutWidget);
    PushButtonSend->setObjectName(QString::fromUtf8("PushButtonSend"));

    hboxLayout->addWidget(PushButtonSend);

    PushButtonSendfileNet = new QPushButton(layoutWidget);
    PushButtonSendfileNet->setObjectName(QString::fromUtf8("PushButtonSendfileNet"));

    hboxLayout->addWidget(PushButtonSendfileNet);

    label_2 = new QLabel(FormEx);
    label_2->setObjectName(QString::fromUtf8("label_2"));
    label_2->setGeometry(QRect(10, 490, 54, 13));
    label = new QLabel(FormEx);
    label->setObjectName(QString::fromUtf8("label"));
    label->setGeometry(QRect(10, 410, 54, 13));
    layoutWidget1 = new QWidget(FormEx);
    layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
    layoutWidget1->setGeometry(QRect(10, 540, 407, 25));
    hboxLayout1 = new QHBoxLayout(layoutWidget1);
    hboxLayout1->setSpacing(6);
    hboxLayout1->setMargin(0);
    hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    PushButtonInsert = new QPushButton(layoutWidget1);
    PushButtonInsert->setObjectName(QString::fromUtf8("PushButtonInsert"));

    hboxLayout1->addWidget(PushButtonInsert);

    PushButtonSendfileCom = new QPushButton(layoutWidget1);
    PushButtonSendfileCom->setObjectName(QString::fromUtf8("PushButtonSendfileCom"));

    hboxLayout1->addWidget(PushButtonSendfileCom);

    spacerItem = new QSpacerItem(61, 23, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout1->addItem(spacerItem);

    PushButtonClear = new QPushButton(layoutWidget1);
    PushButtonClear->setObjectName(QString::fromUtf8("PushButtonClear"));

    hboxLayout1->addWidget(PushButtonClear);

    PushButtonQuit = new QPushButton(layoutWidget1);
    PushButtonQuit->setObjectName(QString::fromUtf8("PushButtonQuit"));

    hboxLayout1->addWidget(PushButtonQuit);

    LineEditInsert = new QLineEdit(FormEx);
    LineEditInsert->setObjectName(QString::fromUtf8("LineEditInsert"));
    LineEditInsert->setGeometry(QRect(10, 510, 401, 21));
    LineEditSend = new QLineEdit(FormEx);
    LineEditSend->setObjectName(QString::fromUtf8("LineEditSend"));
    LineEditSend->setGeometry(QRect(10, 430, 401, 21));
    widget = new QWidget(FormEx);
    widget->setObjectName(QString::fromUtf8("widget"));
    widget->setGeometry(QRect(290, 480, 123, 25));
    hboxLayout2 = new QHBoxLayout(widget);
    hboxLayout2->setSpacing(6);
    hboxLayout2->setMargin(0);
    hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    radioButton = new QRadioButton(widget);
    radioButton->setObjectName(QString::fromUtf8("radioButton"));

    hboxLayout2->addWidget(radioButton);

    AddressPushButton = new QPushButton(widget);
    AddressPushButton->setObjectName(QString::fromUtf8("AddressPushButton"));

    hboxLayout2->addWidget(AddressPushButton);

    mycontest = new QLabel(FormEx);
    mycontest->setObjectName(QString::fromUtf8("mycontest"));
    mycontest->setGeometry(QRect(10, 80, 54, 31));
    mycontest->setAutoFillBackground(true);
    datacom = new QLabel(FormEx);
    datacom->setObjectName(QString::fromUtf8("datacom"));
    datacom->setGeometry(QRect(10, 300, 54, 13));
    NettextEdit = new QWidget(FormEx);
    NettextEdit->setObjectName(QString::fromUtf8("NettextEdit"));
    NettextEdit->setGeometry(QRect(70, 20, 341, 392));
    vboxLayout = new QVBoxLayout(NettextEdit);
    vboxLayout->setSpacing(6);
    vboxLayout->setMargin(0);
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    NetdataEdit = new QTextEdit(NettextEdit);
    NetdataEdit->setObjectName(QString::fromUtf8("NetdataEdit"));

    vboxLayout->addWidget(NetdataEdit);

    ComdataEdit = new QTextEdit(NettextEdit);
    ComdataEdit->setObjectName(QString::fromUtf8("ComdataEdit"));

    vboxLayout->addWidget(ComdataEdit);

    label->setBuddy(LineEditSend);
    retranslateUi(FormEx);
    QObject::connect(PushButtonClear, SIGNAL(clicked()), NetdataEdit, SLOT(clear()));
    QObject::connect(PushButtonClear, SIGNAL(clicked()), ComdataEdit, SLOT(clear()));
    QObject::connect(PushButtonQuit, SIGNAL(clicked()), FormEx, SLOT(close()));

    QMetaObject::connectSlotsByName(FormEx);
    } // setupUi

    void retranslateUi(QWidget *FormEx)
    {
    FormEx->setWindowTitle(QApplication::translate("FormEx", "QT 4.0.1 Test Example", 0, QApplication::UnicodeUTF8));
    PushButtonSend->setText(QApplication::translate("FormEx", "&Send", 0, QApplication::UnicodeUTF8));
    PushButtonSendfileNet->setText(QApplication::translate("FormEx", "Sendfile", 0, QApplication::UnicodeUTF8));
    label_2->setText(QApplication::translate("FormEx", "com2net", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("FormEx", "net2com", 0, QApplication::UnicodeUTF8));
    PushButtonInsert->setText(QApplication::translate("FormEx", "&Insert", 0, QApplication::UnicodeUTF8));
    PushButtonSendfileCom->setText(QApplication::translate("FormEx", "Sendfile", 0, QApplication::UnicodeUTF8));
    PushButtonClear->setText(QApplication::translate("FormEx", "&Clear", 0, QApplication::UnicodeUTF8));
    PushButtonQuit->setText(QApplication::translate("FormEx", "&Quit", 0, QApplication::UnicodeUTF8));
    radioButton->setText(QApplication::translate("FormEx", "&COM", 0, QApplication::UnicodeUTF8));
    AddressPushButton->setText(QApplication::translate("FormEx", "&Address", 0, QApplication::UnicodeUTF8));
    mycontest->setText(QApplication::translate("FormEx", "Datanet", 0, QApplication::UnicodeUTF8));
    datacom->setText(QApplication::translate("FormEx", "Datacom", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(FormEx);
    } // retranslateUi

};

namespace Ui {
    class FormEx: public Ui_FormEx {};
} // namespace Ui

#endif // UI_FORM_H