daily update
This commit is contained in:
@@ -25,14 +25,14 @@ struct BasicPlot::Impl {
|
||||
}
|
||||
|
||||
auto load_theme_manager(ThemeManager& mgr) {
|
||||
mgr.append_handler(&self, [this](const ThemeManager& mgr){
|
||||
set_color_scheme(mgr.color_scheme());
|
||||
});
|
||||
// mgr.append_handler(&self, [this](const ThemeManager& mgr){
|
||||
// set_color_scheme(mgr.color_scheme());
|
||||
// });
|
||||
}
|
||||
|
||||
auto set_color_scheme(slider::pro::Measurements measurements) {
|
||||
|
||||
}
|
||||
// auto set_color_scheme(slider::pro::Measurements measurements) {
|
||||
//
|
||||
// }
|
||||
private:
|
||||
QString xlabel;
|
||||
QString ylabel;
|
||||
|
||||
Reference in New Issue
Block a user