实现系统管理表格操作接口、分页操作

This commit is contained in:
lixiaoyuan
2025-08-22 19:06:50 +08:00
parent 7e965b6fb4
commit 7fe51ea362
56 changed files with 2234 additions and 1304 deletions

View File

@@ -267,7 +267,7 @@ ChartBarView::ChartBarView(QWidget* parent, QRect rt, int xfrag)
//chart_->legend()->update();
}
void ChartBarView::setTitle(std::string title)
void ChartBarView::setStatus(std::string title)
{
//chart_->setTitle(title.c_str());
labTitle_.setText(title.c_str());