finish touch ui

This commit is contained in:
2025-10-22 00:01:57 +08:00
parent 5347562b36
commit 6ef41ab501
4 changed files with 22 additions and 6 deletions

View File

@@ -55,8 +55,7 @@ private:
QSize get_matrix_size();
private:
friend class Impl;
// QSize matrix_size = {3, 4};
QSize matrix_size;
QSize matrix_size = {3, 4};
};
} // namespace plot_widget::internal