Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_voip_calls_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'voip_calls_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_VOIP_CALLS_DIALOG_H
10 #define UI_VOIP_CALLS_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/QTreeView>
24 #include <QtWidgets/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QAction *actionSelect_All;
32  QAction *actionCopyAsCsv;
33  QAction *actionCopyAsYaml;
34  QVBoxLayout *verticalLayout;
35  QTreeView *callTreeView;
36  QLabel *hintLabel;
37  QHBoxLayout *horizontalLayout;
38  QSpacerItem *horizontalSpacer;
39  QCheckBox *todCheckBox;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(QDialog *VoipCallsDialog)
43  {
44  if (VoipCallsDialog->objectName().isEmpty())
45  VoipCallsDialog->setObjectName(QStringLiteral("VoipCallsDialog"));
46  VoipCallsDialog->resize(750, 430);
47  actionSelect_All = new QAction(VoipCallsDialog);
48  actionSelect_All->setObjectName(QStringLiteral("actionSelect_All"));
49  actionSelect_All->setShortcut(QStringLiteral("Ctrl+A"));
50  actionCopyAsCsv = new QAction(VoipCallsDialog);
51  actionCopyAsCsv->setObjectName(QStringLiteral("actionCopyAsCsv"));
52  actionCopyAsYaml = new QAction(VoipCallsDialog);
53  actionCopyAsYaml->setObjectName(QStringLiteral("actionCopyAsYaml"));
54  verticalLayout = new QVBoxLayout(VoipCallsDialog);
55  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
56  callTreeView = new QTreeView(VoipCallsDialog);
57  callTreeView->setObjectName(QStringLiteral("callTreeView"));
58  callTreeView->setSelectionMode(QAbstractItemView::ExtendedSelection);
59  callTreeView->setTextElideMode(Qt::ElideMiddle);
60  callTreeView->setRootIsDecorated(false);
61  callTreeView->setUniformRowHeights(true);
62  callTreeView->setItemsExpandable(false);
63 
64  verticalLayout->addWidget(callTreeView);
65 
66  hintLabel = new QLabel(VoipCallsDialog);
67  hintLabel->setObjectName(QStringLiteral("hintLabel"));
68 
69  verticalLayout->addWidget(hintLabel);
70 
71  horizontalLayout = new QHBoxLayout();
72  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
73  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
74 
75  horizontalLayout->addItem(horizontalSpacer);
76 
77  todCheckBox = new QCheckBox(VoipCallsDialog);
78  todCheckBox->setObjectName(QStringLiteral("todCheckBox"));
79 
80  horizontalLayout->addWidget(todCheckBox);
81 
82 
83  verticalLayout->addLayout(horizontalLayout);
84 
85  buttonBox = new QDialogButtonBox(VoipCallsDialog);
86  buttonBox->setObjectName(QStringLiteral("buttonBox"));
87  buttonBox->setOrientation(Qt::Horizontal);
88  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok);
89 
90  verticalLayout->addWidget(buttonBox);
91 
92 
93  retranslateUi(VoipCallsDialog);
94  QObject::connect(buttonBox, SIGNAL(accepted()), VoipCallsDialog, SLOT(accept()));
95  QObject::connect(buttonBox, SIGNAL(rejected()), VoipCallsDialog, SLOT(reject()));
96 
97  QMetaObject::connectSlotsByName(VoipCallsDialog);
98  } // setupUi
99 
100  void retranslateUi(QDialog *VoipCallsDialog)
101  {
102  VoipCallsDialog->setWindowTitle(QApplication::translate("VoipCallsDialog", "VoIP Calls", 0));
103  actionSelect_All->setText(QApplication::translate("VoipCallsDialog", "Select &All", 0));
104 #ifndef QT_NO_TOOLTIP
105  actionSelect_All->setToolTip(QApplication::translate("VoipCallsDialog", "Select all calls", 0));
106 #endif // QT_NO_TOOLTIP
107  actionCopyAsCsv->setText(QApplication::translate("VoipCallsDialog", "Copy as CSV", 0));
108 #ifndef QT_NO_TOOLTIP
109  actionCopyAsCsv->setToolTip(QApplication::translate("VoipCallsDialog", "Copy stream list as CSV.", 0));
110 #endif // QT_NO_TOOLTIP
111  actionCopyAsYaml->setText(QApplication::translate("VoipCallsDialog", "Copy as YAML", 0));
112 #ifndef QT_NO_TOOLTIP
113  actionCopyAsYaml->setToolTip(QApplication::translate("VoipCallsDialog", "Copy stream list as YAML.", 0));
114 #endif // QT_NO_TOOLTIP
115  hintLabel->setText(QApplication::translate("VoipCallsDialog", "<small></small>", 0));
116  todCheckBox->setText(QApplication::translate("VoipCallsDialog", "Time of Day", 0));
117  } // retranslateUi
118 
119 };
120 
121 namespace Ui {
123 } // namespace Ui
124 
125 QT_END_NAMESPACE
126 
127 #endif // UI_VOIP_CALLS_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: voip_calls_dialog.h:35
Definition: ui_voip_calls_dialog.h:28
Definition: ui_voip_calls_dialog.h:122