You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
273 lines
9.6 KiB
C++
273 lines
9.6 KiB
C++
/********************************************************************************
|
|
** Form generated from reading ui file 'dialog_sg.ui'
|
|
**
|
|
** Created: Sat Feb 26 19:14:28 2011
|
|
** by: Qt User Interface Compiler version 4.4.0
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling ui file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_DIALOG_SG_H
|
|
#define UI_DIALOG_SG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtGui/QAction>
|
|
#include <QtGui/QApplication>
|
|
#include <QtGui/QButtonGroup>
|
|
#include <QtGui/QComboBox>
|
|
#include <QtGui/QDialog>
|
|
#include <QtGui/QGridLayout>
|
|
#include <QtGui/QGroupBox>
|
|
#include <QtGui/QHBoxLayout>
|
|
#include <QtGui/QLabel>
|
|
#include <QtGui/QPushButton>
|
|
#include <QtGui/QSpacerItem>
|
|
#include <QtGui/QTableView>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_DialogSG
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QGroupBox *groupBox_2;
|
|
QGridLayout *gridLayout1;
|
|
QHBoxLayout *hboxLayout;
|
|
QLabel *label;
|
|
QComboBox *comboBox_LD;
|
|
QLabel *label_2;
|
|
QComboBox *comboBox_SGNum;
|
|
QLabel *label_6;
|
|
QComboBox *comboBox_actSG;
|
|
QSpacerItem *spacerItem;
|
|
QTableView *tableView;
|
|
QHBoxLayout *hboxLayout1;
|
|
QSpacerItem *spacerItem1;
|
|
QPushButton *pushButton_OK;
|
|
QGroupBox *groupBox;
|
|
QGridLayout *gridLayout2;
|
|
QHBoxLayout *hboxLayout2;
|
|
QLabel *label_3;
|
|
QComboBox *comboBox_readRT;
|
|
QLabel *label_4;
|
|
QComboBox *comboBox_writeRT;
|
|
QLabel *label_5;
|
|
QComboBox *comboBox_changeRT;
|
|
QSpacerItem *spacerItem2;
|
|
|
|
void setupUi(QDialog *DialogSG)
|
|
{
|
|
if (DialogSG->objectName().isEmpty())
|
|
DialogSG->setObjectName(QString::fromUtf8("DialogSG"));
|
|
DialogSG->resize(537, 363);
|
|
gridLayout = new QGridLayout(DialogSG);
|
|
#ifndef Q_OS_MAC
|
|
gridLayout->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
gridLayout->setMargin(9);
|
|
#endif
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
groupBox_2 = new QGroupBox(DialogSG);
|
|
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
|
gridLayout1 = new QGridLayout(groupBox_2);
|
|
#ifndef Q_OS_MAC
|
|
gridLayout1->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
gridLayout1->setMargin(9);
|
|
#endif
|
|
gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
|
|
hboxLayout = new QHBoxLayout();
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout->setMargin(0);
|
|
#endif
|
|
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
|
|
label = new QLabel(groupBox_2);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout->addWidget(label);
|
|
|
|
comboBox_LD = new QComboBox(groupBox_2);
|
|
comboBox_LD->setObjectName(QString::fromUtf8("comboBox_LD"));
|
|
|
|
hboxLayout->addWidget(comboBox_LD);
|
|
|
|
label_2 = new QLabel(groupBox_2);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout->addWidget(label_2);
|
|
|
|
comboBox_SGNum = new QComboBox(groupBox_2);
|
|
comboBox_SGNum->setObjectName(QString::fromUtf8("comboBox_SGNum"));
|
|
|
|
hboxLayout->addWidget(comboBox_SGNum);
|
|
|
|
label_6 = new QLabel(groupBox_2);
|
|
label_6->setObjectName(QString::fromUtf8("label_6"));
|
|
label_6->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout->addWidget(label_6);
|
|
|
|
comboBox_actSG = new QComboBox(groupBox_2);
|
|
comboBox_actSG->setObjectName(QString::fromUtf8("comboBox_actSG"));
|
|
|
|
hboxLayout->addWidget(comboBox_actSG);
|
|
|
|
spacerItem = new QSpacerItem(101, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
hboxLayout->addItem(spacerItem);
|
|
|
|
|
|
gridLayout1->addLayout(hboxLayout, 0, 0, 1, 1);
|
|
|
|
tableView = new QTableView(groupBox_2);
|
|
tableView->setObjectName(QString::fromUtf8("tableView"));
|
|
|
|
gridLayout1->addWidget(tableView, 1, 0, 1, 1);
|
|
|
|
|
|
gridLayout->addWidget(groupBox_2, 1, 0, 1, 1);
|
|
|
|
hboxLayout1 = new QHBoxLayout();
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout1->setSpacing(6);
|
|
#endif
|
|
hboxLayout1->setMargin(0);
|
|
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
|
|
spacerItem1 = new QSpacerItem(411, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
hboxLayout1->addItem(spacerItem1);
|
|
|
|
pushButton_OK = new QPushButton(DialogSG);
|
|
pushButton_OK->setObjectName(QString::fromUtf8("pushButton_OK"));
|
|
|
|
hboxLayout1->addWidget(pushButton_OK);
|
|
|
|
|
|
gridLayout->addLayout(hboxLayout1, 2, 0, 1, 1);
|
|
|
|
groupBox = new QGroupBox(DialogSG);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
gridLayout2 = new QGridLayout(groupBox);
|
|
#ifndef Q_OS_MAC
|
|
gridLayout2->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
gridLayout2->setMargin(9);
|
|
#endif
|
|
gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
|
|
hboxLayout2 = new QHBoxLayout();
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout2->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout2->setMargin(0);
|
|
#endif
|
|
hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
|
|
label_3 = new QLabel(groupBox);
|
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
|
label_3->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout2->addWidget(label_3);
|
|
|
|
comboBox_readRT = new QComboBox(groupBox);
|
|
comboBox_readRT->setObjectName(QString::fromUtf8("comboBox_readRT"));
|
|
comboBox_readRT->setMinimumSize(QSize(70, 0));
|
|
comboBox_readRT->setBaseSize(QSize(0, 0));
|
|
|
|
hboxLayout2->addWidget(comboBox_readRT);
|
|
|
|
label_4 = new QLabel(groupBox);
|
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
|
label_4->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout2->addWidget(label_4);
|
|
|
|
comboBox_writeRT = new QComboBox(groupBox);
|
|
comboBox_writeRT->setObjectName(QString::fromUtf8("comboBox_writeRT"));
|
|
QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(comboBox_writeRT->sizePolicy().hasHeightForWidth());
|
|
comboBox_writeRT->setSizePolicy(sizePolicy);
|
|
comboBox_writeRT->setMinimumSize(QSize(70, 0));
|
|
|
|
hboxLayout2->addWidget(comboBox_writeRT);
|
|
|
|
label_5 = new QLabel(groupBox);
|
|
label_5->setObjectName(QString::fromUtf8("label_5"));
|
|
label_5->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout2->addWidget(label_5);
|
|
|
|
comboBox_changeRT = new QComboBox(groupBox);
|
|
comboBox_changeRT->setObjectName(QString::fromUtf8("comboBox_changeRT"));
|
|
sizePolicy.setHeightForWidth(comboBox_changeRT->sizePolicy().hasHeightForWidth());
|
|
comboBox_changeRT->setSizePolicy(sizePolicy);
|
|
comboBox_changeRT->setMinimumSize(QSize(70, 0));
|
|
comboBox_changeRT->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
hboxLayout2->addWidget(comboBox_changeRT);
|
|
|
|
spacerItem2 = new QSpacerItem(101, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
hboxLayout2->addItem(spacerItem2);
|
|
|
|
|
|
gridLayout2->addLayout(hboxLayout2, 0, 0, 1, 1);
|
|
|
|
|
|
gridLayout->addWidget(groupBox, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(DialogSG);
|
|
|
|
QMetaObject::connectSlotsByName(DialogSG);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *DialogSG)
|
|
{
|
|
DialogSG->setWindowTitle(QApplication::translate("DialogSG", "\345\256\232\345\200\274\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
|
|
groupBox_2->setTitle(QApplication::translate("DialogSG", "\345\256\232\345\200\274\346\223\215\344\275\234", 0, QApplication::UnicodeUTF8));
|
|
label->setText(QApplication::translate("DialogSG", "LD\345\220\215\347\247\260", 0, QApplication::UnicodeUTF8));
|
|
label_2->setText(QApplication::translate("DialogSG", "\345\256\232\345\200\274\347\273\204\345\217\267", 0, QApplication::UnicodeUTF8));
|
|
label_6->setText(QApplication::translate("DialogSG", "\345\275\223\345\211\215\346\277\200\346\264\273\345\214\272", 0, QApplication::UnicodeUTF8));
|
|
pushButton_OK->setText(QApplication::translate("DialogSG", "\345\205\263\351\227\255", 0, QApplication::UnicodeUTF8));
|
|
groupBox->setTitle(QApplication::translate("DialogSG", "\345\256\232\345\200\274\350\277\224\345\233\236\350\256\276\347\275\256", 0, QApplication::UnicodeUTF8));
|
|
label_3->setText(QApplication::translate("DialogSG", "\350\257\273\345\256\232\345\200\274", 0, QApplication::UnicodeUTF8));
|
|
comboBox_readRT->insertItems(0, QStringList()
|
|
<< QApplication::translate("DialogSG", "\346\210\220\345\212\237", 0, QApplication::UnicodeUTF8)
|
|
<< QApplication::translate("DialogSG", "\345\244\261\350\264\245", 0, QApplication::UnicodeUTF8)
|
|
<< QApplication::translate("DialogSG", "\350\266\205\346\227\266", 0, QApplication::UnicodeUTF8)
|
|
);
|
|
label_4->setText(QApplication::translate("DialogSG", "\345\206\231\345\256\232\345\200\274", 0, QApplication::UnicodeUTF8));
|
|
comboBox_writeRT->insertItems(0, QStringList()
|
|
<< QApplication::translate("DialogSG", "\346\210\220\345\212\237", 0, QApplication::UnicodeUTF8)
|
|
<< QApplication::translate("DialogSG", "\345\244\261\350\264\245", 0, QApplication::UnicodeUTF8)
|
|
<< QApplication::translate("DialogSG", "\350\266\205\346\227\266", 0, QApplication::UnicodeUTF8)
|
|
);
|
|
label_5->setText(QApplication::translate("DialogSG", "\345\210\207\346\215\242\346\277\200\346\264\273\345\214\272", 0, QApplication::UnicodeUTF8));
|
|
comboBox_changeRT->insertItems(0, QStringList()
|
|
<< QApplication::translate("DialogSG", "\346\210\220\345\212\237", 0, QApplication::UnicodeUTF8)
|
|
<< QApplication::translate("DialogSG", "\345\244\261\350\264\245", 0, QApplication::UnicodeUTF8)
|
|
<< QApplication::translate("DialogSG", "\350\266\205\346\227\266", 0, QApplication::UnicodeUTF8)
|
|
);
|
|
Q_UNUSED(DialogSG);
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class DialogSG: public Ui_DialogSG {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_DIALOG_SG_H
|