2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'cookies.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 COOKIES_H
|
|
|
|
#define COOKIES_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 "edittableview.h"
|
|
|
|
#include "searchlineedit.h"
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_CookiesDialog
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
SearchLineEdit *search;
|
|
|
|
EditTableView *cookiesTable;
|
|
|
|
QHBoxLayout *hboxLayout;
|
|
|
|
QPushButton *removeButton;
|
|
|
|
QPushButton *removeAllButton;
|
|
|
|
QSpacerItem *spacerItem1;
|
|
|
|
QDialogButtonBox *buttonBox;
|
|
|
|
|
|
|
|
void setupUi(QDialog *CookiesDialog)
|
|
|
|
{
|
|
|
|
if (CookiesDialog->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
CookiesDialog->setObjectName(QStringLiteral("CookiesDialog"));
|
2011-04-27 10:05:43 +00:00
|
|
|
CookiesDialog->resize(550, 370);
|
|
|
|
gridLayout = new QGridLayout(CookiesDialog);
|
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(CookiesDialog);
|
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);
|
|
|
|
|
|
|
|
cookiesTable = new EditTableView(CookiesDialog);
|
2011-12-11 15:55:01 +00:00
|
|
|
cookiesTable->setObjectName(QStringLiteral("cookiesTable"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(cookiesTable, 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(CookiesDialog);
|
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(CookiesDialog);
|
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(CookiesDialog);
|
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(CookiesDialog);
|
|
|
|
QObject::connect(buttonBox, SIGNAL(accepted()), CookiesDialog, SLOT(accept()));
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(CookiesDialog);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QDialog *CookiesDialog)
|
|
|
|
{
|
2017-08-28 14:42:50 +00:00
|
|
|
CookiesDialog->setWindowTitle(QApplication::translate("CookiesDialog", "Cookies", nullptr));
|
|
|
|
removeButton->setText(QApplication::translate("CookiesDialog", "&Remove", nullptr));
|
|
|
|
removeAllButton->setText(QApplication::translate("CookiesDialog", "Remove &All Cookies", nullptr));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class CookiesDialog: public Ui_CookiesDialog {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // COOKIES_H
|