Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_print_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'print_dialog.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_PRINT_DIALOG_H
10 #define UI_PRINT_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 #include "packet_format_group_box.h"
25 #include "packet_range_group_box.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QVBoxLayout *verticalLayout_2;
33  QHBoxLayout *previewLayout;
34  QVBoxLayout *verticalLayout;
35  PacketFormatGroupBox *formatGroupBox;
36  QCheckBox *formFeedCheckBox;
37  QSpacerItem *verticalSpacer;
38  QLabel *zoomLabel;
39  PacketRangeGroupBox *rangeGroupBox;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(QDialog *PrintDialog)
43  {
44  if (PrintDialog->objectName().isEmpty())
45  PrintDialog->setObjectName(QStringLiteral("PrintDialog"));
46  PrintDialog->resize(496, 328);
47  verticalLayout_2 = new QVBoxLayout(PrintDialog);
48  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
49  previewLayout = new QHBoxLayout();
50  previewLayout->setObjectName(QStringLiteral("previewLayout"));
51  verticalLayout = new QVBoxLayout();
52  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
53  formatGroupBox = new PacketFormatGroupBox(PrintDialog);
54  formatGroupBox->setObjectName(QStringLiteral("formatGroupBox"));
55  formatGroupBox->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
56  formatGroupBox->setFlat(true);
57 
58  verticalLayout->addWidget(formatGroupBox);
59 
60  formFeedCheckBox = new QCheckBox(PrintDialog);
61  formFeedCheckBox->setObjectName(QStringLiteral("formFeedCheckBox"));
62 
63  verticalLayout->addWidget(formFeedCheckBox);
64 
65  verticalSpacer = new QSpacerItem(118, 28, QSizePolicy::Minimum, QSizePolicy::Expanding);
66 
67  verticalLayout->addItem(verticalSpacer);
68 
69  zoomLabel = new QLabel(PrintDialog);
70  zoomLabel->setObjectName(QStringLiteral("zoomLabel"));
71  zoomLabel->setEnabled(false);
72 
73  verticalLayout->addWidget(zoomLabel);
74 
75 
76  previewLayout->addLayout(verticalLayout);
77 
78 
79  verticalLayout_2->addLayout(previewLayout);
80 
81  rangeGroupBox = new PacketRangeGroupBox(PrintDialog);
82  rangeGroupBox->setObjectName(QStringLiteral("rangeGroupBox"));
83  rangeGroupBox->setFlat(true);
84 
85  verticalLayout_2->addWidget(rangeGroupBox);
86 
87  buttonBox = new QDialogButtonBox(PrintDialog);
88  buttonBox->setObjectName(QStringLiteral("buttonBox"));
89  buttonBox->setOrientation(Qt::Horizontal);
90  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Help);
91 
92  verticalLayout_2->addWidget(buttonBox);
93 
94 
95  retranslateUi(PrintDialog);
96  QObject::connect(buttonBox, SIGNAL(accepted()), PrintDialog, SLOT(accept()));
97  QObject::connect(buttonBox, SIGNAL(rejected()), PrintDialog, SLOT(reject()));
98 
99  QMetaObject::connectSlotsByName(PrintDialog);
100  } // setupUi
101 
102  void retranslateUi(QDialog *PrintDialog)
103  {
104  formatGroupBox->setTitle(QApplication::translate("PrintDialog", "Packet Format", 0));
105  formFeedCheckBox->setText(QApplication::translate("PrintDialog", "Print each packet on a new page", 0));
106 #ifndef QT_NO_TOOLTIP
107  zoomLabel->setToolTip(QApplication::translate("PrintDialog", "<html><head/><body><p>Use the &quot;+&quot; and &quot;-&quot; keys to zoom the preview in and out. Use the &quot;0&quot; key to reset the zoom level.</p></body></html>", 0));
108 #endif // QT_NO_TOOLTIP
109  zoomLabel->setText(QApplication::translate("PrintDialog", "<html><head/><body><p><span style=\" font-size:small; font-style:italic;\">+ and - zoom, 0 resets</span></p></body></html>", 0));
110  rangeGroupBox->setTitle(QApplication::translate("PrintDialog", "Packet Range", 0));
111  Q_UNUSED(PrintDialog);
112  } // retranslateUi
113 
114 };
115 
116 namespace Ui {
117  class PrintDialog: public Ui_PrintDialog {};
118 } // namespace Ui
119 
120 QT_END_NAMESPACE
121 
122 #endif // UI_PRINT_DIALOG_H
Definition: ui_print_dialog.h:29
Definition: print_dialog.h:28
Definition: ui_about_dialog.h:291
Definition: packet_format_group_box.h:20
Definition: ui_print_dialog.h:117
Definition: packet_range_group_box.h:26