10 #ifndef REMOTE_CAPTURE_DIALOG_H 11 #define REMOTE_CAPTURE_DIALOG_H 15 #ifdef HAVE_PCAP_REMOTE 22 class RemoteCaptureDialog;
25 class RemoteCaptureDialog :
public QDialog
30 explicit RemoteCaptureDialog(QWidget *parent = 0);
31 ~RemoteCaptureDialog();
34 void remoteAdded(GList *rlist, remote_options *roptions);
37 void on_pwAuth_toggled(
bool checked);
38 void on_nullAuth_toggled(
bool checked);
40 void hostChanged(QString host);
43 Ui::RemoteCaptureDialog *ui;
48 #endif // REMOTE_CAPTURE_DIALOG_H Definition: ui_about_dialog.h:291