Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - qt-4.7
Search - qt-4.7 - List
基于xmpp协议的即时通讯的程序,基于qt平台,和msn相差不大-xmpp agreement based on the instant communication procedures, based on the qt platform, and not much difference between msn
Update : 2008-10-13 Size : 870394 Publisher : 李酒

DL : 0

嘒彼小星的笔记

http://blog.csdn.net/iamdbl/

 

 

1.1Hello Qt开始  

 

差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本。

1 #include <QApplication>
2 #include <QLabel>
3 int main(int argc, char *argv[])
4 {
5     QApplication app(argc, argv);
6     QLabel *label = new QLabel("Hello Qt!");
7     label->show();
8     return app.exec();
9 }

 


Update : 2009-01-08 Size : 1396219 Publisher : liruixin0202

基于xmpp协议的即时通讯的程序,基于qt平台,和msn相差不大-xmpp agreement based on the instant communication procedures, based on the qt platform, and not much difference between msn
Update : 2024-05-03 Size : 870400 Publisher : 李酒

DL : 0
程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Update : 2024-05-03 Size : 4096 Publisher :

DL : 0
程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Update : 2024-05-03 Size : 23552 Publisher : qwt

DL : 0
程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Update : 2024-05-03 Size : 5120 Publisher : qwt

DL : 0
程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Update : 2024-05-03 Size : 19456 Publisher : qwt

DL : 0
程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Update : 2024-05-03 Size : 4096 Publisher : qwt

DL : 0
qt实例代码!《24小时学通qt编程》 的代码!不错!已经在qt2.3.7调试ok!第4章-qt examples of code! 24-hour programming Xuetong qt code! Yes! Has qt2.3.7 debug ok! Chapter 4
Update : 2024-05-03 Size : 61440 Publisher : 侯仁志

OtherWEB
DL : 0
.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存在 请不要上传有版权争议的内容和木马病毒代码和访问国外网站的代理软件 开发环境: 请选择 Visual C++ Visual Basic DOS Unix_Linux C++ Builder Java Windows_Unix Delphi C-C++ PHP-PERL PHP Perl Python HTML Asm Pascal Borland C++ Others MultiPlatform C++ VFP SQL PDF TEXT WORD VBScript JavaScript ASP CSharp CHM FlashMX matlab PowerBuilder PPT LabView Flex MathCAD VBA PalmOS IDL LISP VHDL Objective-C Fortran tcl/tk QT Video(重要) 功能描述: 请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。 -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Update : 2024-05-03 Size : 11264 Publisher : lz

DL : 0
6.压缩文件有密码 7.源码重复或已经存在 请不要上传有版权争议的内容和木马病毒代码和访问国外网站的代理软件 开发环境: 请选择 Visual C++ Visual Basic DOS Unix_Linux C++ Builder Java Windows_Unix Delphi C-C++ PHP-PERL PHP Perl Python HTML Asm Pascal Borland C++ Others MultiPlatform C++ VFP SQL PDF TEXT WORD VBScript JavaScript ASP CSharp CHM FlashMX matlab PowerBuilder PPT LabView Flex MathCAD VBA PalmOS IDL LISP VHDL Objective-C Fortran tcl/tk QT Video EasyLanguage易语言(重要) 功能描述: gongnengshuoi 请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。 -We study the automatic classification of Web documents into pre-specified categories, with the objective of increasing the precision of Web search. We describe experiments in which we classify documents into high-level categories of the Yahoo! taxonomy, and a simple search architecture and implementation using this classification. The validation of our classification experiments offers interesting insights into the power of such automatic classification, as well as into the nature of Web content. Our research indicates that Web classification and search tools must compensate for artifices such as Web spamming that have resulted from the very existence of such tools. Keywords:
Update : 2024-05-03 Size : 653312 Publisher : 黄国彬

DL : 0
源码公开 qt,非常有用的学习资料和开发参考。感谢Nokia!-qt src 4.7.0
Update : 2024-05-03 Size : 45476864 Publisher : xbdcbd

