C++ lib -- Qt
puzzy3D曰:好用得痛苦流涕!
每天30分鐘寫Editor--(3)Delta3D Stage的四個ViewPort
摘要: 每個Viewport就是一個QGLWidget,這個QGLWidget是Qt里面的!沒啥神奇的,源碼之前,了無秘密!
閱讀全文
posted @
2008-12-01 16:18 七星重劍 閱讀(2114) |
評論 (5) 編輯
Qt官方IDE:Qt Creator
摘要: 這個是官方出的,不是什么開源項目,估計以后會整得很到位,看好Nokia
閱讀全文
posted @
2008-11-17 21:23 七星重劍 閱讀(3461) |
評論 (10) 編輯
QString,CString,const char*互轉
摘要: 我建了個Qt控制臺項目測試的
不用CString,直接用CStringA,滿足一般人的需要了
閱讀全文
posted @
2008-11-05 15:24 七星重劍 閱讀(2397) |
評論 (0) 編輯
Qt 4 Dance!哇咔咔!
摘要: Qt活力無限,不僅是技術,更是一種文化
閱讀全文
posted @
2008-05-30 23:38 七星重劍 閱讀(1434) |
評論 (2) 編輯
Delta3D Editor編譯成功
摘要: Delta3D是個開源的3D引擎,得到美國軍方的支持,其Editor用Qt寫成,完成度相當高
閱讀全文
posted @
2008-02-27 00:02 七星重劍 閱讀(5532) |
評論 (0) 編輯
Delta3D Open Source Engine
摘要: 在看《游戲編程精粹6》時看到了這個引擎,彩插7是這個引擎的Editor,我一看就是Qt寫的,我太熟悉Qt的界面了,呵呵。
閱讀全文
posted @
2008-02-26 02:53 七星重劍 閱讀(8155) |
評論 (10) 編輯
MSVC下QT項目的警告級別自動設置成最低
摘要: 用MSVC創建一個QT 項目.似乎是自動設置成最低級別,WARNNING 1 ! 記住一定要自己設置回第三級別! 否則,無數C++中會導致萬劫不復的錯誤會被編譯器放過 。
閱讀全文
posted @
2008-01-23 23:14 七星重劍 閱讀(938) |
評論 (1) 編輯
Qt 4.3.0 commercial edition solutions 超級搞笑的破解
摘要: 破解方法很簡單:
1.建立一個txt文件;
2.寫“license accepted ”到文件里,注意是寫引號里面的部分,最后的空格不確定是否必須;
3.把文件名改為"licenseAccepted",沒有后綴名。
閱讀全文
posted @
2008-01-12 00:57 七星重劍 閱讀(4432) |
評論 (8) 編輯
Qt Eclipse Integration for C++ and Java Developers
摘要: 今天打電話問Trolltech那個qt-vsintegration的問題,才知道Qt發音跟cute一樣,哈哈
閱讀全文
posted @
2007-12-25 11:10 七星重劍 閱讀(1269) |
評論 (0) 編輯
A Deeper Look at Signals and Slots
摘要: 轉載的介紹signal/slot機制的文章
* what signals and slots are;
* how you might arrive at them from first principles;
* a comparison of the implementations in Qt and Boost;
* how to use Qt Signals and Slots and Boost.Signals together.
閱讀全文
posted @
2007-12-24 11:38 七星重劍 閱讀(513) |
評論 (0) 編輯
Qt Examples Widgets Styles,圖片背景,找這個很久了
摘要: %QTDIR%\examples\widgets\styles\
閱讀全文
posted @
2007-12-24 11:35 七星重劍 閱讀(1370) |
評論 (0) 編輯
QwtPlot3D超級easy的install
摘要: 從下面這個地址用TortoiseSVN CheckOut代碼:
https://qwtplot3d.svn.sourceforge.net/svnroot/qwtplot3d/branches/maintain_0_2_x/qwtplot3d
然后運行兩個bat文件就OK了
qwtplot3d/dsp.bat
qwtplot3d/examples/dsp.bat
點擊qwtplot3d/examples/examples.sln就能爽一把了,哈哈
閱讀全文
posted @
2007-12-23 13:11 七星重劍 閱讀(1792) |
評論 (0) 編輯
QwtPlot3D最牛X的例子-mesh2運行成功
摘要: You can test almost all abilities of QwtPlot3D from within the mesh2 example
閱讀全文
posted @
2007-12-23 12:59 七星重劍 閱讀(6790) |
評論 (1) 編輯
Full C++ lib -- Qt Archive