C++ lib -- Qt
puzzy3D曰:好用得痛苦流涕!
每天30分鐘寫Editor--(3)Delta3D Stage的四個ViewPort
摘要: 每個Viewport就是一個QGLWidget,這個QGLWidget是Qt里面的!沒啥神奇的,源碼之前,了無秘密!
閱讀全文
posted @
2008-12-01 16:18 七星重劍 閱讀(2115) |
評論 (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 七星重劍 閱讀(2398) |
評論 (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 七星重劍 閱讀(5533) |
評論 (0) 編輯
Delta3D Open Source Engine
摘要: 在看《游戲編程精粹6》時看到了這個引擎,彩插7是這個引擎的Editor,我一看就是Qt寫的,我太熟悉Qt的界面了,呵呵。
閱讀全文
posted @
2008-02-26 02:53 七星重劍 閱讀(8156) |
評論 (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 七星重劍 閱讀(1270) |
評論 (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 七星重劍 閱讀(514) |
評論 (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 七星重劍 閱讀(1793) |
評論 (0) 編輯
QwtPlot3D最牛X的例子-mesh2運行成功
摘要: You can test almost all abilities of QwtPlot3D from within the mesh2 example
閱讀全文
posted @
2007-12-23 12:59 七星重劍 閱讀(6791) |
評論 (1) 編輯
嘆為觀止的Qt 3d控件
摘要: QwtPlot3D, an OpenGL 3D plot widget.
閱讀全文
posted @
2007-12-23 05:18 七星重劍 閱讀(6147) |
評論 (3) 編輯
Qwt 終于可以調試它的examples了(猛圖,重劍開發環境大曝光)
摘要: 折騰了不少時間,唉,開源項目總是需要折騰啊,還好,能夠調試了
閱讀全文
posted @
2007-12-23 02:44 七星重劍 閱讀(9817) |
評論 (18) 編輯
Qwt - Qt Widgets for Technical Applications
摘要: The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.
閱讀全文
posted @
2007-12-22 22:13 七星重劍 閱讀(878) |
評論 (0) 編輯
讓我痛苦得涕淚橫流的Qt
摘要: 昨天突然發現Qt插件vs-integration在VS中顯示有問題了
閱讀全文
posted @
2007-12-22 19:43 七星重劍 閱讀(1459) |
評論 (8) 編輯
Introducing ChainLink: Matlab-style GUI for Qt4 developers
摘要: Introducing ChainLink: Matlab-style GUI for Qt4 developers
閱讀全文
posted @
2007-12-22 06:36 七星重劍 閱讀(350) |
評論 (0) 編輯
Qt Center
摘要: http://www.qtcentre.org/
閱讀全文
posted @
2007-12-22 03:02 七星重劍 閱讀(818) |
評論 (0) 編輯
qt4.3.1編譯操作步驟
摘要: qt4.3.1編譯操作步驟
閱讀全文
posted @
2007-12-22 02:49 七星重劍 閱讀(1419) |
評論 (0) 編輯