嵌入式Linux应用程序开发详解 目录: 第1 章 Linux 快速入门 第2 章 Linux 基础命令 第3 章 Linux 下的C 编程基础 第4 章 嵌入式系统基础 第5 章 嵌入式Linux开发环境的搭建 第6 章 文件IO编程 第7 章 进程控制开发 第8 章 进程间通信 第9章(多线程编程) 第10章(嵌入式Linux网络编程) 第11章(嵌入式Linux设备驱动开发) 第12章(Qt图形编程)-Embedded Linux application development explain Contents: Chapter 1 Getting Started Chapter 2 Linux Linux-based command in Chapter 3 C programming under Linux-based embedded systems Chapter 4 Chapter 5 based embedded Linux development environment to build the first 6 Chapter file IO Programming Chapter 7 process control development in Chapter 8 Chapter 9, inter-process communication (multi-threaded programming) Chapter 10 (embedded Linux network programming) Chapter 11 (embedded Linux device driver development) Chapter 12 (Qt Graphics Programming)
Update : 2024-05-03 Size : 11557888 Publisher :

DL : 0
第1章Linux快速入门,第2章Linux基础命令,第3章Linux C编程基础,第4章嵌入式系统基础,第5章嵌入式Linux开发环境搭建,第6章文件IO编程,第7章进程控制开发,第8章进程间通信,第9章Linux多线程编程,第10章嵌入式Linux网络编程,第11章嵌入式Linux设备驱动开发,第12章嵌入式Linux Qt图形编程-Chapter 1 Linux Quick Start Chapter 2 Linux based command, Chapter 3 Linux C Programming Fundamentals, Chapter 4 based embedded system, Chapter 5 embedded Linux development environment to build, Chapter 6 file IO programming, Chapter 7 process control development, Chapter 8 interprocess communication, Chapter 9 Linux multithreaded programming, embedded Linux network programming Chapter 10, Chapter 11 embedded Linux device driver development, Chapter 12 Embedded Linux Qt graphical programming
Update : 2024-05-03 Size : 11033600 Publisher : jiezhou

利用VC++、Qt结合OpenInventor实现读取dxf文件,Qt版本为4.7.3-Utilize VC++, Qt to combine OpenInventor read dxf files Qt version to 4.7.3
Update : 2024-05-03 Size : 15529984 Publisher : YouSen_Yan

1、了解嵌入式GUI-QT/E软件开发平台的构架 2、掌握QT/E在ARM开发系统中的移植步骤及环境变量的设置方法; 3、掌握移植QT/E嵌入GUI应用程序的基本步骤与方法 4、了解Qt/E不同平台环境参数的设置和切换。 -1, for embedded GUI-QT/E software development platform architecture, master QT/E transplantation steps ARM development system and environment variables set method 3, to master the basic steps of transplantation QT/E embedded GUI application and methods to understand Qt/E the different platforms environmental parameters settings and switch.
Update : 2024-05-03 Size : 19562496 Publisher : 郁小芳

Qt移植,将Qt4.7.4移植到ARM2440上-Qt port will Qt4.7.4 transplantation on the ARM2440
Update : 2024-05-03 Size : 13312 Publisher : 卉子

Qt制作的简要计算器,使用版本为4.7.2,vs2008-Qt making brief Calculator, use version 4.7.2, vs2008
Update : 2024-05-03 Size : 4255744 Publisher : 罗楠

DL : 0
其中包含7个PushButton控件、1个Horizontal Slider控件、1个Vertical Slider控件和一个label控件,各属性设置如下.做完界面之后,在每一个按钮控件上面点击右键,选择“go to slot…”。 我们的开发板播放MP3音乐是通过madplay实现的 如果程序在Window上面执行可以,如果要到开发板上去执行,需要先将这个拷贝到smb服务器上面去,然后在linux虚拟机上重新编译。 首先拷贝qt-4.5.tar.bz2和setARM_env到虚拟机上,解压过程: tar jxvf qt-4.5.tar.bz2 –C /opt/EmbedSky 然后让环境变量生效:source setARM_env 记得要重新烧写你的开发板,使之能支持QT -Contains 7 PushButton control, a Horizontal Slider control, a Vertical Slider control and a label control, the property is set as follows. Done interface, right-click each button controls above, select " Go to slot ..." . Our development board to play MP3 music is achieved through madplay If the program can be performed in the Window above, if you want to perform to the development board, you need to first copy to the smb server above, and then recompile the Linux virtual machine. First copy the qt-4.5.tar.bz2 and setARM_env to the virtual machine, decompression process: tar jxvf qt-4.5.tar.bz2-C/opt/EmbedSky and then let the environment variable to take effect: source setARM_env remember to re-program your development board, so that it can support the QT
Update : 2024-05-03 Size : 14121984 Publisher : 侯识欢

DL : 1
在Qt creator 4.7.0下实现记事本源码-Qt Notepad source! !
Update : 2024-05-03 Size : 1118208 Publisher : zyechu
« 1 2 3 4 5 67 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.