
C++
文章平均质量分 78
JetGeng
这个作者很懒,什么都没留下…
展开
-
C++ GUI Programming with Qt3(系列二 试翻)
Its time to test the program on your machine.First,you will need to install Qt 3.2(or later Qt 3 release), a process that is explained in Appendix A. From now on,we will assume that you have a correc原创 2004-11-08 19:09:00 · 1649 阅读 · 0 评论 -
C++ GUI Programming with Qt3(系列一 试翻)
Chapter 1 Getting Started第一章 开始Qt之旅程This chapter shows how to combine basic c++ with the functionality provided by Qt to create a few small graphical user intferface (GUI) application.本章将展示在c++中如何使用原创 2004-11-06 09:43:00 · 2138 阅读 · 4 评论 -
C++ GUI Programming with Qt3(系列三 试翻)
C++ GUI Programming with Qt3(系列三 试翻) Qt widgets emit signals to indicate that a user action or a change of state has occurred. For instance , QpushButton emits a clicked() single whe原创 2004-11-11 19:04:00 · 1856 阅读 · 0 评论 -
C++ GUI Programming with Qt3(系列四 试翻)
Line 20 sets the spin box value to 35. When this happens, the QSpinBox emits the valueChanged(int) signal with an int argument of 35. This argument is passed to the QSlider’s setValue(int) sl原创 2005-01-26 21:21:00 · 1994 阅读 · 1 评论 -
创建一个带有项目样式的ClistCtrl(ClistCtrlStyled)
Creating a CListCtrl Class with Item Style Features (CListCtrlStyled Class) 创建一个带有项目样式的ClistCtrl(ClistCtrlStyled)http://www.codeguru.com/Cpp/controls/listview/article.php/c4原创 2005-01-23 11:47:00 · 2496 阅读 · 1 评论