17 #include <core/darwin.h> 23 class EvolutionWindow;
26 class EvolutionWindow :
public QFrame {
30 explicit EvolutionWindow(QWidget* parent =
nullptr);
34 void updateUI(uint32_t hints);
35 void setHistoryValue(
int index,
int column,
float value);
38 Ui::EvolutionWindow* ui;
39 int last_trace_size_ = 0;
Definition: evolution_window.h:22