Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_conversation_hash_tables_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'conversation_hash_tables_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_CONVERSATION_HASH_TABLES_DIALOG_H
10 #define UI_CONVERSATION_HASH_TABLES_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QTextEdit>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QTextEdit *conversationTextEdit;
29  QDialogButtonBox *buttonBox;
30 
31  void setupUi(QDialog *ConversationHashTablesDialog)
32  {
33  if (ConversationHashTablesDialog->objectName().isEmpty())
34  ConversationHashTablesDialog->setObjectName(QStringLiteral("ConversationHashTablesDialog"));
35  ConversationHashTablesDialog->resize(640, 450);
36  verticalLayout = new QVBoxLayout(ConversationHashTablesDialog);
37  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
38  conversationTextEdit = new QTextEdit(ConversationHashTablesDialog);
39  conversationTextEdit->setObjectName(QStringLiteral("conversationTextEdit"));
40 
41  verticalLayout->addWidget(conversationTextEdit);
42 
43  buttonBox = new QDialogButtonBox(ConversationHashTablesDialog);
44  buttonBox->setObjectName(QStringLiteral("buttonBox"));
45  buttonBox->setOrientation(Qt::Horizontal);
46  buttonBox->setStandardButtons(QDialogButtonBox::Close);
47 
48  verticalLayout->addWidget(buttonBox);
49 
50 
51  retranslateUi(ConversationHashTablesDialog);
52  QObject::connect(buttonBox, SIGNAL(accepted()), ConversationHashTablesDialog, SLOT(accept()));
53  QObject::connect(buttonBox, SIGNAL(rejected()), ConversationHashTablesDialog, SLOT(reject()));
54 
55  QMetaObject::connectSlotsByName(ConversationHashTablesDialog);
56  } // setupUi
57 
58  void retranslateUi(QDialog *ConversationHashTablesDialog)
59  {
60  ConversationHashTablesDialog->setWindowTitle(QApplication::translate("ConversationHashTablesDialog", "Dialog", 0));
61  } // retranslateUi
62 
63 };
64 
65 namespace Ui {
67 } // namespace Ui
68 
69 QT_END_NAMESPACE
70 
71 #endif // UI_CONVERSATION_HASH_TABLES_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: conversation_hash_tables_dialog.h:20
Definition: ui_conversation_hash_tables_dialog.h:24
Definition: ui_conversation_hash_tables_dialog.h:66