设置QTableWidget为不可编辑 QT/C • 4年前 (2020-10-28) 1 在编程中,若是想设置QTableWidget为不可编辑,则使用如下代码即可:setEditTriggers(QAbstractItemV... 阅读 3295 次
QtableWidget 控件 简单使用 QT/C • 4年前 (2020-10-28) 做数据库的话 QtableWidget 控件 应该用得很多的,做个记录 //QtableWid... 阅读 3114 次
QT treeWidget 的简单使用 QT/C • 4年前 (2020-10-28) 个人感觉 QT treeWidget 是VB6里的listview和treeview的合体 应该我会经常用的,做个简单的记录 &n... 阅读 3773 次
Deepin15.10下ibus输入法的解决方案和ibus-rime(ZT) QT/C • 4年前 (2020-10-24) 原贴来自 https://bbs.deepin.org/forum.php?mod=viewthread&tid=1774... 阅读 3426 次
linux安装Qt5.9 QT/C • 4年前 (2020-10-23) 下载资源下载网址:http://download.qt.io/official_releases/qt/5.9/5.9.5/这里我选择的是... 阅读 3226 次
Qt5中使用lambda表达式(ZT) QT/C • 4年前 (2020-10-20) c11新特性中加入了lambda表达式,所以Qt 也支持需在.pro文件中加入CONFIG += c++11例子:QSt... 阅读 2798 次
51对24c256进行读写一字节 QT/C • 11年前 (2013-10-08) #include<reg52.h>#define uchar unsigned charsbit sda=P2^0;sbit s... 阅读 4490 次 http
[ZT]AT24C01~AT24C256通用读写程序(C51) QT/C • 11年前 (2013-09-29) /* 以下为AT24C01~AT24C256的读写程序,各人可根据自己的需要应用。在buf1中填入需要写入的内容,buf2的大小可根据需要定... 阅读 4944 次 http