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.
121 lines
3.4 KiB
C++
121 lines
3.4 KiB
C++
/********************************************************************************
|
|
** Form generated from reading ui file 'dialog_ctrl.ui'
|
|
**
|
|
** Created: Sat Feb 26 19:14:29 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_CTRL_H
|
|
#define UI_DIALOG_CTRL_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtGui/QAction>
|
|
#include <QtGui/QApplication>
|
|
#include <QtGui/QButtonGroup>
|
|
#include <QtGui/QDialog>
|
|
#include <QtGui/QGridLayout>
|
|
#include <QtGui/QHBoxLayout>
|
|
#include <QtGui/QPushButton>
|
|
#include <QtGui/QSpacerItem>
|
|
#include <QtGui/QTableView>
|
|
#include <QtGui/QVBoxLayout>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_Dialog_ctrl
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QVBoxLayout *vboxLayout;
|
|
QTableView *tableView;
|
|
QHBoxLayout *hboxLayout;
|
|
QSpacerItem *spacerItem;
|
|
QHBoxLayout *hboxLayout1;
|
|
QPushButton *pushButton_ok;
|
|
QPushButton *pushButton_cancel;
|
|
|
|
void setupUi(QDialog *Dialog_ctrl)
|
|
{
|
|
if (Dialog_ctrl->objectName().isEmpty())
|
|
Dialog_ctrl->setObjectName(QString::fromUtf8("Dialog_ctrl"));
|
|
Dialog_ctrl->resize(400, 300);
|
|
gridLayout = new QGridLayout(Dialog_ctrl);
|
|
gridLayout->setSpacing(1);
|
|
gridLayout->setMargin(1);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
vboxLayout = new QVBoxLayout();
|
|
#ifndef Q_OS_MAC
|
|
vboxLayout->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
vboxLayout->setMargin(0);
|
|
#endif
|
|
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
|
|
tableView = new QTableView(Dialog_ctrl);
|
|
tableView->setObjectName(QString::fromUtf8("tableView"));
|
|
|
|
vboxLayout->addWidget(tableView);
|
|
|
|
hboxLayout = new QHBoxLayout();
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout->setSpacing(6);
|
|
#endif
|
|
hboxLayout->setMargin(0);
|
|
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
|
|
spacerItem = new QSpacerItem(171, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
hboxLayout->addItem(spacerItem);
|
|
|
|
hboxLayout1 = new QHBoxLayout();
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout1->setSpacing(6);
|
|
#endif
|
|
#ifndef Q_OS_MAC
|
|
hboxLayout1->setMargin(0);
|
|
#endif
|
|
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
|
|
pushButton_ok = new QPushButton(Dialog_ctrl);
|
|
pushButton_ok->setObjectName(QString::fromUtf8("pushButton_ok"));
|
|
|
|
hboxLayout1->addWidget(pushButton_ok);
|
|
|
|
pushButton_cancel = new QPushButton(Dialog_ctrl);
|
|
pushButton_cancel->setObjectName(QString::fromUtf8("pushButton_cancel"));
|
|
|
|
hboxLayout1->addWidget(pushButton_cancel);
|
|
|
|
|
|
hboxLayout->addLayout(hboxLayout1);
|
|
|
|
|
|
vboxLayout->addLayout(hboxLayout);
|
|
|
|
|
|
gridLayout->addLayout(vboxLayout, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(Dialog_ctrl);
|
|
|
|
QMetaObject::connectSlotsByName(Dialog_ctrl);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *Dialog_ctrl)
|
|
{
|
|
Dialog_ctrl->setWindowTitle(QApplication::translate("Dialog_ctrl", "\346\216\247\345\210\266\350\256\276\347\275\256", 0, QApplication::UnicodeUTF8));
|
|
pushButton_ok->setText(QApplication::translate("Dialog_ctrl", "\347\241\256\345\256\232", 0, QApplication::UnicodeUTF8));
|
|
pushButton_cancel->setText(QApplication::translate("Dialog_ctrl", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8));
|
|
Q_UNUSED(Dialog_ctrl);
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class Dialog_ctrl: public Ui_Dialog_ctrl {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_DIALOG_CTRL_H
|