我创建了一个 .ui 文件,其中包含多个名为 houseTable、carTable 和 personTable 的 UI 项表小部件。在我的 cpp 文件中,我尝试引用这些小部件,但出现错误'class UI::MainWindow' has no member named 'houseTable'
。我很困惑为什么在我的 .ui 文件中我的对象名为“houseTable”时会发生这种情况。
//mainwindow.cpp
ui->houseTable->setDescription("All houses:");