38 static ExtcapOptionsDialog * createForDevice(QString &device_name,
bool startCaptureOnClose, QWidget *parent = 0,
39 QString *option_name = NULL, QString *option_value = NULL);
41 ExtcapValueList loadValuesFor(
int argNum, QString call, QString parent =
"");
44 void on_buttonBox_clicked(QAbstractButton *button);
45 void on_buttonBox_helpRequested();
47 void anyValueChanged();
52 Ui::ExtcapOptionsDialog *ui;
57 QIcon defaultValueIcon_;
59 ExtcapArgumentList extcapArguments;
63 bool saveOptionToCaptureInfo();
64 GHashTable * getArgumentSettings(
bool useCallsAsKey =
false,
bool includeEmptyValues =
true);