ddd Read More
posted @ 2016-02-04 05:47
findumars
Views(628)
Comments(0)
Diggs(0)
一直都喜欢这样显示窗口,因为简单高效: void MainWidget::ShowMyWindow() { MyWidget form(this); form.resize(760,611); form.exec(); } 今天忽然想到一个问题,栈的空间只有1M或者2M,一个窗口如果数据比较多的话, Read More
posted @ 2016-02-04 05:36
findumars
Views(366)
Comments(0)
Diggs(0)
1. 上午查询和下载qt-app.org 2. 中午看并转贴技术博客 3. 下午测试XP的服务问题 4. 15:30开始重构现有的项目,而且有一定进展 Read More
posted @ 2016-02-04 05:21
findumars
Views(205)
Comments(0)
Diggs(0)