/******************************************************************************** ** Form generated from reading UI file 'packetinfodialog.ui' ** ** Created: Thu May 27 00:53:12 2010 ** by: Qt User Interface Compiler version 4.6.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_PACKETINFODIALOG_H #define UI_PACKETINFODIALOG_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_PacketInfoDialog { public: QVBoxLayout *verticalLayout; QTextBrowser *console; void setupUi(QDialog *PacketInfoDialog) { if (PacketInfoDialog->objectName().isEmpty()) PacketInfoDialog->setObjectName(QString::fromUtf8("PacketInfoDialog")); PacketInfoDialog->resize(515, 339); verticalLayout = new QVBoxLayout(PacketInfoDialog); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); console = new QTextBrowser(PacketInfoDialog); console->setObjectName(QString::fromUtf8("console")); verticalLayout->addWidget(console); retranslateUi(PacketInfoDialog); QMetaObject::connectSlotsByName(PacketInfoDialog); } // setupUi void retranslateUi(QDialog *PacketInfoDialog) { PacketInfoDialog->setWindowTitle(QApplication::translate("PacketInfoDialog", "Arp Packet Information", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class PacketInfoDialog: public Ui_PacketInfoDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_PACKETINFODIALOG_H