12#ifndef EXPERT_INFO_VIEW_H
13#define EXPERT_INFO_VIEW_H
45 void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous);
A custom tree view for displaying expert information.
Definition expert_info_view.h:22
void goToPacket(int packet_num, int hf_id)
Signal emitted to navigate to a specific packet.
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
Handles the event when the current item selection changes.
Definition expert_info_view.cpp:21