0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'cookiesexceptions.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:13 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef COOKIESEXCEPTIONS_H
|
|
11 |
#define COOKIESEXCEPTIONS_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QDialog>
|
|
18 |
#include <QtGui/QDialogButtonBox>
|
|
19 |
#include <QtGui/QGridLayout>
|
|
20 |
#include <QtGui/QGroupBox>
|
|
21 |
#include <QtGui/QHBoxLayout>
|
|
22 |
#include <QtGui/QHeaderView>
|
|
23 |
#include <QtGui/QLabel>
|
|
24 |
#include <QtGui/QLineEdit>
|
|
25 |
#include <QtGui/QPushButton>
|
|
26 |
#include <QtGui/QSpacerItem>
|
|
27 |
#include <QtGui/QVBoxLayout>
|
|
28 |
#include "edittableview.h"
|
|
29 |
#include "searchlineedit.h"
|
|
30 |
|
|
31 |
QT_BEGIN_NAMESPACE
|
|
32 |
|
|
33 |
class Ui_CookiesExceptionsDialog
|
|
34 |
{
|
|
35 |
public:
|
|
36 |
QVBoxLayout *vboxLayout;
|
|
37 |
QGroupBox *newExceptionGroupBox;
|
|
38 |
QGridLayout *gridLayout;
|
|
39 |
QHBoxLayout *hboxLayout;
|
|
40 |
QLabel *label;
|
|
41 |
QLineEdit *domainLineEdit;
|
|
42 |
QHBoxLayout *hboxLayout1;
|
|
43 |
QSpacerItem *spacerItem;
|
|
44 |
QPushButton *blockButton;
|
|
45 |
QPushButton *allowForSessionButton;
|
|
46 |
QPushButton *allowButton;
|
|
47 |
QGroupBox *ExceptionsGroupBox;
|
|
48 |
QGridLayout *gridLayout1;
|
|
49 |
QSpacerItem *spacerItem1;
|
|
50 |
SearchLineEdit *search;
|
|
51 |
EditTableView *exceptionTable;
|
|
52 |
QPushButton *removeButton;
|
|
53 |
QPushButton *removeAllButton;
|
|
54 |
QSpacerItem *spacerItem2;
|
|
55 |
QDialogButtonBox *buttonBox;
|
|
56 |
|
|
57 |
void setupUi(QDialog *CookiesExceptionsDialog)
|
|
58 |
{
|
|
59 |
if (CookiesExceptionsDialog->objectName().isEmpty())
|
|
60 |
CookiesExceptionsDialog->setObjectName(QString::fromUtf8("CookiesExceptionsDialog"));
|
|
61 |
CookiesExceptionsDialog->resize(466, 446);
|
|
62 |
vboxLayout = new QVBoxLayout(CookiesExceptionsDialog);
|
|
63 |
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
|
|
64 |
newExceptionGroupBox = new QGroupBox(CookiesExceptionsDialog);
|
|
65 |
newExceptionGroupBox->setObjectName(QString::fromUtf8("newExceptionGroupBox"));
|
|
66 |
gridLayout = new QGridLayout(newExceptionGroupBox);
|
|
67 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
68 |
hboxLayout = new QHBoxLayout();
|
|
69 |
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
|
|
70 |
label = new QLabel(newExceptionGroupBox);
|
|
71 |
label->setObjectName(QString::fromUtf8("label"));
|
|
72 |
|
|
73 |
hboxLayout->addWidget(label);
|
|
74 |
|
|
75 |
domainLineEdit = new QLineEdit(newExceptionGroupBox);
|
|
76 |
domainLineEdit->setObjectName(QString::fromUtf8("domainLineEdit"));
|
|
77 |
|
|
78 |
hboxLayout->addWidget(domainLineEdit);
|
|
79 |
|
|
80 |
|
|
81 |
gridLayout->addLayout(hboxLayout, 0, 0, 1, 1);
|
|
82 |
|
|
83 |
hboxLayout1 = new QHBoxLayout();
|
|
84 |
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
|
|
85 |
spacerItem = new QSpacerItem(81, 25, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
86 |
|
|
87 |
hboxLayout1->addItem(spacerItem);
|
|
88 |
|
|
89 |
blockButton = new QPushButton(newExceptionGroupBox);
|
|
90 |
blockButton->setObjectName(QString::fromUtf8("blockButton"));
|
|
91 |
blockButton->setEnabled(false);
|
|
92 |
|
|
93 |
hboxLayout1->addWidget(blockButton);
|
|
94 |
|
|
95 |
allowForSessionButton = new QPushButton(newExceptionGroupBox);
|
|
96 |
allowForSessionButton->setObjectName(QString::fromUtf8("allowForSessionButton"));
|
|
97 |
allowForSessionButton->setEnabled(false);
|
|
98 |
|
|
99 |
hboxLayout1->addWidget(allowForSessionButton);
|
|
100 |
|
|
101 |
allowButton = new QPushButton(newExceptionGroupBox);
|
|
102 |
allowButton->setObjectName(QString::fromUtf8("allowButton"));
|
|
103 |
allowButton->setEnabled(false);
|
|
104 |
|
|
105 |
hboxLayout1->addWidget(allowButton);
|
|
106 |
|
|
107 |
|
|
108 |
gridLayout->addLayout(hboxLayout1, 1, 0, 1, 1);
|
|
109 |
|
|
110 |
|
|
111 |
vboxLayout->addWidget(newExceptionGroupBox);
|
|
112 |
|
|
113 |
ExceptionsGroupBox = new QGroupBox(CookiesExceptionsDialog);
|
|
114 |
ExceptionsGroupBox->setObjectName(QString::fromUtf8("ExceptionsGroupBox"));
|
|
115 |
gridLayout1 = new QGridLayout(ExceptionsGroupBox);
|
|
116 |
gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
|
|
117 |
spacerItem1 = new QSpacerItem(252, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
118 |
|
|
119 |
gridLayout1->addItem(spacerItem1, 0, 0, 1, 3);
|
|
120 |
|
|
121 |
search = new SearchLineEdit(ExceptionsGroupBox);
|
|
122 |
search->setObjectName(QString::fromUtf8("search"));
|
|
123 |
|
|
124 |
gridLayout1->addWidget(search, 0, 3, 1, 1);
|
|
125 |
|
|
126 |
exceptionTable = new EditTableView(ExceptionsGroupBox);
|
|
127 |
exceptionTable->setObjectName(QString::fromUtf8("exceptionTable"));
|
|
128 |
|
|
129 |
gridLayout1->addWidget(exceptionTable, 1, 0, 1, 4);
|
|
130 |
|
|
131 |
removeButton = new QPushButton(ExceptionsGroupBox);
|
|
132 |
removeButton->setObjectName(QString::fromUtf8("removeButton"));
|
|
133 |
|
|
134 |
gridLayout1->addWidget(removeButton, 2, 0, 1, 1);
|
|
135 |
|
|
136 |
removeAllButton = new QPushButton(ExceptionsGroupBox);
|
|
137 |
removeAllButton->setObjectName(QString::fromUtf8("removeAllButton"));
|
|
138 |
|
|
139 |
gridLayout1->addWidget(removeAllButton, 2, 1, 1, 1);
|
|
140 |
|
|
141 |
spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
142 |
|
|
143 |
gridLayout1->addItem(spacerItem2, 2, 2, 1, 2);
|
|
144 |
|
|
145 |
|
|
146 |
vboxLayout->addWidget(ExceptionsGroupBox);
|
|
147 |
|
|
148 |
buttonBox = new QDialogButtonBox(CookiesExceptionsDialog);
|
|
149 |
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
|
150 |
buttonBox->setOrientation(Qt::Horizontal);
|
|
151 |
buttonBox->setStandardButtons(QDialogButtonBox::Ok);
|
|
152 |
|
|
153 |
vboxLayout->addWidget(buttonBox);
|
|
154 |
|
|
155 |
|
|
156 |
retranslateUi(CookiesExceptionsDialog);
|
|
157 |
QObject::connect(buttonBox, SIGNAL(accepted()), CookiesExceptionsDialog, SLOT(accept()));
|
|
158 |
|
|
159 |
QMetaObject::connectSlotsByName(CookiesExceptionsDialog);
|
|
160 |
} // setupUi
|
|
161 |
|
|
162 |
void retranslateUi(QDialog *CookiesExceptionsDialog)
|
|
163 |
{
|
|
164 |
CookiesExceptionsDialog->setWindowTitle(QApplication::translate("CookiesExceptionsDialog", "Cookie Exceptions", 0, QApplication::UnicodeUTF8));
|
|
165 |
newExceptionGroupBox->setTitle(QApplication::translate("CookiesExceptionsDialog", "New Exception", 0, QApplication::UnicodeUTF8));
|
|
166 |
label->setText(QApplication::translate("CookiesExceptionsDialog", "Domain:", 0, QApplication::UnicodeUTF8));
|
|
167 |
blockButton->setText(QApplication::translate("CookiesExceptionsDialog", "Block", 0, QApplication::UnicodeUTF8));
|
|
168 |
allowForSessionButton->setText(QApplication::translate("CookiesExceptionsDialog", "Allow For Session", 0, QApplication::UnicodeUTF8));
|
|
169 |
allowButton->setText(QApplication::translate("CookiesExceptionsDialog", "Allow", 0, QApplication::UnicodeUTF8));
|
|
170 |
ExceptionsGroupBox->setTitle(QApplication::translate("CookiesExceptionsDialog", "Exceptions", 0, QApplication::UnicodeUTF8));
|
|
171 |
removeButton->setText(QApplication::translate("CookiesExceptionsDialog", "&Remove", 0, QApplication::UnicodeUTF8));
|
|
172 |
removeAllButton->setText(QApplication::translate("CookiesExceptionsDialog", "Remove &All", 0, QApplication::UnicodeUTF8));
|
|
173 |
} // retranslateUi
|
|
174 |
|
|
175 |
};
|
|
176 |
|
|
177 |
namespace Ui {
|
|
178 |
class CookiesExceptionsDialog: public Ui_CookiesExceptionsDialog {};
|
|
179 |
} // namespace Ui
|
|
180 |
|
|
181 |
QT_END_NAMESPACE
|
|
182 |
|
|
183 |
#endif // COOKIESEXCEPTIONS_H
|