会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云舰队七套件,突出重点,不信不成功,尊重他人命运
互联网思维与中国实际相结合是我朝开国之本,持续输出,不死不休
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
863
864
865
866
867
868
869
870
871
···
1357
下一页
2016年4月23日
使用C/C++扩展Python
使用C/C++扩展Python 如果你会用C,实现Python嵌入模块很简单。利用扩展模块可做很多Python不方便做的事情,他们可以直接调用C库和系统调用。 为了支持扩展,Python API定义了一系列函数、宏和变量,提供了对Python运行时系统的访问支持。Python的C API由C源码组成
Read More
posted @ 2016-04-23 03:29 findumars
Views(6151)
Comments(1)
Diggs(0)
2016年4月22日
QFrame好像是万能的(可以随意画线,或者图片,放在其它元素之间做点缀,还可OnClick)
QFrame *fr2=new QFrame(this); fr2->setGeometry(0,140,90,40); fr2->setStyleSheet("background-color:#c1f1f6;"); fr2->setVisible(true);
Read More
posted @ 2016-04-22 23:02 findumars
Views(2506)
Comments(0)
Diggs(0)
QTableWidget的使用和美工总结
基本外观设置 FriendTable->setFrameShape(QFrame::NoFrame); //设置边框 FriendTable->setHorizontalHeaderLabels(HeadList); 设置表头 FriendTable->setSelectionMode(QAbstr
Read More
posted @ 2016-04-22 23:01 findumars
Views(22166)
Comments(1)
Diggs(1)
QTableWidget表格合并若干问题及解决方法
Qt提供 QTableWidget作为表格的类以实现表格的基本功能,表格中所装载的每一个单元格由类QTableWidgetItem提供。这是基于表格实现 Qt提供的一个基础类,若想实现定制表格和单元格的功能则需要派生重写,使用Qt经典的MV结构 QTableView+QAbstractItemMod
Read More
posted @ 2016-04-22 22:13 findumars
Views(16726)
Comments(1)
Diggs(1)
ddd
ddd
Read More
posted @ 2016-04-22 20:24 findumars
Views(214)
Comments(0)
Diggs(0)
上一页
1
···
863
864
865
866
867
868
869
870
871
···
1357
下一页
公告