33 InterfaceList intList_;
34 Ui::CompiledFilterOutput *ui;
35 QHash<QString, QString> compile_results;
36 QPushButton *copy_bt_;
40 void compileFilters();
44 explicit CompiledFilterOutput(QWidget *parent = 0, InterfaceList &intList = *
new InterfaceList());
49 void on_interfaceList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
50 void copyFilterText();