Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_font_color_preferences_frame.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'font_color_preferences_frame.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_FONT_COLOR_PREFERENCES_FRAME_H
10 #define UI_FONT_COLOR_PREFERENCES_FRAME_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QPushButton>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout;
32  QHBoxLayout *horizontalLayout;
33  QLabel *label;
34  QPushButton *fontPushButton;
35  QSpacerItem *horizontalSpacer;
36  QLineEdit *fontSampleLineEdit;
37  QLabel *label_3;
38  QGridLayout *gridLayout;
39  QPushButton *ignoredBGPushButton;
40  QLineEdit *ignoredSampleLineEdit;
41  QPushButton *clientBGPushButton;
42  QLineEdit *markedSampleLineEdit;
43  QPushButton *clientFGPushButton;
44  QLineEdit *clientSampleLineEdit;
45  QPushButton *serverFGPushButton;
46  QLineEdit *serverSampleLineEdit;
47  QPushButton *markedFGPushButton;
48  QPushButton *ignoredFGPushButton;
49  QPushButton *serverBGPushButton;
50  QPushButton *markedBGPushButton;
51  QLineEdit *validFilterSampleLineEdit;
52  QLineEdit *invalidFilterSampleLineEdit;
53  QLineEdit *deprecatedFilterSampleLineEdit;
54  QPushButton *validFilterBGPushButton;
55  QPushButton *invalidFilterBGPushButton;
56  QPushButton *deprecatedFilterBGPushButton;
57  QSpacerItem *verticalSpacer;
58 
59  void setupUi(QFrame *FontColorPreferencesFrame)
60  {
61  if (FontColorPreferencesFrame->objectName().isEmpty())
62  FontColorPreferencesFrame->setObjectName(QStringLiteral("FontColorPreferencesFrame"));
63  FontColorPreferencesFrame->resize(540, 390);
64  FontColorPreferencesFrame->setMinimumSize(QSize(540, 390));
65  FontColorPreferencesFrame->setLineWidth(0);
66  verticalLayout = new QVBoxLayout(FontColorPreferencesFrame);
67  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
68  horizontalLayout = new QHBoxLayout();
69  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
70  label = new QLabel(FontColorPreferencesFrame);
71  label->setObjectName(QStringLiteral("label"));
72 
73  horizontalLayout->addWidget(label);
74 
75  fontPushButton = new QPushButton(FontColorPreferencesFrame);
76  fontPushButton->setObjectName(QStringLiteral("fontPushButton"));
77 
78  horizontalLayout->addWidget(fontPushButton);
79 
80  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
81 
82  horizontalLayout->addItem(horizontalSpacer);
83 
84 
85  verticalLayout->addLayout(horizontalLayout);
86 
87  fontSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
88  fontSampleLineEdit->setObjectName(QStringLiteral("fontSampleLineEdit"));
89  fontSampleLineEdit->setReadOnly(true);
90 
91  verticalLayout->addWidget(fontSampleLineEdit);
92 
93  label_3 = new QLabel(FontColorPreferencesFrame);
94  label_3->setObjectName(QStringLiteral("label_3"));
95 
96  verticalLayout->addWidget(label_3);
97 
98  gridLayout = new QGridLayout();
99  gridLayout->setObjectName(QStringLiteral("gridLayout"));
100  ignoredBGPushButton = new QPushButton(FontColorPreferencesFrame);
101  ignoredBGPushButton->setObjectName(QStringLiteral("ignoredBGPushButton"));
102  ignoredBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
103  ignoredBGPushButton->setFlat(true);
104 
105  gridLayout->addWidget(ignoredBGPushButton, 1, 1, 1, 1);
106 
107  ignoredSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
108  ignoredSampleLineEdit->setObjectName(QStringLiteral("ignoredSampleLineEdit"));
109  ignoredSampleLineEdit->setReadOnly(true);
110 
111  gridLayout->addWidget(ignoredSampleLineEdit, 1, 2, 1, 1);
112 
113  clientBGPushButton = new QPushButton(FontColorPreferencesFrame);
114  clientBGPushButton->setObjectName(QStringLiteral("clientBGPushButton"));
115  clientBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
116  clientBGPushButton->setFlat(true);
117 
118  gridLayout->addWidget(clientBGPushButton, 2, 1, 1, 1);
119 
120  markedSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
121  markedSampleLineEdit->setObjectName(QStringLiteral("markedSampleLineEdit"));
122  markedSampleLineEdit->setReadOnly(true);
123 
124  gridLayout->addWidget(markedSampleLineEdit, 0, 2, 1, 1);
125 
126  clientFGPushButton = new QPushButton(FontColorPreferencesFrame);
127  clientFGPushButton->setObjectName(QStringLiteral("clientFGPushButton"));
128  clientFGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
129  clientFGPushButton->setFlat(true);
130 
131  gridLayout->addWidget(clientFGPushButton, 2, 0, 1, 1);
132 
133  clientSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
134  clientSampleLineEdit->setObjectName(QStringLiteral("clientSampleLineEdit"));
135  clientSampleLineEdit->setReadOnly(true);
136 
137  gridLayout->addWidget(clientSampleLineEdit, 2, 2, 1, 1);
138 
139  serverFGPushButton = new QPushButton(FontColorPreferencesFrame);
140  serverFGPushButton->setObjectName(QStringLiteral("serverFGPushButton"));
141  serverFGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
142  serverFGPushButton->setFlat(true);
143 
144  gridLayout->addWidget(serverFGPushButton, 3, 0, 1, 1);
145 
146  serverSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
147  serverSampleLineEdit->setObjectName(QStringLiteral("serverSampleLineEdit"));
148  serverSampleLineEdit->setReadOnly(true);
149 
150  gridLayout->addWidget(serverSampleLineEdit, 3, 2, 1, 1);
151 
152  markedFGPushButton = new QPushButton(FontColorPreferencesFrame);
153  markedFGPushButton->setObjectName(QStringLiteral("markedFGPushButton"));
154  markedFGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
155  markedFGPushButton->setFlat(true);
156 
157  gridLayout->addWidget(markedFGPushButton, 0, 0, 1, 1);
158 
159  ignoredFGPushButton = new QPushButton(FontColorPreferencesFrame);
160  ignoredFGPushButton->setObjectName(QStringLiteral("ignoredFGPushButton"));
161  ignoredFGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
162  ignoredFGPushButton->setFlat(true);
163 
164  gridLayout->addWidget(ignoredFGPushButton, 1, 0, 1, 1);
165 
166  serverBGPushButton = new QPushButton(FontColorPreferencesFrame);
167  serverBGPushButton->setObjectName(QStringLiteral("serverBGPushButton"));
168  serverBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
169  serverBGPushButton->setFlat(true);
170 
171  gridLayout->addWidget(serverBGPushButton, 3, 1, 1, 1);
172 
173  markedBGPushButton = new QPushButton(FontColorPreferencesFrame);
174  markedBGPushButton->setObjectName(QStringLiteral("markedBGPushButton"));
175  markedBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
176  markedBGPushButton->setFlat(true);
177 
178  gridLayout->addWidget(markedBGPushButton, 0, 1, 1, 1);
179 
180  validFilterSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
181  validFilterSampleLineEdit->setObjectName(QStringLiteral("validFilterSampleLineEdit"));
182  validFilterSampleLineEdit->setReadOnly(true);
183 
184  gridLayout->addWidget(validFilterSampleLineEdit, 4, 2, 1, 1);
185 
186  invalidFilterSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
187  invalidFilterSampleLineEdit->setObjectName(QStringLiteral("invalidFilterSampleLineEdit"));
188  invalidFilterSampleLineEdit->setReadOnly(true);
189 
190  gridLayout->addWidget(invalidFilterSampleLineEdit, 5, 2, 1, 1);
191 
192  deprecatedFilterSampleLineEdit = new QLineEdit(FontColorPreferencesFrame);
193  deprecatedFilterSampleLineEdit->setObjectName(QStringLiteral("deprecatedFilterSampleLineEdit"));
194  deprecatedFilterSampleLineEdit->setReadOnly(true);
195 
196  gridLayout->addWidget(deprecatedFilterSampleLineEdit, 6, 2, 1, 1);
197 
198  validFilterBGPushButton = new QPushButton(FontColorPreferencesFrame);
199  validFilterBGPushButton->setObjectName(QStringLiteral("validFilterBGPushButton"));
200  validFilterBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
201  validFilterBGPushButton->setFlat(true);
202 
203  gridLayout->addWidget(validFilterBGPushButton, 4, 1, 1, 1);
204 
205  invalidFilterBGPushButton = new QPushButton(FontColorPreferencesFrame);
206  invalidFilterBGPushButton->setObjectName(QStringLiteral("invalidFilterBGPushButton"));
207  invalidFilterBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
208  invalidFilterBGPushButton->setFlat(true);
209 
210  gridLayout->addWidget(invalidFilterBGPushButton, 5, 1, 1, 1);
211 
212  deprecatedFilterBGPushButton = new QPushButton(FontColorPreferencesFrame);
213  deprecatedFilterBGPushButton->setObjectName(QStringLiteral("deprecatedFilterBGPushButton"));
214  deprecatedFilterBGPushButton->setStyleSheet(QStringLiteral("QPushButton { border: 1px solid palette(Dark); }"));
215  deprecatedFilterBGPushButton->setFlat(true);
216 
217  gridLayout->addWidget(deprecatedFilterBGPushButton, 6, 1, 1, 1);
218 
219 
220  verticalLayout->addLayout(gridLayout);
221 
222  verticalSpacer = new QSpacerItem(178, 13, QSizePolicy::Minimum, QSizePolicy::Expanding);
223 
224  verticalLayout->addItem(verticalSpacer);
225 
226 
227  retranslateUi(FontColorPreferencesFrame);
228 
229  QMetaObject::connectSlotsByName(FontColorPreferencesFrame);
230  } // setupUi
231 
232  void retranslateUi(QFrame *FontColorPreferencesFrame)
233  {
234  FontColorPreferencesFrame->setWindowTitle(QApplication::translate("FontColorPreferencesFrame", "Frame", 0));
235  label->setText(QApplication::translate("FontColorPreferencesFrame", "Main window font:", 0));
236  fontPushButton->setText(QApplication::translate("FontColorPreferencesFrame", "Select Font", 0));
237  fontSampleLineEdit->setText(QString());
238  label_3->setText(QApplication::translate("FontColorPreferencesFrame", "Colors:", 0));
239  ignoredSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample ignored packet text", 0));
240  markedSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample marked packet text", 0));
241  clientSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample \"Follow Stream\" client text", 0));
242  serverSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample \"Follow Stream\" server text", 0));
243  validFilterSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample valid filter", 0));
244  invalidFilterSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample invalid filter", 0));
245  deprecatedFilterSampleLineEdit->setText(QApplication::translate("FontColorPreferencesFrame", "Sample warning filter", 0));
246  } // retranslateUi
247 
248 };
249 
250 namespace Ui {
252 } // namespace Ui
253 
254 QT_END_NAMESPACE
255 
256 #endif // UI_FONT_COLOR_PREFERENCES_FRAME_H
Definition: ui_about_dialog.h:291
Definition: font_color_preferences_frame.h:22
Definition: ui_font_color_preferences_frame.h:251
Definition: ui_font_color_preferences_frame.h:28