10 #ifndef EXPORT_DISSECTION_DIALOG_H 11 #define EXPORT_DISSECTION_DIALOG_H 18 #include "epan/print.h" 20 #include "ui/file_dialog.h" 23 #include "packet_range_group_box.h" 24 #include "packet_format_group_box.h" 27 #include <QFileDialog> 43 void exportTypeChanged(QString name_filter);
45 void on_buttonBox_helpRequested();
49 export_type_e export_type_;
54 QMap<QString, export_type_e> export_type_map_;
59 QPushButton *save_bt_;
63 #endif // EXPORT_DISSECTION_DIALOG_H
Definition: packet_range_group_box.h:26
Definition: export_dissection_dialog.h:30