Welcome![Sign In][Sign Up]
Location:
Search - qt-2.3.10

Search list

[Other resourceqt-embedded-2.3.10-free.tar

Description: Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是一个移植到嵌入式系统上的版本! -Graph develop library published by Trolltech company, include many graph API that can used in Linux, and can replant to embedded systems.
Platform: | Size: 18178103 | Author: 何飞 | Hits:

[Linux-Unixqtopia-free-source-2.1.1.tar

Description: Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。-A GUI OS developed by Trolltech. It can be combined to embedded GUI OS on Platform qt-embedded-2.3.10
Platform: | Size: 12112802 | Author: 何飞 | Hits:

[Linux-Unixe2fsprogs-1.38.tar

Description: 移植qtopia必备库源代码,总共六个,分别是 e2fsprogs-1.38.tar.gz jpegsrc.v6b.tar.gz qt-embedded-2.3.10-free.tar.gz qtopia-free-source-2.1.1.tar.bz2 qt-x11-2.3.2.tar.gz tmake-1.13.tar.gz
Platform: | Size: 3621193 | Author: 王东于 | Hits:

[Otherlinux 搭建Qt Creator的ARM开发环境

Description: Fedora9 下搭建Qt Creator的ARM开发环境并移植Qt4.6.3-books到min
Platform: | Size: 47616 | Author: xyx2011 | Hits:

[Embeded Linuxqt-embedded-2.3.10-free.tar

Description: Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是一个移植到嵌入式系统上的版本! -Graph develop library published by Trolltech company, include many graph API that can used in Linux, and can replant to embedded systems.
Platform: | Size: 18178048 | Author: 何飞 | Hits:

[Linux-Unixqtopia-free-source-2.1.1.tar

Description: Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。-A GUI OS developed by Trolltech. It can be combined to embedded GUI OS on Platform qt-embedded-2.3.10
Platform: | Size: 12112896 | Author: 何飞 | Hits:

[Linux-Unixe2fsprogs-1.38.tar

Description: 移植qtopia必备库源代码,总共六个,分别是 e2fsprogs-1.38.tar.gz jpegsrc.v6b.tar.gz qt-embedded-2.3.10-free.tar.gz qtopia-free-source-2.1.1.tar.bz2 qt-x11-2.3.2.tar.gz tmake-1.13.tar.gz-Transplantation must qtopia library source code, a total of six, namely, e2fsprogs-1.38.tar.gzjpegsrc.v6b.tar.gzqt-embedded-2.3.10-free.tar.gzqtopia-free-source-2.1.1.tar. bz2qt-x11-2.3.2.tar.gztmake-1.13.tar.gz
Platform: | Size: 3620864 | Author: 王东于 | Hits:

[Embeded Linuxchenshu

Description: 基于QT/E2.3.10的简单计算器设计-QT/E2.3.10 based on the design of a simple calculator
Platform: | Size: 161792 | Author: sprife | Hits:

[OtherQT

Description: QT 下载资料仅供参考,QT程序员开发指南,开发必备-QT download information for reference only, QT programmers to develop guidelines for the development of essential
Platform: | Size: 7793664 | Author: 赵鹤 | Hits:

[Linux-Unix10

Description: 程序代码使用说明: (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
Platform: | Size: 34816 | Author: | Hits:

[Embeded Linuxqte

Description: Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed-Qt/Embedded ready source packages installation ◆ tmake 1.11 or later [generate Qt/Embedded application engineering of the Makefile file] ◆ Qt/Embedded 2.3.7 [Qt/Embedded installation package] ◆ Qt 2.3.2 for X11 [Qt the X11 version of installation package, it will have x11 development environment required by the two tools] It is assumed that the source packages decompression where/root/build-arm under one installation tmake enter tmake-1.11 directory cd/root/build-arm/tmake-1.11 export TMAKEDIR = $ PWD/tmake-1.11 export TMAKEPATH = $ TMAKEDIR/lib/qws/linux-arm-g++ export PATH = $ TMAKEDIR/bin: $ PATH 2. installation Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR = $ PWD export PATH = $ QTDIR/bin: $ PATH export LD_LIBRARY_PATH = $ QTDIR/lib: $ LD_LIBRARY_PATH./configure-no-xft-thread-gif-system-jpeg-sm-shared [ make] make-C tools/qvfb make-C tools/qembed
Platform: | Size: 1024 | Author: 马科 | Hits:

[Linux-Unixqserial

Description: 基于qt 2.3.10的串口类,自编的,已经在项目中验证。-Based on the qt 2.3.10 serial category, the self has been verified in the project.
Platform: | Size: 4096 | Author: 王思山 | Hits:

[Embeded-SCM Developqt

Description: 嵌入式QT的源代码:qt-embedded-2.3.10-free.tar.gz,用于QT在ARM中的移植。-QT embedded source code:qt-embedded-2.3.10-free.tar.gz,it is for QT s porting in the embedded ARM.
Platform: | Size: 18139136 | Author: zhongfeng | Hits:

[3D GraphicCload3ds

Description: 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定的模型ID,该类可以绑定0~9个模型,分别进行显示 50,50,-50是程序员将该模型置于空间中的xyz坐标,10.0是该模型的放大倍数 如果要旋转的话自己使用OpenGL提供的选装函数吧-The class is run by the qt4.6 that I will be circulated on the Internet integration of the two documents were made applicable to qt, and load the 3ds file a successful show. Note that header file. Usage: CLoad3DS* m_3ds_p = new CLoad3DS () m_3ds_p-> Init (" e:/plane1.3ds" , 0) // more code in the Init OpenGL part of// the following code in the OpenGL drawing some m_3ds_p- > show3ds (0,50,50,-50,10.0) Note: The above model 0 that bind ID, the class can be bound to 0 ~ 9 models were for display 50,50,-50 programmers The model is placed in the xyz coordinate space, 10.0 is the magnification of the model so if you want to spin their own use OpenGL functions it provides optional
Platform: | Size: 10240 | Author: 郭培 | Hits:

[OpenGL programDesktop

Description: C++ GUI Programming with Qt 3 Graphics with OpenGL
Platform: | Size: 60416 | Author: naltu | Hits:

[Embeded Linuxcode-qt

Description: Qt-Embedded编程实战,包括9.1-hello,9.2-button,9.3-signal&slot,9.4-dialog,9.5-layout,9.6-progressbar,9.7-text input,9.8-menu,9.9-qt draw,9.10-i18n,9.12-designer。源自中嵌教程-Qt-Embedded programming combat, including the 9.1-hello ,9.2-button ,9.3-signal & slot ,9.4-dialog ,9.5-layout ,9.6-progressbar ,9.7-text input ,9.8-menu ,9.9-qt draw ,9.10-i18n, 9.12-designer. From the embedded tutorial
Platform: | Size: 1692672 | Author: bin | Hits:

[GUI DevelopQtSrc

Description: QT初级学习源码 分11章介绍学习 第1章 基本对话框 第2章 布局管理 第3章 对话框进阶 第4章 QMainWindow 第5章 图形与图画 第6章 Graphics View 第7章 ModelView 第8章 网络与通信 第9章 磁盘文件 第10章 事件 第11章 其它 很适合刚刚入门的QT初学者 -QT primary learning source is divided into 11 chapters introduce learning the Chapter 7 ModelView of the graphics and pictures of Chapter 4 of Chapter 3, Chapter 2, Chapter 1 Basic dialog box layout manager dialog box Advanced QMainWindow Chapter 5 Chapter 6 Graphics View Chapter 8 network other QT beginners it is suitable for beginners and communication Chapter 9 Chapter 10 events of the disk file Chapter 11
Platform: | Size: 5175296 | Author: 杨洋 | Hits:

[Linux-Unixsig_slot

Description: Qt中如何自定义信号和槽的例子,在Qt2.3.10中跑通,可供参考-Qt how to self-definition signals and slots example, in Qt2.3.10 in run-pass is available for reference
Platform: | Size: 1024 | Author: fighter | Hits:

[MiddleWareBaiduMapV1.3

Description: 使用QT操作百度地图,简单的例子,可以供学习-Use QT operation Baidu map, a simple example, can be used for learning
Platform: | Size: 1250304 | Author: st | Hits:

[3D GraphicVTK图形图像开发进阶 随书代码

Description: 本书系统地介绍了VTK基础知识与开发技术,帮助VTK用户从入门到进阶,快速进入项目实战。本书第l章是VTK概览,介绍VTK的发展和编译安装;第2章以实例开题,分析VTK渲染引擎和可视化管线;第3章介绍VTK的基本数据结构,并在第4章中以实例分析VTK中数据读写功能;第5~6章通过实例阐述VTK在图像和图形处理中的应用;第7章分析VTK的体绘制技术;第8章讲述VTK交互技术;第9章内容为VTK在Qt、MFC等环境下的开发技术;第10章分析了VTK的基础架构和管线机制,并通过实例讲解自定义Filter类.(This book systematically introduces the basic knowledge of VTK and development technology to help VTK users from entry to advanced, and quickly enter the project combat. Chapter l is the overview of VTK, introduces the development of VTK and compile and install; second chapter with an example of opening, analysis of the VTK rendering engine and visualization pipeline; the third chapter introduces the basic data structure of VTK, and in the fourth chapter with an example analysis in VTK data read and write functions; chapter 5~6 through the examples in VTK image and graphics processing in the application; the seventh chapter is the analysis of VTK volume rendering technology; the eighth chapter describes the interactive technology of VTK; the ninth chapter is the VTK in Qt and MFC development environment; the tenth chapter analyzes the VTK infrastructure and the pipeline mechanism, and through the examples to explain the self defined Filter class.)
Platform: | Size: 14071808 | Author: 不会写程序的赛哥 | Hits:
« 12 »

CodeBus www.codebus.net