Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我Table View通过将其拖放到 Qt 应用程序的主窗口中创建了一个。这个设置为objectName似乎只在xml 文件中定义。如何访问和设置from或任何其他类的某些属性?Table ViewtableViewmainwindow.uitableViewmain.cpp
Table View
objectName
tableView
mainwindow.ui
main.cpp
mainwindow.cpp您可以从(而不是)访问和设置 tableview 的属性main.cpp。使用ui.tableView.(properties or function) 编辑您需要的属性。愿我的回答能帮到你。
mainwindow.cpp
ui.tableView