如何获取qt动态生成控件的数据

如何获取qt动态生成控件的数据,第1张

通过

ui->printAgeingTableView->setIndexWidget(standardItemModel->index(i, 5), interval);

添加控件后,获取内容

获取内容方式:将控件还原,然后再去拿取,不能当做QStandardItem进行 *** 作,否则无法拿到内容。

((QLabel )ui->printAgeingTableView->indexWidget(model->index(var,1)))->text();

这里原本控件是QLabel,还原后再拿取。

1、使用Qt的网络模块来进行>

您好,我来为您解答:

你若是想判断有没有大于2的数,在当if(a[i]>2)成立时应该break一下,直接退出

这样写更简洁:

if(a[i]>2){

bu=1;

break;

}

希望我的回答对你有帮助。

你的 *** 作系统,文件系统是什么版本? *** 作系统本身对文件大小的限制是什么?

还真没听说过sqlite支持TB级,它的大小受制于运行时的文件系统。

下面是原文解释支持的大小:

Every database consists of one or more "pages" Within a single database, every page is the same size, but different database can have page sizes that are powers of two between 512 and 65536, inclusive The maximum size of a database file is 2147483646 pages At the maximum page size of 65536 bytes, this translates into a maximum database size of approximately 14e+14 bytes (140 terabytes, or 128 tebibytes, or 140,000 gigabytes or 128,000 gibibytes)

以上就是关于如何获取qt动态生成控件的数据全部的内容,包括:如何获取qt动态生成控件的数据、qt使用http获取onenet数据、QT读取资料中数据,把数据存到数组中,判断其中是否有数大于2等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/9316011.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-27
下一篇 2023-04-27

发表评论

登录后才能评论

评论列表(0条)

保存