-
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
-
linux 下的进程管理
linux 下的进程管理-the process under management
- 2023-05-31 01:25:03下载
- 积分:1
-
通用的UNIX监控程序
通用的UNIX监控程序-common UNIX monitoring program
- 2022-05-18 14:05:08下载
- 积分:1
-
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教...
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教-meun
- 2023-02-20 05:15:03下载
- 积分:1
-
primary linux tutorial, linux for beginners, very useful
linux初级教程,适合linux初学者,非常实用-primary linux tutorial, linux for beginners, very useful
- 2022-02-26 08:27:17下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1
-
linux pressed key actuation, may use in to insert
during the type development; H...
linux下的按键驱动,可用于嵌入式开发之中;具有四个按键的驱动程序源代码。-linux pressed key actuation, may use in to insert
during the type development; Has four pressed keys the driver source
codes.
- 2022-03-07 14:07:36下载
- 积分:1
-
主要是网络上传输t38传真的程序,介绍传真的包的程序
主要是网络上传输t38传真的程序,介绍传真的包的程序-mainly on the transmission network fax t38 procedures introduced by fax packet procedure
- 2022-04-11 03:34:46下载
- 积分:1
-
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传...
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
- 2022-05-23 18:17:03下载
- 积分:1
-
这是华蓝佳声科技公司操表机 打印程序源码
这是华蓝佳声科技公司操表机 打印程序源码-This is the best blue acoustic technology companies parade Table printing procedures FOSS
- 2022-08-15 03:15:45下载
- 积分:1