搜索资源列表
用于FS2410的Qt嵌入式图形开发实战篇
- t嵌入式图形开发实战篇 嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设
arm-qtopia
- qt移植到samsungarm2410目标板上的源代码,其中有编译好后可以移植到目标板上进行qt应用程序开发
mymadplay
- 用Qt creater开发的madplay 播放器前端QT4 GUI应用程序,运行于linux ARM9平台,实现播放、暂停、音量设置、上一曲、下一曲功能。申明,非完全原创-Developed with Qt creater madplay player front-end QT4 GUI application, running on Linux ARM9 platform for playing, pause, volume setting, on a of a function.Affir
QtDesigner
- 一个应用在QT上的图形编程工具的使用说明书,用于在qt上编写GUI图形化界面-One used in QT' s graphical programming tool, manual, used in the preparation of qt on the graphical user interface GUI
Qt
- 基于TQ2440的qt\embeded应用程序开发完全手册之24小时超级版本-Based on TQ2440 the qt \ embeded application development entirely manual version of the 24-hour super-
qmodbus-0.1.0
- 基于QT编写的MODBUS协议源码,适用于上位机的应用界面程序-MODBUS protocol based on QT source code written for the application host computer interface program
showfonts
- 我在S3C2440的Qt应用平台开发中编写的,用于测试各种字体效果的小程序。-I S3C2440 s Qt application platform development, prepared for testing the effectiveness of a variety of fonts applet.
qte
- 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
qt-embedded-2.2.2.tar
- Qt/Embedded是一个多平台的C++图形用户界面应用程序框架,其对象容易扩展,可移植性好,支持多个GUI平台的交互开发。现在,Qt/Embedded被广泛地应用于各种嵌入式产品和设备中。-Qt/Embedded is a multi-platform C++ graphical user interface application framework for easy expansion of the target, portability, and support multiple cr
qt-x11-2.2.0.tar
- Qt/Embedded是一个多平台的C++图形用户界面应用程序框架,其对象容易扩展,可移植性好,支持多个GUI平台的交互开发。现在,Qt/Embedded被广泛地应用于各种嵌入式产品和设备中。-Qt/Embedded is a multi-platform C++ graphical user interface application framework for easy expansion of the target, portability, and support multiple cr
examples
- 该压缩文件 是众多基于LINUX下 QT编程 许多初学者 使用的应用程序-examples
LED_QtCode
- 自己写的qt控制数码管的小程序 今天写了一个基于qt-embedded4.4.0的qt控制数码管的小程序,可以作为qt入门的参考吧,希望对大家有帮助。 板子是用的博创的2410,底层的数码管驱动 程序的功能是在桌面上建立一个面板,上面添加3个按钮,其中两个按钮用于数码管数字的加1或者减1操作,另一个用作退出程序。 具体代码见附件。 大家有问题可以互相讨论,关于linux驱动和qt应用的都可以。 -Qt write thei
butterfly
- Qt4界面应用程序设计,此源码实现了飞舞的蝴蝶的动画效果,展示的定时器的应用方法-Qt4 interface application design, this source enables animation of butterflies flying display of the timer of the application methods
digiclock
- Qt4界面应用程序设计,此源码介绍了对话框的应用机制,实现了电子时钟的设计-Qt4 interface application design, this source describes the application of the dialog box mechanism to achieve the design of electronic clock
splash
- Qt4界面应用程序设计,此源码介绍了启动画面生成的方法。输入对话框应用的一部分-Qt4 interface application design, this source describes the boot screen generating methods. Enter the dialog box as part of the application
ch1
- 此程序通过C和c++的混合编程实现了Qt界面应用程序与底层驱动程序的链接问题,驱动程序可自行编写,这里就不加入了,只是一个简单的LED驱动。-This program through the C and c++ mixed programming interface of Qt applications and the underlying driver, the link problem, the drivers are free to write here is not joined, ju
Qt
- Qt应用程序开发,做嵌入式应用程序开发的基础!非常好的资料!-linux study!
After-a-Qt-tutorial-and-software
- 数据库在qt中的相关应用及其qt的一些基本用法-Database related applications in the qt and qt in some of the basic usage
选题5-QT
- 本实验将介绍如何创建一个简单的 Qtopia2.2.0 程序,并将其集成到 Qtopia2.2.0 中,我们将以 一个简单的计算器作为例子,演示开发一个 Qtopia2.2.0 应用程序的完整步骤,包括使用 designer 设计图形程序界面、交叉编译 arm 版本的程序等等(This experiment will introduce how to create a simple Qtopia2.2.0 program, and integrated into the Qtopia2.2.0,
Qt开发入门教程01_Qt开发基础
- Qt是一个功能非常完善的c++跨平台图形库,其实与其说图形库倒不如说它是一个与MFC类似的应用框架。Qt本身就是使用c++语言实现(Qt is a very well functioning c++ cross platform graphics library, in fact it is rather a MFC - like application framework than a graphic library. Qt itself is implemented using the c+