Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_extcap_options_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'extcap_options_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_EXTCAP_OPTIONS_DIALOG_H
10 #define UI_EXTCAP_OPTIONS_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/QFrame>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QVBoxLayout>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout_12;
29  QVBoxLayout *verticalLayout;
30  QFrame *line;
31  QCheckBox *checkSaveOnStart;
32  QDialogButtonBox *buttonBox;
33 
34  void setupUi(QDialog *ExtcapOptionsDialog)
35  {
36  if (ExtcapOptionsDialog->objectName().isEmpty())
37  ExtcapOptionsDialog->setObjectName(QStringLiteral("ExtcapOptionsDialog"));
38  ExtcapOptionsDialog->resize(600, 92);
39  ExtcapOptionsDialog->setMinimumSize(QSize(600, 0));
40  verticalLayout_12 = new QVBoxLayout(ExtcapOptionsDialog);
41  verticalLayout_12->setObjectName(QStringLiteral("verticalLayout_12"));
42  verticalLayout = new QVBoxLayout();
43  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
44 
45  verticalLayout_12->addLayout(verticalLayout);
46 
47  line = new QFrame(ExtcapOptionsDialog);
48  line->setObjectName(QStringLiteral("line"));
49  line->setFrameShape(QFrame::HLine);
50  line->setFrameShadow(QFrame::Sunken);
51 
52  verticalLayout_12->addWidget(line);
53 
54  checkSaveOnStart = new QCheckBox(ExtcapOptionsDialog);
55  checkSaveOnStart->setObjectName(QStringLiteral("checkSaveOnStart"));
56  checkSaveOnStart->setChecked(true);
57 
58  verticalLayout_12->addWidget(checkSaveOnStart);
59 
60  buttonBox = new QDialogButtonBox(ExtcapOptionsDialog);
61  buttonBox->setObjectName(QStringLiteral("buttonBox"));
62  buttonBox->setStandardButtons(QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults);
63 
64  verticalLayout_12->addWidget(buttonBox);
65 
66 
67  retranslateUi(ExtcapOptionsDialog);
68 
69  QMetaObject::connectSlotsByName(ExtcapOptionsDialog);
70  } // setupUi
71 
72  void retranslateUi(QDialog *ExtcapOptionsDialog)
73  {
74  checkSaveOnStart->setText(QApplication::translate("ExtcapOptionsDialog", "Save parameter on capture start", 0));
75  Q_UNUSED(ExtcapOptionsDialog);
76  } // retranslateUi
77 
78 };
79 
80 namespace Ui {
82 } // namespace Ui
83 
84 QT_END_NAMESPACE
85 
86 #endif // UI_EXTCAP_OPTIONS_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: extcap_options_dialog.h:32
Definition: ui_extcap_options_dialog.h:25
Definition: ui_extcap_options_dialog.h:81