2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'history.ui'
|
|
|
|
**
|
2012-12-13 12:48:18 +00:00
|
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef HISTORY_H
|
|
|
|
#define HISTORY_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QDialog>
|
|
|
|
#include <QtWidgets/QDialogButtonBox>
|
|
|
|
#include <QtWidgets/QGridLayout>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
#include <QtWidgets/QSpacerItem>
|
2011-04-27 10:05:43 +00:00
|
|
|
#include "edittreeview.h"
|
|
|
|
#include "searchlineedit.h"
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_HistoryDialog
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
SearchLineEdit *search;
|
|
|
|
EditTreeView *tree;
|
|
|
|
QHBoxLayout *hboxLayout;
|
|
|
|
QPushButton *removeButton;
|
|
|
|
QPushButton *removeAllButton;
|
|
|
|
QSpacerItem *spacerItem1;
|
|
|
|
QDialogButtonBox *buttonBox;
|
|
|
|
|
|
|
|
void setupUi(QDialog *HistoryDialog)
|
|
|
|
{
|
|
|
|
if (HistoryDialog->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
HistoryDialog->setObjectName(QStringLiteral("HistoryDialog"));
|
2011-04-27 10:05:43 +00:00
|
|
|
HistoryDialog->resize(758, 450);
|
|
|
|
gridLayout = new QGridLayout(HistoryDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
spacerItem = new QSpacerItem(252, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
gridLayout->addItem(spacerItem, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
search = new SearchLineEdit(HistoryDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
search->setObjectName(QStringLiteral("search"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(search, 0, 1, 1, 1);
|
|
|
|
|
|
|
|
tree = new EditTreeView(HistoryDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
tree->setObjectName(QStringLiteral("tree"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(tree, 1, 0, 1, 2);
|
|
|
|
|
|
|
|
hboxLayout = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
removeButton = new QPushButton(HistoryDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
removeButton->setObjectName(QStringLiteral("removeButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(removeButton);
|
|
|
|
|
|
|
|
removeAllButton = new QPushButton(HistoryDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
removeAllButton->setObjectName(QStringLiteral("removeAllButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(removeAllButton);
|
|
|
|
|
|
|
|
spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
hboxLayout->addItem(spacerItem1);
|
|
|
|
|
|
|
|
buttonBox = new QDialogButtonBox(HistoryDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
buttonBox->setObjectName(QStringLiteral("buttonBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
buttonBox->setStandardButtons(QDialogButtonBox::Ok);
|
|
|
|
|
|
|
|
hboxLayout->addWidget(buttonBox);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout->addLayout(hboxLayout, 2, 0, 1, 2);
|
|
|
|
|
|
|
|
|
|
|
|
retranslateUi(HistoryDialog);
|
|
|
|
QObject::connect(buttonBox, SIGNAL(accepted()), HistoryDialog, SLOT(accept()));
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(HistoryDialog);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QDialog *HistoryDialog)
|
|
|
|
{
|
2012-05-17 00:37:23 +00:00
|
|
|
HistoryDialog->setWindowTitle(QApplication::translate("HistoryDialog", "History", 0));
|
|
|
|
removeButton->setText(QApplication::translate("HistoryDialog", "&Remove", 0));
|
|
|
|
removeAllButton->setText(QApplication::translate("HistoryDialog", "Remove &All", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class HistoryDialog: public Ui_HistoryDialog {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // HISTORY_H
|