-
C + +程序设计图形用户界面(GUI)的QT离散度的国际标准书号刊号:7 3 /
《C++ GUI QT 3编程》
ISBN/ISSN:7-81077-731-9
北京航空航天大学出版社 2006
本书详细讲述了用Qt进行图形交互界面编程的各个部分。主要内容包括:入门、创建对话框、布局管理、事件处理、二维和三维图像等。
(加)JASMIN BLANCHETTE,(英)MARK SUMMERFIELD著
=====本书是使用QT3进行跨平台GUI程序开发的最佳参考书,此为配套源代码
- C++ GUI QT 3 Programming ISBN/ISSN :7-81077-731-9 Beijing University of Aeronautics and Astronautics Press 2006 book to describe in detail the use of Qt graphical interface to the various parts of programming. The main contents include: Introduction, create dialog, layout management, event handling, two-dimensional and three-dimensional images. (Plus) JASMIN BLANCHETTE, (British) MARK SUMMERFIELD forward ===== Qt3 book is the use of cross-platform GUI development the best reference books, such as matching source code
- 2022-02-15 16:35:11下载
- 积分:1
-
它是为独立的平台执行的刻录功能,它支持的光盘+ / +…
用于独立平台执行DVD刻录功能,支持DVD+R/+RW光盘。
- 2022-01-26 05:29:18下载
- 积分:1
-
linux下发送mail源代码,可以直接移植到开发板上用。
linux下发送mail源代码,可以直接移植到开发板上用。-linux send mail source code, can be directly transplanted to the development of on-board use.
- 2022-08-23 20:09:25下载
- 积分:1
-
第一个linux,最古老版本的linux,要是股东拍卖的的话一定好价钱,大家不要错过机会,第一个linux...
第一个linux,最古老版本的linux,要是股东拍卖的的话一定好价钱,大家不要错过机会,第一个linux-No. 1, the oldest version of linux, if shareholders of the auction certainly a good price, we should not miss the chance, a linux!
- 2022-08-10 23:48:02下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
书写makefile的好资料,很全面的
书写makefile的好资料,很全面的-makefile to write a good, comprehensive
- 2022-02-02 14:46:14下载
- 积分:1
-
FREE soft IPcop firewall to open stream routing code
IPcop软路由防火墙
FREE 开源源代码-FREE soft IPcop firewall to open stream routing code
- 2022-01-21 04:42:28下载
- 积分:1
-
许多非常有用的linux资料,教程,文章,系统编译等资料,还有不少好的推荐网站!...
许多非常有用的linux资料,教程,文章,系统编译等资料,还有不少好的推荐网站!-many linux very useful information, tutorials, articles, compile information systems, there are many good recommendations site!
- 2022-03-04 04:40:06下载
- 积分:1
-
linux下如何访问mysql
linux下如何访问mysql-how mysql visit
- 2022-03-25 08:26:21下载
- 积分:1
-
linux系统,Qt,编写的地图义程序,运行过的
linux系统,Qt,编写的地图义程序,运行过的-linux systems, Qt, to prepare a map of justice programs, run-off
- 2022-09-29 02:15:03下载
- 积分:1