10#ifndef TIME_SHIFT_DIALOG_H
11#define TIME_SHIFT_DIALOG_H
63 Ui::TimeShiftDialog *ts_ui_;
65 QPushButton *apply_button_;
91 void on_shiftAllButton_toggled(
bool checked);
97 void on_setOneButton_toggled(
bool checked);
103 void on_unshiftAllButton_toggled(
bool checked);
109 void on_setTwoCheckBox_toggled(
bool checked);
115 void on_shiftAllTimeLineEdit_textChanged(
const QString &sa_text);
121 void on_setOneTimeLineEdit_textChanged(
const QString &so_text);
127 void on_setOneFrameLineEdit_textChanged(
const QString &frame_text);
133 void on_setTwoFrameLineEdit_textChanged(
const QString &frame_text);
139 void on_setTwoTimeLineEdit_textChanged(
const QString &st_text);
145 void applyTimeShift();
150 void on_buttonBox_helpRequested();
QLineEdit subclass that adds syntax-state colouring, error messaging, and partial token-based autocom...
Definition syntax_line_edit.h:28
Dialog for shifting packet timestamps in the current capture file, supporting uniform shifts across a...
Definition time_shift_dialog.h:32
void timeShifted()
Emitted after a time-shift operation has been successfully applied, so that other views can refresh t...
void setCaptureFile(capture_file *cf)
Updates the capture file pointer when the active file changes.
Definition time_shift_dialog.h:53
~TimeShiftDialog()
Destroys the dialog and releases UI resources.
Definition time_shift_dialog.cpp:61
Represents a capture file and its associated metadata.
Definition cfile.h:84