daily update

This commit is contained in:
2025-10-21 17:00:45 +08:00
parent 453ed9e505
commit 5347562b36
6 changed files with 129 additions and 39 deletions

View File

@@ -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;