15 #ifndef BORNAGAIN_GUI2_QUICKSIMEDITOR_QUICKSIMEDITORTOOLBAR_H
16 #define BORNAGAIN_GUI2_QUICKSIMEDITOR_QUICKSIMEDITORTOOLBAR_H
18 #include "darefl_export.h"
44 void onProgressChanged(
int value);
47 void add_wide_separator();
48 void setup_simulation_elements();
49 void setup_plot_elements();
51 QCheckBox* m_liveCheckbox{
nullptr};
52 QProgressBar* m_progressBar{
nullptr};
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.