上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 136 下一页
摘要: http://developer.qt.nokia.com/wiki/Qt_5_on_Raspberry_Pi qt5可以在raspberry pi上跑起来了。 阅读全文
posted @ 2011-10-21 12:39 katago 阅读(1002) 评论(0) 推荐(0)
摘要: Qt Creator and Clang Posted by Erik Verbruggen on October 19, 2011 · 24 comments As... 阅读全文
posted @ 2011-10-21 09:34 katago 阅读(3381) 评论(0) 推荐(1)
摘要: 提示:TypeError: Result of expression 'ListView.view' [null] is not an object. import QtQuick 1.0 Rectangle { width: 200; height: 200 ListModel { id: fruitModel property stri... 阅读全文
posted @ 2011-10-20 18:25 katago 阅读(472) 评论(0) 推荐(0)
摘要: cull1 [kʌl] 剔除 frustum ['frʌstəm] 【几何学】 平截头体 View Frustum Culling http://en.wikipedia.org/wiki/Viewing_frustum notional ['nəuʃənəl] adj. 概念性的;想像的 pyramid ['pirəmid] n. 金字塔;角锥体 perp... 阅读全文
posted @ 2011-10-20 14:40 katago 阅读(309) 评论(0) 推荐(0)
摘要: module "Qt.labs.folderlistmodel" is not installed import Qt.labs.folderlistmodel 1.0 解决方法: cp /mnt/qtmarvell/mvqt/imports/ -a /opt/qtmarvell/mvqt/ 阅读全文
posted @ 2011-10-19 17:44 katago 阅读(3784) 评论(0) 推荐(0)
摘要: VS2008已经把它合并到一个wingdi.h的头文件里了, 所以只要包含如下几个头文件即可: #include <windows.h> #include <gl\gl.h> #include <gl\glu.h> 链接的时候加入opengl32.lib glu32.lib 这几个库就可以了 不过glaux.lib这个库还是存在的,它的路径在: ... 阅读全文
posted @ 2011-10-18 13:32 katago 阅读(2106) 评论(0) 推荐(0)
摘要: win7下vs2008完美破解安装 发表于 2011 年 04 月 06 日 由 sailor | 6 则评论 | 程序设计 话说,我现在也跟了一下潮流换win7了, 本来在xp下用过的vs2008在新环境下出现了罢工的问题,好一个郁闷与纠结啊。不过google+baidu 了半天,找到一个方法,分享一下(我用的win7 32位旗舰版本) 首先去微软下载一个90天试用版本的vs2008 h... 阅读全文
posted @ 2011-10-17 19:47 katago 阅读(633) 评论(0) 推荐(0)
摘要: Paint System中总结了: qpainter –> qpaintengine->qpaintdevice Coordinate System中总结了: The coordinate system is controlled by the QPainter class. Together with the QPaintDevice and QPaintEngine classes, QPa... 阅读全文
posted @ 2011-10-14 19:08 katago 阅读(761) 评论(0) 推荐(0)
摘要: http://devbean.blog.51cto.com/448512/271255 http://blog.csdn.net/tonylk/article/details/1315053 http://stackoverflow.com/questions/5457154/qstyleditemdelegate-how-does-updateeditorgeometry-works 阅读全文
posted @ 2011-10-13 18:29 katago 阅读(326) 评论(0) 推荐(0)
摘要: http://www.ibm.com/developerworks/cn/linux/l-vimdiff/ 启动方法 首先保证系统中的diff命令是可用的。Vim的diff模式是依赖于diff命令的。Vimdiff的基本用法就是: # vimdiff FILE_LEFT FILE_RIGHT 或者 # vim -d FILE_LEFT FILE_RIGHT除了用这种方法启动vim... 阅读全文
posted @ 2011-10-10 14:28 katago 阅读(1008) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 136 下一页