10 #ifndef TIME_SHIFT_DIALOG_H 11 #define TIME_SHIFT_DIALOG_H 19 #include <ui/qt/widgets/syntax_line_edit.h> 22 #include <QPushButton> 37 void setCaptureFile(
capture_file *cf) { cap_file_ = cf; }
45 QPushButton *apply_button_;
53 void on_shiftAllButton_toggled(
bool checked);
54 void on_setOneButton_toggled(
bool checked);
55 void on_unshiftAllButton_toggled(
bool checked);
56 void on_setTwoCheckBox_toggled(
bool checked);
57 void on_shiftAllTimeLineEdit_textChanged(
const QString &sa_text);
58 void on_setOneTimeLineEdit_textChanged(
const QString &so_text);
59 void on_setOneFrameLineEdit_textChanged(
const QString &frame_text);
60 void on_setTwoFrameLineEdit_textChanged(
const QString &frame_text);
61 void on_setTwoTimeLineEdit_textChanged(
const QString &st_text);
62 void applyTimeShift();
63 void on_buttonBox_helpRequested();
66 #endif // TIME_SHIFT_DIALOG_H Definition: ui_about_dialog.h:291
Definition: ui_time_shift_dialog.h:231
Definition: syntax_line_edit.h:22
Definition: time_shift_dialog.h:28