2012-11-19 14:17:27 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'bug18156QTreeWidget.ui'
|
|
|
|
**
|
2012-12-13 12:48:18 +00:00
|
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
2012-11-19 14:17:27 +00:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef BUG18156QTREEWIDGET_H
|
|
|
|
#define BUG18156QTREEWIDGET_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QDialog>
|
|
|
|
#include <QtWidgets/QDialogButtonBox>
|
|
|
|
#include <QtWidgets/QGridLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QTreeWidget>
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_Dialog
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QTreeWidget *treeWidget;
|
|
|
|
QDialogButtonBox *buttonBox;
|
|
|
|
|
|
|
|
void setupUi(QDialog *Dialog)
|
|
|
|
{
|
|
|
|
if (Dialog->objectName().isEmpty())
|
|
|
|
Dialog->setObjectName(QStringLiteral("Dialog"));
|
|
|
|
Dialog->resize(400, 300);
|
|
|
|
gridLayout = new QGridLayout(Dialog);
|
|
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
|
|
treeWidget = new QTreeWidget(Dialog);
|
|
|
|
treeWidget->headerItem()->setText(0, QString());
|
|
|
|
treeWidget->headerItem()->setText(2, QString());
|
|
|
|
treeWidget->setObjectName(QStringLiteral("treeWidget"));
|
|
|
|
|
|
|
|
gridLayout->addWidget(treeWidget, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
buttonBox = new QDialogButtonBox(Dialog);
|
|
|
|
buttonBox->setObjectName(QStringLiteral("buttonBox"));
|
|
|
|
buttonBox->setOrientation(Qt::Horizontal);
|
|
|
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
|
|
|
|
|
|
gridLayout->addWidget(buttonBox, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
|
|
|
|
retranslateUi(Dialog);
|
|
|
|
QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));
|
|
|
|
QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(Dialog);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QDialog *Dialog)
|
|
|
|
{
|
|
|
|
Dialog->setWindowTitle(QApplication::translate("Dialog", "Dialog", 0));
|
|
|
|
QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem();
|
|
|
|
___qtreewidgetitem->setText(1, QApplication::translate("Dialog", "4", 0));
|
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class Dialog: public Ui_Dialog {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // BUG18156QTREEWIDGET_H
|