gpt4 book ai didi

c++ - 在 qtablewidget 顶部插入行

转载 作者:行者123 更新时间:2023-11-30 05:37:34 24 4
gpt4 key购买 nike

我想知道是否可以在 qtablewidget 上插入一行?像这样的东西:

ui->myqtablewidget->insertRow(0);

最佳答案

Just a heads up - I'm answered based on the documentation and C++ knowledge, not direct experience with Qt.

QTableWidget 似乎有一个insertRow() 函数。您只需指定要放置行的位置。 Read the documentation here .

因此,从文档看来,您可以在表格的开头(“顶部”)插入一行代码...

ui->myqtablewidget->insertRow(0);

...假设 uimyqtablewidget 已正确声明。

关于c++ - 在 qtablewidget 顶部插入行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33159822/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com