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.
64 lines
1.7 KiB
C++
64 lines
1.7 KiB
C++
/********************************************************************************
|
|
** Form generated from reading ui file 'dialog_state.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_STATE_H
|
|
#define UI_DIALOG_STATE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtGui/QAction>
|
|
#include <QtGui/QApplication>
|
|
#include <QtGui/QButtonGroup>
|
|
#include <QtGui/QDialog>
|
|
#include <QtGui/QGridLayout>
|
|
#include <QtGui/QTableView>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_DialogState
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QTableView *tableView;
|
|
|
|
void setupUi(QDialog *DialogState)
|
|
{
|
|
if (DialogState->objectName().isEmpty())
|
|
DialogState->setObjectName(QString::fromUtf8("DialogState"));
|
|
DialogState->resize(400, 300);
|
|
gridLayout = new QGridLayout(DialogState);
|
|
gridLayout->setSpacing(1);
|
|
gridLayout->setMargin(1);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
tableView = new QTableView(DialogState);
|
|
tableView->setObjectName(QString::fromUtf8("tableView"));
|
|
|
|
gridLayout->addWidget(tableView, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(DialogState);
|
|
|
|
QMetaObject::connectSlotsByName(DialogState);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *DialogState)
|
|
{
|
|
DialogState->setWindowTitle(QApplication::translate("DialogState", "\350\277\236\346\216\245\347\212\266\346\200\201", 0, QApplication::UnicodeUTF8));
|
|
Q_UNUSED(DialogState);
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class DialogState: public Ui_DialogState {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_DIALOG_STATE_H
|